diff --git a/Docs/Tools/GenerateSeries.ts b/Docs/Tools/GenerateSeries.ts index dc53d04fa1..9d64a5ff68 100644 --- a/Docs/Tools/GenerateSeries.ts +++ b/Docs/Tools/GenerateSeries.ts @@ -707,16 +707,25 @@ async function main(): Promise{ mkdirSync("graphs") } - await new StatsDownloader("stats").DownloadStats() + if(process.argv.indexOf("--no-download") < 0){ + await new StatsDownloader("stats").DownloadStats() + } const allPaths = readdirSync("stats") .filter(p => p.startsWith("stats.") && p.endsWith(".json")); let allFeatures: ChangeSetData[] = [].concat(...allPaths - .map(path => JSON.parse(readFileSync("stats/" + path, "utf-8")).features + .map(path => JSON.parse(readFileSync("stats/" + path, "utf-8")).features .map(cs => ChangesetDataTools.cleanChangesetData(cs)))); + allFeatures = allFeatures.filter(f => f.properties.editor === null || f.properties.editor.toLowerCase().startsWith("mapcomplete")) const emptyCS = allFeatures.filter(f => f.properties.metadata.theme === "EMPTY CS") allFeatures = allFeatures.filter(f => f.properties.metadata.theme !== "EMPTY CS") + + const noEditor = allFeatures.filter(f => f.properties.editor === null).map(f =>"https://www.osm.org/changeset/"+ f.id) + writeFileSync("missing_editor.json", JSON.stringify(noEditor, null, " ")); + if(process.argv.indexOf("--no-graphs") >= 0){ + return + } createMiscGraphs(allFeatures, emptyCS) createGraphs(allFeatures, "") // createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2020")), " in 2020") diff --git a/Docs/Tools/centerpoints.geojson b/Docs/Tools/centerpoints.geojson index b788a80043..cd7388424b 100644 --- a/Docs/Tools/centerpoints.geojson +++ b/Docs/Tools/centerpoints.geojson @@ -295643,9 +295643,24 @@ "type": "Feature", "properties": { "check_user": null, - "reasons": [], + "reasons": [ + { + "id": 489, + "name": "Mapbox: Spam text" + } + ], "tags": [], - "features": [], + "features": [ + { + "url": "node-9461327137", + "note": "Spam text reported in [\"name\"] tags in the feature", + "osm_id": 9461327137, + "reasons": [ + 489 + ], + "version": 1 + } + ], "user": "nickinparadise", "uid": "2049708", "editor": "MapComplete 0.15.1", @@ -295659,7 +295674,7 @@ "modify": 0, "delete": 0, "area": 0, - "is_suspect": false, + "is_suspect": true, "harmful": null, "checked": false, "check_date": null, @@ -300041,7 +300056,7 @@ "uid": "12128135", "editor": "MapComplete 0.14.1", "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", - "comments_count": 0, + "comments_count": 1, "source": "survey", "imagery_used": "Not reported", "date": "2022-01-23T14:25:12Z", @@ -300050,7 +300065,7 @@ "modify": 7, "delete": 1, "area": 0.00000264645007000264, - "is_suspect": true, + "is_suspect": false, "harmful": null, "checked": false, "check_date": null, @@ -306123,10 +306138,27 @@ { "id": 4, "name": "mass modification" + }, + { + "id": 91, + "name": "Motorway/trunk geometry modified" } ], "tags": [], - "features": [], + "features": [ + { + "url": "way-196714838", + "name": "Boulevard Louis Pasteur", + "osm_id": 196714838, + "reasons": [ + 91 + ], + "version": 6, + "primary_tags": { + "highway": "trunk" + } + } + ], "user": "whatismoss", "uid": "8427311", "editor": "MapComplete 0.13.1", @@ -317075,6 +317107,49 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "kersentaart", + "uid": "9812520", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-24T20:11:06Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 117826283, + "theme": "toerisme_vlaanderen", + "answer": 5, + "import": 1, + "import:node/9533221527": "source: https://osm.org/note/3044350" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.637074, + 51.0559106 + ] + } + }, { "type": "Feature", "properties": { @@ -318657,6 +318732,54 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "RobbieRob F", + "uid": "14946603", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-22T19:44:51Z", + "reviewed_features": [], + "create": 3, + "modify": 0, + "delete": 0, + "area": 0.0000487129530000183, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 117742017, + "theme": "toerisme_vlaanderen", + "import": 3, + "import:node/9528129922": "source: https://osm.org/note/3044427", + "import:node/9528149205": "source: https://osm.org/note/3044255", + "import:node/9528150239": "source: https://osm.org/note/3044228" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.5598754, + 51.1943232 + ] + } + }, { "type": "Feature", "properties": { @@ -324560,6 +324683,51 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-17T13:36:16Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 1, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 117522028, + "theme": "toerisme_vlaanderen", + "import": 1, + "deletion": 1, + "change_over_5000m": 2, + "import:node/9513916030": "source: https://osm.org/note/3023056", + "deletion:node/9513916030": "testing point" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.2323273, + 51.1000423 + ] + } + }, { "type": "Feature", "properties": { @@ -331731,6 +331899,50 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "rejbzh", + "uid": "15051154", + "editor": "iD 2.20.4", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "BDOrtho IGN", + "date": "2022-02-11T12:54:27Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 1.06041180001093e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 117287043, + "host": "https://www.openstreetmap.org/edit", + "locale": "fr", + "hashtags": "#MapComplete;#surveillance", + "changesets_count": 7, + "theme": "surveillance" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.6464010500000001, + 42.917038000000005 + ] + } + }, { "type": "Feature", "properties": { @@ -332535,6 +332747,50 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "rejbzh", + "uid": "15051154", + "editor": "iD 2.20.4", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "BDOrtho IGN", + "date": "2022-02-10T17:42:34Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000336172393500029, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 117256030, + "host": "https://www.openstreetmap.org/edit", + "locale": "fr", + "hashtags": "#MapComplete;#surveillance", + "changesets_count": 6, + "theme": "surveillance" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.66449585, + 42.91585385 + ] + } + }, { "type": "Feature", "properties": { @@ -332574,6 +332830,50 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "rejbzh", + "uid": "15051154", + "editor": "iD 2.20.4", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "BDOrtho IGN", + "date": "2022-02-10T16:38:38Z", + "reviewed_features": [], + "create": 8, + "modify": 4, + "delete": 3, + "area": 0.000136530985200068, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 117253731, + "host": "https://www.openstreetmap.org/edit", + "locale": "fr", + "hashtags": "#MapComplete;#surveillance", + "changesets_count": 5, + "theme": "surveillance" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.6529456, + 42.916153300000005 + ] + } + }, { "type": "Feature", "properties": { @@ -332855,6 +333155,54 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-10T12:27:22Z", + "reviewed_features": [], + "create": 2, + "modify": 5, + "delete": 0, + "area": 0.000594207852999994, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 117244083, + "theme": "toerisme_vlaanderen", + "answer": 12, + "import": 2, + "import:node/9495257973": "source: https://osm.org/note/3044279", + "import:node/9495282428": "source: https://osm.org/note/3044139" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.1975654, + 50.924038 + ] + } + }, { "type": "Feature", "properties": { @@ -338217,6 +338565,53 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 3, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-04T15:22:45Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 117010979, + "theme": "toerisme_vlaanderen", + "answer": 3, + "import": 1, + "import:node/9476264469": "source: https://osm.org/note/3023001" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.4794074, + 51.0276134 + ] + } + }, { "type": "Feature", "properties": { @@ -340420,6 +340815,2232 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "complete_gth", + "uid": "9837674", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-13T20:45:06Z", + "reviewed_features": [], + "create": 0, + "modify": 70, + "delete": 0, + "area": 0.0181593857952003, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118445282, + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 95, + "locale": "de", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 10.650708999999999, + 50.9317426 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "P Kanzler", + "uid": "6173912", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-13T20:43:34Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118445234, + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.012898, + 49.4126348 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T19:52:10Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.50836519999781e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118443748, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 5, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.70962295, + 51.036304799999996 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Dinn0", + "uid": "14893874", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T16:37:59Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000290726013500063, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118437254, + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 5, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1, + "change_within_50m": 4 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.16361575, + 41.36208345 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T16:29:47Z", + "reviewed_features": [], + "create": 1, + "modify": 9, + "delete": 0, + "area": 0.0000262356408299977, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118436939, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 12, + "locale": "nl", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 1, + "change_within_5000m": 14 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.2174659500000002, + 51.20081315 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.17.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T14:19:04Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.01240370000772e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118431501, + "host": "https://pietervdvn.github.io/mc/develop/cyclofix.html", + "theme": "cyclofix", + "locale": "nl", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_500m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.22309175, + 51.20872955 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T14:09:18Z", + "reviewed_features": [], + "create": 4, + "modify": 22, + "delete": 0, + "area": 0.0000657532705500014, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118431030, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 34, + "locale": "nl", + "imagery": "osm", + "add-image": 7, + "change_over_5000m": 4, + "change_within_25m": 17, + "change_within_50m": 14, + "change_within_100m": 6, + "change_within_500m": 4 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.2203379500000002, + 51.20281745 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Marival", + "uid": "8238040", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-13T14:02:01Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118430760, + "host": "https://mapcomplete.osm.be/surveillance.html", + "theme": "surveillance", + "answer": 1, + "locale": "fr", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.5303936, + 44.8382183 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T11:24:44Z", + "reviewed_features": [], + "create": 0, + "modify": 18, + "delete": 0, + "area": 4.46521299994367e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118425866, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 16, + "theme": "grb", + "locale": "nl", + "imagery": "osm", + "conflation": 4 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.99881025, + 51.131101650000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": "L'imaginaire", + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "kersentaart", + "uid": "9812520", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-13T09:24:50Z", + "reviewed_features": [], + "create": 2, + "modify": 0, + "delete": 0, + "area": 6.65483220002789e-7, + "is_suspect": true, + "harmful": false, + "checked": true, + "check_date": "2022-03-13T18:15:50.140295Z", + "id": 118422299, + "theme": "toerisme_vlaanderen", + "import": 2, + "change_over_5000m": 2, + "import:node/9574672296": "source: https://osm.org/note/3023039", + "import:node/9574693847": "source: https://osm.org/note/3044323" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.5356927, + 50.95738375 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T06:26:59Z", + "reviewed_features": [], + "create": 488, + "modify": 1853, + "delete": 29, + "area": 0.000201913322380013, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118419134, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 1650, + "theme": "grb", + "answer": 5, + "import": 65, + "locale": "nl", + "imagery": "osm", + "conflation": 442 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.006922299999999, + 51.12849095 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wegspotter", + "uid": "428001", + "editor": "MapComplete 0.17.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T23:37:43Z", + "reviewed_features": [], + "create": 68, + "modify": 0, + "delete": 0, + "area": 9.52916579994416e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118415420, + "host": "https://pietervdvn.github.io/mc/develop/grb", + "theme": "grb", + "import": 10, + "locale": "nl", + "imagery": "AGIVFlandersGRB" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.8933532, + 50.797446550000004 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "confusedbuffalo", + "uid": "242345", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T23:13:48Z", + "reviewed_features": [], + "create": 0, + "modify": 18, + "delete": 0, + "area": 0.00000999227754999489, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118415064, + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 22, + "locale": "en", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.60545215, + 54.855653149999995 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Casi1980", + "uid": "13989376", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T19:39:01Z", + "reviewed_features": [], + "create": 9, + "modify": 4, + "delete": 0, + "area": 0.00228290690005983, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118410404, + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 14.129729600000001, + 52.40746395 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T16:11:00Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 2.7200000009025e-11, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118403754, + "host": "https://mapcomplete.osm.be/cyclofix.html", + "move": 1, + "theme": "cyclofix", + "answer": 8, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 10, + "move:node/9165158595": "improve_accuracy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.36722755, + 50.8145848 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 2, + "name": "possible import" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T15:04:54Z", + "reviewed_features": [], + "create": 2228, + "modify": 69, + "delete": 4, + "area": 0.00080863751670006, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118401351, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 55, + "theme": "grb", + "answer": 7, + "import": 257, + "locale": "nl", + "imagery": "osm", + "conflation": 20 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.97278045, + 50.9166126 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "tordans", + "uid": "11881", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T14:59:01Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118401126, + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "locale": "en", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.4497273, + 52.4729002 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T13:56:19Z", + "reviewed_features": [], + "create": 2, + "modify": 3, + "delete": 0, + "area": 0.0000223420313100043, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118399034, + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 10, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 2, + "change_within_25m": 10 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.7170052499999997, + 50.89962665 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": "L'imaginaire", + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Salambre", + "uid": "15272429", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:33:11Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": false, + "checked": true, + "check_date": "2022-03-13T07:37:51.167869Z", + "id": 118398322, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "locale": "nl", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.8121588, + 51.1936374 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:27:57Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118398150, + "host": "https://mapcomplete.osm.be/", + "theme": "benches", + "locale": "nl", + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.5562629, + 53.2301499 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ltrlg", + "uid": "5035134", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T12:50:05Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118396864, + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "answer": 2, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_within_5000m": 3 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.504258, + 47.4446216 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "cMartin", + "uid": "128287", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T10:46:34Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0.00000375564284998951, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118393302, + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 3, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 10.92138765, + 50.68325485 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T08:32:27Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 5.55745299999529e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118389625, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 1, + "locale": "nl", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.33666595, + 51.087551250000004 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Asteliks", + "uid": "9420959", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #personal", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T07:29:34Z", + "reviewed_features": [], + "create": 0, + "modify": 11, + "delete": 0, + "area": 0.0000979987870799585, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118388467, + "host": "https://mapcomplete.osm.be/personal.html", + "theme": "personal", + "answer": 11, + "locale": "en", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 20.9556968, + 52.205279700000006 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T07:18:48Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118388310, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.1552405, + 50.805731 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 2, + "name": "possible import" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T05:34:03Z", + "reviewed_features": [], + "create": 1854, + "modify": 258, + "delete": 0, + "area": 0.000211887023540078, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118386966, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 221, + "theme": "grb", + "answer": 9, + "import": 229, + "locale": "nl", + "imagery": "osm", + "conflation": 64 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.992186650000001, + 50.9234317 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-7421525825", + "osm_id": 7421525825, + "reasons": [ + 43 + ], + "version": 5, + "primary_tags": { + "amenity": "binoculars" + } + } + ], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #binoculars", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T19:56:57Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118377606, + "host": "https://mapcomplete.osm.be/binoculars.html", + "theme": "binoculars", + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.3381958, + 51.0862626 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #nature", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T19:42:01Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.00010871777161989, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118377145, + "host": "https://mapcomplete.osm.be/nature.html", + "theme": "nature", + "answer": 4, + "locale": "nl", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.35999945, + 51.077729500000004 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefanB", + "uid": "3834", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T19:37:31Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118376992, + "host": "https://mapcomplete.osm.be/aed", + "theme": "aed", + "answer": 2, + "locale": "en", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 14.4909855, + 46.071118 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Els Q", + "uid": "15213418", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T18:24:08Z", + "reviewed_features": [], + "create": 13, + "modify": 5, + "delete": 0, + "area": 0.00687879089856004, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118374773, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "move": 1, + "theme": "toerisme_vlaanderen", + "answer": 14, + "locale": "nl", + "imagery": "osm", + "move:node/9571364716": "improve_accuracy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.6486779, + 50.83145355 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T18:06:23Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118374322, + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.338839, + 51.0866906 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T16:30:17Z", + "reviewed_features": [], + "create": 1, + "modify": 30, + "delete": 0, + "area": 0.0011789189445999, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118370715, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 28, + "locale": "nl", + "imagery": "osm", + "add-image": 13 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.3681838500000003, + 51.080854200000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T16:25:46Z", + "reviewed_features": [], + "create": 0, + "modify": 17, + "delete": 0, + "area": 0.000676807401540088, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118370544, + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 12, + "locale": "en", + "imagery": "osm", + "add-image": 5 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.3569613499999997, + 51.082890500000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 2, + "name": "possible import" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:48:25Z", + "reviewed_features": [], + "create": 1688, + "modify": 11, + "delete": 0, + "area": 0.0000561948088499916, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118369149, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 10, + "theme": "grb", + "import": 212, + "locale": "nl", + "imagery": "osm", + "conflation": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.99669075, + 50.91579885 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:40:55Z", + "reviewed_features": [], + "create": 202, + "modify": 133, + "delete": 0, + "area": 0.00000957029327999146, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118368873, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 107, + "theme": "grb", + "answer": 12, + "import": 15, + "locale": "nl", + "imagery": "osm", + "conflation": 30 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.00299825, + 50.9137597 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:27:31Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118368424, + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.5562629, + 53.2301499 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T14:33:06Z", + "reviewed_features": [], + "create": 87, + "modify": 111, + "delete": 0, + "area": 0.00006566943431999, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118366520, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 88, + "theme": "grb", + "answer": 13, + "import": 11, + "locale": "nl", + "imagery": "osm", + "conflation": 28 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0018731, + 50.9153212 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T13:54:07Z", + "reviewed_features": [], + "create": 488, + "modify": 192, + "delete": 2, + "area": 0.0000175274485400165, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118365197, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 151, + "theme": "grb", + "answer": 17, + "import": 52, + "locale": "nl", + "imagery": "osm", + "conflation": 56 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.003205599999999, + 50.91616205 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.17.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T12:57:52Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118363238, + "host": "https://pietervdvn.github.io/mc/develop/waste.html", + "theme": "waste", + "answer": 2, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 3 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.7002817, + 51.0535344 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "P Kanzler", + "uid": "6173912", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T12:51:49Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118363062, + "host": "https://mapcomplete.osm.be/climbing.html", + "theme": "climbing", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.1224848, + 49.4797711 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 2, + "name": "possible import" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T12:51:29Z", + "reviewed_features": [], + "create": 1448, + "modify": 245, + "delete": 6, + "area": 0.0000459554667200474, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118363052, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 202, + "theme": "grb", + "answer": 17, + "import": 176, + "locale": "nl", + "imagery": "osm", + "conflation": 56 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.007255799999999, + 50.918398249999996 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Visit_Maasmechelen", + "uid": "15271831", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T11:52:10Z", + "reviewed_features": [], + "create": 9, + "modify": 19, + "delete": 2, + "area": 0.000462920752160016, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118360995, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 43, + "import": 1, + "locale": "nl", + "imagery": "AGIVFlandersGRB", + "deletion": 2, + "import:node/9570710286": "source: https://osm.org/note/3044260", + "deletion:node/9570698173": "duplicate", + "deletion:node/9570698174": "duplicate" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.70174875, + 50.9823282 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Salambre", + "uid": "15272429", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T11:18:15Z", + "reviewed_features": [], + "create": 3, + "modify": 6, + "delete": 0, + "area": 0.00000133431572999704, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118359426, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 6, + "locale": "nl", + "imagery": "osm", + "add-image": 3 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.75535835, + 51.130081950000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T10:23:53Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118356986, + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 6, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.5562629, + 53.2301499 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefanB", + "uid": "3834", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T10:13:35Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118356486, + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 2, + "locale": "en", + "imagery": "osm", + "change_within_1000m": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 14.4909855, + 46.071118 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T10:05:09Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118356139, + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 6, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.5562629, + 53.2301499 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Muokkaaja", + "uid": "494482", + "editor": "MapComplete 0.17.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T09:29:02Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118354803, + "host": "https://pietervdvn.github.io/mc/develop/benches.html", + "theme": "benches", + "answer": 2, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 3 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 24.8898929, + 60.2625226 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T05:37:26Z", + "reviewed_features": [], + "create": 1006, + "modify": 546, + "delete": 4, + "area": 0.0221342944576804, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118347932, + "host": "https://mapcomplete.osm.be/grb.html", + "move": 489, + "theme": "grb", + "answer": 3, + "import": 117, + "locale": "nl", + "imagery": "osm", + "conflation": 120 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.95925085, + 51.0298023 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T01:20:32Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118344483, + "host": "https://mapcomplete.osm.be/playgrounds", + "theme": "playgrounds", + "answer": 3, + "locale": "nl", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.459969, + 50.7691044 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T00:43:50Z", + "reviewed_features": [], + "create": 2, + "modify": 1, + "delete": 0, + "area": 0.0086878095159601, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118344062, + "theme": "toerisme_vlaanderen", + "answer": 3, + "import": 2, + "import:node/9569800008": "source: https://osm.org/note/3044645", + "import:node/9569885802": "source: https://osm.org/note/3044554" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.2153412, + 51.058568 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T00:20:57Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000548268340499619, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118343765, + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 5, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 5 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.08347965, + 51.13013035 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": "L'imaginaire", + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Regionaal Landschap Zuid-Hageland", + "uid": "8539263", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T00:14:00Z", + "reviewed_features": [], + "create": 2, + "modify": 5, + "delete": 0, + "area": 0.00063544200672001, + "is_suspect": true, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T20:25:04.775224Z", + "id": 118343688, + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 10, + "locale": "nl", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.9984545, + 50.80494775 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #fritures", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-10T23:29:24Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118343025, + "host": "https://mapcomplete.osm.be/fritures.html", + "theme": "fritures", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.7040531, + 51.0499375 + ] + } + }, { "type": "Feature", "properties": { @@ -340721,7 +343342,7 @@ { "type": "Feature", "properties": { - "check_user": null, + "check_user": "L'imaginaire", "reasons": [], "tags": [], "features": [], @@ -340739,9 +343360,9 @@ "delete": 0, "area": 3.97514039998877e-7, "is_suspect": false, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T20:15:35.954271Z", "id": 118327277, "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "theme": "toerisme_vlaanderen", @@ -340889,7 +343510,7 @@ { "type": "Feature", "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -340912,9 +343533,9 @@ "delete": 1, "area": 0, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T15:11:33.090652Z", "id": 118325923, "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "theme": "toerisme_vlaanderen", @@ -340934,7 +343555,7 @@ { "type": "Feature", "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -340957,9 +343578,9 @@ "delete": 0, "area": 3.47759999996515e-8, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T15:08:59.116049Z", "id": 118322667, "host": "https://mapcomplete.osm.be/toerisme_vlaanderen", "theme": "toerisme_vlaanderen", @@ -341024,7 +343645,7 @@ { "type": "Feature", "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -341037,7 +343658,7 @@ "uid": "12319350", "editor": "MapComplete 0.16.5", "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", - "comments_count": 0, + "comments_count": 1, "source": "Not reported", "imagery_used": "Not reported", "date": "2022-03-10T12:33:40Z", @@ -341047,9 +343668,9 @@ "delete": 0, "area": 0.00192710186363972, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T15:06:59.557170Z", "id": 118322266, "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "move": 1, @@ -341172,7 +343793,7 @@ "uid": "15281781", "editor": "MapComplete 0.16.5", "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", - "comments_count": 0, + "comments_count": 1, "source": "Not reported", "imagery_used": "Not reported", "date": "2022-03-10T11:08:19Z", @@ -341285,7 +343906,7 @@ { "type": "Feature", "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -341308,9 +343929,9 @@ "delete": 0, "area": 0.00282049016212004, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T14:57:13.993816Z", "id": 118310233, "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "theme": "toerisme_vlaanderen", @@ -341457,9 +344078,24 @@ "type": "Feature", "properties": { "check_user": null, - "reasons": [], + "reasons": [ + { + "id": 489, + "name": "Mapbox: Spam text" + } + ], "tags": [], - "features": [], + "features": [ + { + "url": "node-4318020492", + "note": "Spam text reported in [\"name:en\",\"name:etymology:wikidata\"] tags in the feature", + "osm_id": 4318020492, + "reasons": [ + 489 + ], + "version": 4 + } + ], "user": "bponkishore", "uid": "14062769", "editor": "MapComplete 0.16.5", @@ -341473,7 +344109,7 @@ "modify": 72, "delete": 0, "area": 7.08537441671416, - "is_suspect": false, + "is_suspect": true, "harmful": null, "checked": false, "check_date": null, @@ -341700,7 +344336,7 @@ { "type": "Feature", "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -341723,9 +344359,9 @@ "delete": 0, "area": 0.00196756997643997, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T10:09:47.830923Z", "id": 118294281, "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "move": 1, @@ -341835,7 +344471,7 @@ { "type": "Feature", "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -341858,9 +344494,9 @@ "delete": 0, "area": 0, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T09:27:15.949720Z", "id": 118292206, "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "theme": "toerisme_vlaanderen", @@ -341879,7 +344515,7 @@ { "type": "Feature", "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -341902,9 +344538,9 @@ "delete": 0, "area": 0.00109314747760005, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T09:11:41.003729Z", "id": 118289942, "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "move": 1, @@ -342142,6 +344778,55 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "vatho", + "uid": "3146120", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-09T14:20:12Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118281107, + "move": 1, + "theme": "toerisme_vlaanderen", + "answer": 1, + "change_over_5000m": 1, + "change_within_1000m": 2, + "move:node/9566127444": "improve_accuracy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.2166589, + 50.9304418 + ] + } + }, { "type": "Feature", "properties": { @@ -342271,10 +344956,23 @@ { "id": 4, "name": "mass modification" + }, + { + "id": 531, + "name": "Mapbox: Overlapping features" } ], "tags": [], - "features": [], + "features": [ + { + "url": "way-1038766925", + "osm_id": 1038766925, + "reasons": [ + 531 + ], + "version": 1 + } + ], "user": "dentonny", "uid": "4198737", "editor": "MapComplete 0.16.5", @@ -343458,6 +346156,45 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Janjko", + "uid": "244754", + "editor": "iD 2.20.4", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "dgu.hr: Croatia 2019-2020 aerial imagery", + "date": "2022-03-08T13:40:10Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000259655367998623, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118237323, + "host": "https://www.openstreetmap.org/edit", + "locale": "hr", + "hashtags": "#MapComplete;#etymology", + "changesets_count": 67771, + "theme": "etymology" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 15.981933, + 45.79918615 + ] + } + }, { "type": "Feature", "properties": { @@ -343875,6 +346612,54 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "dienst cultuur & toerisme", + "uid": "2133790", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-08T09:53:32Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0.00125059263538026, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118228793, + "theme": "toerisme_vlaanderen", + "answer": 4, + "import": 1, + "add-image": 1, + "import:node/9562203897": "source: https://osm.org/note/3044209" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.13827795, + 51.0925163 + ] + } + }, { "type": "Feature", "properties": { @@ -346392,6 +349177,49 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "kersentaart", + "uid": "9812520", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-04T13:13:49Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "id": 118092916, + "theme": "toerisme_vlaanderen", + "answer": 2, + "import": 1, + "import:node/9554166555": "source: https://osm.org/note/3044266" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.6437621, + 51.0493263 + ] + } + }, { "type": "Feature", "properties": { diff --git a/Docs/Tools/graphs/Changesets per day (line) in 2022.png b/Docs/Tools/graphs/Changesets per day (line) in 2022.png index 27d72efe0d..42f2fcadb9 100644 Binary files a/Docs/Tools/graphs/Changesets per day (line) in 2022.png and b/Docs/Tools/graphs/Changesets per day (line) in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per day (line) met pin je punt.png b/Docs/Tools/graphs/Changesets per day (line) met pin je punt.png index d7a2614545..9a267e96d5 100644 Binary files a/Docs/Tools/graphs/Changesets per day (line) met pin je punt.png and b/Docs/Tools/graphs/Changesets per day (line) met pin je punt.png differ diff --git a/Docs/Tools/graphs/Changesets per day (line).png b/Docs/Tools/graphs/Changesets per day (line).png index a05db49210..f678152fc1 100644 Binary files a/Docs/Tools/graphs/Changesets per day (line).png and b/Docs/Tools/graphs/Changesets per day (line).png differ diff --git a/Docs/Tools/graphs/Changesets per host in 2022.png b/Docs/Tools/graphs/Changesets per host in 2022.png index 53f2c28f28..ac90ab0a1f 100644 Binary files a/Docs/Tools/graphs/Changesets per host in 2022.png and b/Docs/Tools/graphs/Changesets per host in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per host met pin je punt.png b/Docs/Tools/graphs/Changesets per host met pin je punt.png index 0a1a9074ef..2fac0e82f0 100644 Binary files a/Docs/Tools/graphs/Changesets per host met pin je punt.png and b/Docs/Tools/graphs/Changesets per host met pin je punt.png differ diff --git a/Docs/Tools/graphs/Changesets per host.png b/Docs/Tools/graphs/Changesets per host.png index 07de20af9f..ddfacbe737 100644 Binary files a/Docs/Tools/graphs/Changesets per host.png and b/Docs/Tools/graphs/Changesets per host.png differ diff --git a/Docs/Tools/graphs/Changesets per minor version number in 2022.png b/Docs/Tools/graphs/Changesets per minor version number in 2022.png index d913b8f73f..047a8f41da 100644 Binary files a/Docs/Tools/graphs/Changesets per minor version number in 2022.png and b/Docs/Tools/graphs/Changesets per minor version number in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per minor version number met pin je punt.png b/Docs/Tools/graphs/Changesets per minor version number met pin je punt.png index 7581bddb5a..e4c5fc3245 100644 Binary files a/Docs/Tools/graphs/Changesets per minor version number met pin je punt.png and b/Docs/Tools/graphs/Changesets per minor version number met pin je punt.png differ diff --git a/Docs/Tools/graphs/Changesets per minor version number.png b/Docs/Tools/graphs/Changesets per minor version number.png index 660bbb566e..a7f89f24c3 100644 Binary files a/Docs/Tools/graphs/Changesets per minor version number.png and b/Docs/Tools/graphs/Changesets per minor version number.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (bar) in 2022.png b/Docs/Tools/graphs/Changesets per theme (bar) in 2022.png index d29f5dae09..349c6ca64a 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (bar) in 2022.png and b/Docs/Tools/graphs/Changesets per theme (bar) in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (bar) met pin je punt.png b/Docs/Tools/graphs/Changesets per theme (bar) met pin je punt.png new file mode 100644 index 0000000000..d2efb032ba Binary files /dev/null and b/Docs/Tools/graphs/Changesets per theme (bar) met pin je punt.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (bar).png b/Docs/Tools/graphs/Changesets per theme (bar).png index 90bc6911c2..4e2617c62d 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (bar).png and b/Docs/Tools/graphs/Changesets per theme (bar).png differ diff --git a/Docs/Tools/graphs/Changesets per theme (pie) in 2022.png b/Docs/Tools/graphs/Changesets per theme (pie) in 2022.png index a3c8564757..0e2351a803 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (pie) in 2022.png and b/Docs/Tools/graphs/Changesets per theme (pie) in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (pie) met pin je punt.png b/Docs/Tools/graphs/Changesets per theme (pie) met pin je punt.png new file mode 100644 index 0000000000..59f05fa33b Binary files /dev/null and b/Docs/Tools/graphs/Changesets per theme (pie) met pin je punt.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (pie).png b/Docs/Tools/graphs/Changesets per theme (pie).png index d024fe7f7d..16b4a9c30c 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (pie).png and b/Docs/Tools/graphs/Changesets per theme (pie).png differ diff --git a/Docs/Tools/graphs/Changesets per theme in 2022.png b/Docs/Tools/graphs/Changesets per theme in 2022.png index 4c94e9fa67..ba7104d761 100644 Binary files a/Docs/Tools/graphs/Changesets per theme in 2022.png and b/Docs/Tools/graphs/Changesets per theme in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per theme met pin je punt.png b/Docs/Tools/graphs/Changesets per theme met pin je punt.png index 6752595b05..265fd2d13b 100644 Binary files a/Docs/Tools/graphs/Changesets per theme met pin je punt.png and b/Docs/Tools/graphs/Changesets per theme met pin je punt.png differ diff --git a/Docs/Tools/graphs/Changesets per theme.png b/Docs/Tools/graphs/Changesets per theme.png index 99c55400a8..3a892937f3 100644 Binary files a/Docs/Tools/graphs/Changesets per theme.png and b/Docs/Tools/graphs/Changesets per theme.png differ diff --git a/Docs/Tools/graphs/Changesets per version number in 2022.png b/Docs/Tools/graphs/Changesets per version number in 2022.png index 7561a5ab0c..8732d535f9 100644 Binary files a/Docs/Tools/graphs/Changesets per version number in 2022.png and b/Docs/Tools/graphs/Changesets per version number in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per version number met pin je punt.png b/Docs/Tools/graphs/Changesets per version number met pin je punt.png index f0083d90e4..5cf9f46237 100644 Binary files a/Docs/Tools/graphs/Changesets per version number met pin je punt.png and b/Docs/Tools/graphs/Changesets per version number met pin je punt.png differ diff --git a/Docs/Tools/graphs/Changesets per version number.png b/Docs/Tools/graphs/Changesets per version number.png index 3c4ec02de8..156b1bae0b 100644 Binary files a/Docs/Tools/graphs/Changesets per version number.png and b/Docs/Tools/graphs/Changesets per version number.png differ diff --git a/Docs/Tools/graphs/Contributors per changeset count in 2022.png b/Docs/Tools/graphs/Contributors per changeset count in 2022.png index 9ce2999737..71bbe1f121 100644 Binary files a/Docs/Tools/graphs/Contributors per changeset count in 2022.png and b/Docs/Tools/graphs/Contributors per changeset count in 2022.png differ diff --git a/Docs/Tools/graphs/Contributors per changeset count met pin je punt.png b/Docs/Tools/graphs/Contributors per changeset count met pin je punt.png new file mode 100644 index 0000000000..cf340f7ad8 Binary files /dev/null and b/Docs/Tools/graphs/Contributors per changeset count met pin je punt.png differ diff --git a/Docs/Tools/graphs/Contributors per changeset count.png b/Docs/Tools/graphs/Contributors per changeset count.png index b1f4fc3583..5e1042773c 100644 Binary files a/Docs/Tools/graphs/Contributors per changeset count.png and b/Docs/Tools/graphs/Contributors per changeset count.png differ diff --git a/Docs/Tools/graphs/Contributors per day in 2022.png b/Docs/Tools/graphs/Contributors per day in 2022.png index c49b099744..05f37f4856 100644 Binary files a/Docs/Tools/graphs/Contributors per day in 2022.png and b/Docs/Tools/graphs/Contributors per day in 2022.png differ diff --git a/Docs/Tools/graphs/Contributors per day met pin je punt.png b/Docs/Tools/graphs/Contributors per day met pin je punt.png index fe86fd00c9..edf8265d5b 100644 Binary files a/Docs/Tools/graphs/Contributors per day met pin je punt.png and b/Docs/Tools/graphs/Contributors per day met pin je punt.png differ diff --git a/Docs/Tools/graphs/Contributors per day.png b/Docs/Tools/graphs/Contributors per day.png index 90bb9c6a9c..33f0eff3dd 100644 Binary files a/Docs/Tools/graphs/Contributors per day.png and b/Docs/Tools/graphs/Contributors per day.png differ diff --git a/Docs/Tools/graphs/Deletion-changesets per theme in 2022.png b/Docs/Tools/graphs/Deletion-changesets per theme in 2022.png index 60dc98a4ec..ea5a12ad52 100644 Binary files a/Docs/Tools/graphs/Deletion-changesets per theme in 2022.png and b/Docs/Tools/graphs/Deletion-changesets per theme in 2022.png differ diff --git a/Docs/Tools/graphs/Deletion-changesets per theme met pin je punt.png b/Docs/Tools/graphs/Deletion-changesets per theme met pin je punt.png index 3e406bc8d4..f59d85e276 100644 Binary files a/Docs/Tools/graphs/Deletion-changesets per theme met pin je punt.png and b/Docs/Tools/graphs/Deletion-changesets per theme met pin je punt.png differ diff --git a/Docs/Tools/graphs/Deletion-changesets per theme.png b/Docs/Tools/graphs/Deletion-changesets per theme.png index 3c55b09f96..9b0acd5048 100644 Binary files a/Docs/Tools/graphs/Deletion-changesets per theme.png and b/Docs/Tools/graphs/Deletion-changesets per theme.png differ diff --git a/Docs/Tools/graphs/Empty changesets by date.png b/Docs/Tools/graphs/Empty changesets by date.png index 18f84cce44..9e138978d8 100644 Binary files a/Docs/Tools/graphs/Empty changesets by date.png and b/Docs/Tools/graphs/Empty changesets by date.png differ diff --git a/Docs/Tools/missing_editor.json b/Docs/Tools/missing_editor.json new file mode 100644 index 0000000000..6b53805a13 --- /dev/null +++ b/Docs/Tools/missing_editor.json @@ -0,0 +1,12 @@ +[ + "https://www.osm.org/changeset/117826283", + "https://www.osm.org/changeset/117742017", + "https://www.osm.org/changeset/117522028", + "https://www.osm.org/changeset/117244083", + "https://www.osm.org/changeset/117010979", + "https://www.osm.org/changeset/118422299", + "https://www.osm.org/changeset/118344062", + "https://www.osm.org/changeset/118281107", + "https://www.osm.org/changeset/118228793", + "https://www.osm.org/changeset/118092916" +] \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-1.json b/Docs/Tools/stats/stats.2022-1.json index 7fe2b8e048..de40833dcd 100644 --- a/Docs/Tools/stats/stats.2022-1.json +++ b/Docs/Tools/stats/stats.2022-1.json @@ -1633,9 +1633,24 @@ }, "properties": { "check_user": null, - "reasons": [], + "reasons": [ + { + "id": 489, + "name": "Mapbox: Spam text" + } + ], "tags": [], - "features": [], + "features": [ + { + "url": "node-9461327137", + "note": "Spam text reported in [\"name\"] tags in the feature", + "osm_id": 9461327137, + "reasons": [ + 489 + ], + "version": 1 + } + ], "user": "nickinparadise", "uid": "2049708", "editor": "MapComplete 0.15.1", @@ -1649,7 +1664,7 @@ "modify": 0, "delete": 0, "area": 0, - "is_suspect": false, + "is_suspect": true, "harmful": null, "checked": false, "check_date": null, @@ -8554,7 +8569,7 @@ "uid": "12128135", "editor": "MapComplete 0.14.1", "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", - "comments_count": 0, + "comments_count": 1, "source": "survey", "imagery_used": "Not reported", "date": "2022-01-23T14:25:12Z", @@ -8563,7 +8578,7 @@ "modify": 7, "delete": 1, "area": 0.00000264645007000264, - "is_suspect": true, + "is_suspect": false, "harmful": null, "checked": false, "check_date": null, @@ -18493,10 +18508,27 @@ { "id": 4, "name": "mass modification" + }, + { + "id": 91, + "name": "Motorway/trunk geometry modified" } ], "tags": [], - "features": [], + "features": [ + { + "url": "way-196714838", + "name": "Boulevard Louis Pasteur", + "osm_id": 196714838, + "reasons": [ + 91 + ], + "version": 6, + "primary_tags": { + "highway": "trunk" + } + } + ], "user": "whatismoss", "uid": "8427311", "editor": "MapComplete 0.13.1", diff --git a/Docs/Tools/stats/stats.2022-2.json b/Docs/Tools/stats/stats.2022-2.json index e04d4911b1..69205bcc12 100644 --- a/Docs/Tools/stats/stats.2022-2.json +++ b/Docs/Tools/stats/stats.2022-2.json @@ -6069,6 +6069,72 @@ "id": 117827426 } }, + { + "id": 117826283, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.637074, + 51.0559106 + ], + [ + 5.637074, + 51.0559106 + ], + [ + 5.637074, + 51.0559106 + ], + [ + 5.637074, + 51.0559106 + ], + [ + 5.637074, + 51.0559106 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "kersentaart", + "uid": "9812520", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-24T20:11:06Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "theme": "toerisme_vlaanderen", + "answer": 5, + "import": 1, + "import:node/9533221527": "source: https://osm.org/note/3044350" + }, + "id": 117826283 + } + }, { "id": 117821852, "type": "Feature", @@ -8559,6 +8625,77 @@ "id": 117743877 } }, + { + "id": 117742017, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.5572219, + 51.1897337 + ], + [ + 5.5625289, + 51.1897337 + ], + [ + 5.5625289, + 51.1989127 + ], + [ + 5.5572219, + 51.1989127 + ], + [ + 5.5572219, + 51.1897337 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "RobbieRob F", + "uid": "14946603", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-22T19:44:51Z", + "reviewed_features": [], + "create": 3, + "modify": 0, + "delete": 0, + "area": 0.0000487129530000183, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "theme": "toerisme_vlaanderen", + "import": 3, + "import:node/9528129922": "source: https://osm.org/note/3044427", + "import:node/9528149205": "source: https://osm.org/note/3044255", + "import:node/9528150239": "source: https://osm.org/note/3044228" + }, + "id": 117742017 + } + }, { "id": 117740296, "type": "Feature", @@ -17741,6 +17878,74 @@ "id": 117522251 } }, + { + "id": 117522028, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2323273, + 51.1000423 + ], + [ + 4.2323273, + 51.1000423 + ], + [ + 4.2323273, + 51.1000423 + ], + [ + 4.2323273, + 51.1000423 + ], + [ + 4.2323273, + 51.1000423 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-17T13:36:16Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 1, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "theme": "toerisme_vlaanderen", + "import": 1, + "deletion": 1, + "change_over_5000m": 2, + "import:node/9513916030": "source: https://osm.org/note/3023056", + "deletion:node/9513916030": "testing point" + }, + "id": 117522028 + } + }, { "id": 117521968, "type": "Feature", @@ -29352,6 +29557,72 @@ "id": 117288194 } }, + { + "id": 117287043, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.6461941, + 42.9169099 + ], + [ + 1.646608, + 42.9169099 + ], + [ + 1.646608, + 42.9171661 + ], + [ + 1.6461941, + 42.9171661 + ], + [ + 1.6461941, + 42.9169099 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "rejbzh", + "uid": "15051154", + "editor": "iD 2.20.4", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "BDOrtho IGN", + "date": "2022-02-11T12:54:27Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 1.06041180001093e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://www.openstreetmap.org/edit", + "locale": "fr", + "hashtags": "#MapComplete;#surveillance", + "changesets_count": 7 + }, + "id": 117287043 + } + }, { "id": 117286674, "type": "Feature", @@ -30620,6 +30891,72 @@ "id": 117256167 } }, + { + "id": 117256030, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.6573136, + 42.9146837 + ], + [ + 1.6716781, + 42.9146837 + ], + [ + 1.6716781, + 42.917024 + ], + [ + 1.6573136, + 42.917024 + ], + [ + 1.6573136, + 42.9146837 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "rejbzh", + "uid": "15051154", + "editor": "iD 2.20.4", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "BDOrtho IGN", + "date": "2022-02-10T17:42:34Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000336172393500029, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://www.openstreetmap.org/edit", + "locale": "fr", + "hashtags": "#MapComplete;#surveillance", + "changesets_count": 6 + }, + "id": 117256030 + } + }, { "id": 117254536, "type": "Feature", @@ -30682,6 +31019,72 @@ "id": 117254536 } }, + { + "id": 117253731, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.6402526, + 42.9134642 + ], + [ + 1.6656386, + 42.9134642 + ], + [ + 1.6656386, + 42.9188424 + ], + [ + 1.6402526, + 42.9188424 + ], + [ + 1.6402526, + 42.9134642 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "rejbzh", + "uid": "15051154", + "editor": "iD 2.20.4", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "BDOrtho IGN", + "date": "2022-02-10T16:38:38Z", + "reviewed_features": [], + "create": 8, + "modify": 4, + "delete": 3, + "area": 0.000136530985200068, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://www.openstreetmap.org/edit", + "locale": "fr", + "hashtags": "#MapComplete;#surveillance", + "changesets_count": 5 + }, + "id": 117253731 + } + }, { "id": 117252707, "type": "Feature", @@ -31126,6 +31529,77 @@ "id": 117244900 } }, + { + "id": 117244083, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1852899, + 50.9119365 + ], + [ + 5.2098409, + 50.9119365 + ], + [ + 5.2098409, + 50.9361395 + ], + [ + 5.1852899, + 50.9361395 + ], + [ + 5.1852899, + 50.9119365 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-10T12:27:22Z", + "reviewed_features": [], + "create": 2, + "modify": 5, + "delete": 0, + "area": 0.000594207852999994, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "theme": "toerisme_vlaanderen", + "answer": 12, + "import": 2, + "import:node/9495257973": "source: https://osm.org/note/3044279", + "import:node/9495282428": "source: https://osm.org/note/3044139" + }, + "id": 117244083 + } + }, { "id": 117238352, "type": "Feature", @@ -39732,6 +40206,76 @@ "id": 117011189 } }, + { + "id": 117010979, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4794074, + 51.0276134 + ], + [ + 4.4794074, + 51.0276134 + ], + [ + 4.4794074, + 51.0276134 + ], + [ + 4.4794074, + 51.0276134 + ], + [ + 4.4794074, + 51.0276134 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 3, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-02-04T15:22:45Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "theme": "toerisme_vlaanderen", + "answer": 3, + "import": 1, + "import:node/9476264469": "source: https://osm.org/note/3023001" + }, + "id": 117010979 + } + }, { "id": 117009200, "type": "Feature", diff --git a/Docs/Tools/stats/stats.2022-3.json b/Docs/Tools/stats/stats.2022-3.json index f45756713a..d746c0a6d0 100644 --- a/Docs/Tools/stats/stats.2022-3.json +++ b/Docs/Tools/stats/stats.2022-3.json @@ -1,5 +1,3895 @@ { "features": [ + { + "id": 118445282, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.5556894, + 50.8839646 + ], + [ + 10.7457286, + 50.8839646 + ], + [ + 10.7457286, + 50.9795206 + ], + [ + 10.5556894, + 50.9795206 + ], + [ + 10.5556894, + 50.8839646 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "complete_gth", + "uid": "9837674", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-13T20:45:06Z", + "reviewed_features": [], + "create": 0, + "modify": 70, + "delete": 0, + "area": 0.0181593857952003, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 95, + "locale": "de", + "imagery": "osm" + }, + "id": 118445282 + } + }, + { + "id": 118445234, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.012898, + 49.4126348 + ], + [ + 11.012898, + 49.4126348 + ], + [ + 11.012898, + 49.4126348 + ], + [ + 11.012898, + 49.4126348 + ], + [ + 11.012898, + 49.4126348 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "P Kanzler", + "uid": "6173912", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-13T20:43:34Z", + "reviewed_features": [], + "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": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 118445234 + } + }, + { + "id": 118443748, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7092939, + 51.0361902 + ], + [ + 3.709952, + 51.0361902 + ], + [ + 3.709952, + 51.0364194 + ], + [ + 3.7092939, + 51.0364194 + ], + [ + 3.7092939, + 51.0361902 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T19:52:10Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.50836519999781e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 5, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 6 + }, + "id": 118443748 + } + }, + { + "id": 118437254, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.1600115, + 41.3600669 + ], + [ + 2.16722, + 41.3600669 + ], + [ + 2.16722, + 41.3641 + ], + [ + 2.1600115, + 41.3641 + ], + [ + 2.1600115, + 41.3600669 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Dinn0", + "uid": "14893874", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T16:37:59Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000290726013500063, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 5, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1, + "change_within_50m": 4 + }, + "id": 118437254 + } + }, + { + "id": 118436939, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2157245, + 51.1970468 + ], + [ + 3.2192074, + 51.1970468 + ], + [ + 3.2192074, + 51.2045795 + ], + [ + 3.2157245, + 51.2045795 + ], + [ + 3.2157245, + 51.1970468 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T16:29:47Z", + "reviewed_features": [], + "create": 1, + "modify": 9, + "delete": 0, + "area": 0.0000262356408299977, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 12, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 1, + "change_within_5000m": 14 + }, + "id": 118436939 + } + }, + { + "id": 118431501, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2228492, + 51.2086252 + ], + [ + 3.2233343, + 51.2086252 + ], + [ + 3.2233343, + 51.2088339 + ], + [ + 3.2228492, + 51.2088339 + ], + [ + 3.2228492, + 51.2086252 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.17.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T14:19:04Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.01240370000772e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/cyclofix.html", + "theme": "cyclofix", + "locale": "nl", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_500m": 1 + }, + "id": 118431501 + } + }, + { + "id": 118431030, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2175538, + 51.1969132 + ], + [ + 3.2231221, + 51.1969132 + ], + [ + 3.2231221, + 51.2087217 + ], + [ + 3.2175538, + 51.2087217 + ], + [ + 3.2175538, + 51.1969132 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T14:09:18Z", + "reviewed_features": [], + "create": 4, + "modify": 22, + "delete": 0, + "area": 0.0000657532705500014, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 34, + "create": 4, + "locale": "nl", + "imagery": "osm", + "add-image": 7, + "change_over_5000m": 4, + "change_within_25m": 17, + "change_within_50m": 14, + "change_within_100m": 6, + "change_within_500m": 4 + }, + "id": 118431030 + } + }, + { + "id": 118430760, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.5303936, + 44.8382183 + ], + [ + -0.5303936, + 44.8382183 + ], + [ + -0.5303936, + 44.8382183 + ], + [ + -0.5303936, + 44.8382183 + ], + [ + -0.5303936, + 44.8382183 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Marival", + "uid": "8238040", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-13T14:02:01Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/surveillance.html", + "theme": "surveillance", + "answer": 1, + "locale": "fr", + "imagery": "osm" + }, + "id": 118430760 + } + }, + { + "id": 118425866, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9986014, + 51.1310482 + ], + [ + 4.9990191, + 51.1310482 + ], + [ + 4.9990191, + 51.1311551 + ], + [ + 4.9986014, + 51.1311551 + ], + [ + 4.9986014, + 51.1310482 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T11:24:44Z", + "reviewed_features": [], + "create": 0, + "modify": 18, + "delete": 0, + "area": 4.46521299994367e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 16, + "theme": "grb", + "locale": "nl", + "imagery": "osm", + "conflation": 4 + }, + "id": 118425866 + } + }, + { + "id": 118422299, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.534592, + 50.9572326 + ], + [ + 5.5367934, + 50.9572326 + ], + [ + 5.5367934, + 50.9575349 + ], + [ + 5.534592, + 50.9575349 + ], + [ + 5.534592, + 50.9572326 + ] + ] + ] + }, + "properties": { + "check_user": "L'imaginaire", + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "kersentaart", + "uid": "9812520", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-13T09:24:50Z", + "reviewed_features": [], + "create": 2, + "modify": 0, + "delete": 0, + "area": 6.65483220002789e-7, + "is_suspect": true, + "harmful": false, + "checked": true, + "check_date": "2022-03-13T18:15:50.140295Z", + "metadata": { + "theme": "toerisme_vlaanderen", + "import": 2, + "change_over_5000m": 2, + "import:node/9574672296": "source: https://osm.org/note/3023039", + "import:node/9574693847": "source: https://osm.org/note/3044323" + }, + "id": 118422299 + } + }, + { + "id": 118419134, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9970864, + 51.1233589 + ], + [ + 5.0167582, + 51.1233589 + ], + [ + 5.0167582, + 51.133623 + ], + [ + 4.9970864, + 51.133623 + ], + [ + 4.9970864, + 51.1233589 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-13T06:26:59Z", + "reviewed_features": [], + "create": 488, + "modify": 1853, + "delete": 29, + "area": 0.000201913322380013, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 1650, + "theme": "grb", + "answer": 5, + "delete": 29, + "import": 65, + "locale": "nl", + "imagery": "osm", + "conflation": 442 + }, + "id": 118419134 + } + }, + { + "id": 118415420, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.8927031, + 50.7970801 + ], + [ + 3.8940033, + 50.7970801 + ], + [ + 3.8940033, + 50.797813 + ], + [ + 3.8927031, + 50.797813 + ], + [ + 3.8927031, + 50.7970801 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wegspotter", + "uid": "428001", + "editor": "MapComplete 0.17.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T23:37:43Z", + "reviewed_features": [], + "create": 68, + "modify": 0, + "delete": 0, + "area": 9.52916579994416e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/grb", + "theme": "grb", + "import": 10, + "locale": "nl", + "imagery": "AGIVFlandersGRB" + }, + "id": 118415420 + } + }, + { + "id": 118415064, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.6076353, + 54.8545089 + ], + [ + -1.603269, + 54.8545089 + ], + [ + -1.603269, + 54.8567974 + ], + [ + -1.6076353, + 54.8567974 + ], + [ + -1.6076353, + 54.8545089 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "confusedbuffalo", + "uid": "242345", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T23:13:48Z", + "reviewed_features": [], + "create": 0, + "modify": 18, + "delete": 0, + "area": 0.00000999227754999489, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 22, + "locale": "en", + "imagery": "osm" + }, + "id": 118415064 + } + }, + { + "id": 118410404, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.0953947, + 52.3908416 + ], + [ + 14.1640645, + 52.3908416 + ], + [ + 14.1640645, + 52.4240863 + ], + [ + 14.0953947, + 52.4240863 + ], + [ + 14.0953947, + 52.3908416 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Casi1980", + "uid": "13989376", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T19:39:01Z", + "reviewed_features": [], + "create": 9, + "modify": 4, + "delete": 0, + "area": 0.00228290690005983, + "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": 118410404 + } + }, + { + "id": 118403754, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3672267, + 50.8145768 + ], + [ + 4.3672284, + 50.8145768 + ], + [ + 4.3672284, + 50.8145928 + ], + [ + 4.3672267, + 50.8145928 + ], + [ + 4.3672267, + 50.8145768 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T16:11:00Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 2.7200000009025e-11, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "move": 1, + "theme": "cyclofix", + "answer": 8, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 10, + "move:node/9165158595": "improve_accuracy" + }, + "id": 118403754 + } + }, + { + "id": 118401351, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.949057, + 50.9080911 + ], + [ + 4.9965039, + 50.9080911 + ], + [ + 4.9965039, + 50.9251341 + ], + [ + 4.949057, + 50.9251341 + ], + [ + 4.949057, + 50.9080911 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 2, + "name": "possible import" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T15:04:54Z", + "reviewed_features": [], + "create": 2228, + "modify": 69, + "delete": 4, + "area": 0.00080863751670006, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 55, + "theme": "grb", + "answer": 7, + "delete": 4, + "import": 257, + "locale": "nl", + "imagery": "osm", + "conflation": 20 + }, + "id": 118401351 + } + }, + { + "id": 118401126, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.4497273, + 52.4729002 + ], + [ + 13.4497273, + 52.4729002 + ], + [ + 13.4497273, + 52.4729002 + ], + [ + 13.4497273, + 52.4729002 + ], + [ + 13.4497273, + 52.4729002 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "tordans", + "uid": "11881", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T14:59:01Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "create": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 118401126 + } + }, + { + "id": 118399034, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7132296, + 50.8981473 + ], + [ + 2.7207809, + 50.8981473 + ], + [ + 2.7207809, + 50.901106 + ], + [ + 2.7132296, + 50.901106 + ], + [ + 2.7132296, + 50.8981473 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T13:56:19Z", + "reviewed_features": [], + "create": 2, + "modify": 3, + "delete": 0, + "area": 0.0000223420313100043, + "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": "nl", + "imagery": "osm", + "change_over_5000m": 2, + "change_within_25m": 10 + }, + "id": 118399034 + } + }, + { + "id": 118398322, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8121588, + 51.1936374 + ], + [ + 4.8121588, + 51.1936374 + ], + [ + 4.8121588, + 51.1936374 + ], + [ + 4.8121588, + 51.1936374 + ], + [ + 4.8121588, + 51.1936374 + ] + ] + ] + }, + "properties": { + "check_user": "L'imaginaire", + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Salambre", + "uid": "15272429", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:33:11Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": false, + "checked": true, + "check_date": "2022-03-13T07:37:51.167869Z", + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "create": 1, + "locale": "nl", + "imagery": "osm" + }, + "id": 118398322 + } + }, + { + "id": 118398167, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:28:27Z", + "reviewed_features": [], + "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": "aed", + "answer": 6, + "create": 1, + "locale": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118398167 + } + }, + { + "id": 118398166, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:28:27Z", + "reviewed_features": [], + "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": "benches", + "create": 1, + "locale": "nl", + "change_over_5000m": 1 + }, + "id": 118398166 + } + }, + { + "id": 118398164, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:28:23Z", + "reviewed_features": [], + "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": "aed", + "answer": 6, + "create": 1, + "locale": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118398164 + } + }, + { + "id": 118398162, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:28:22Z", + "reviewed_features": [], + "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": "benches", + "create": 1, + "locale": "nl", + "change_over_5000m": 1 + }, + "id": 118398162 + } + }, + { + "id": 118398152, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:27:59Z", + "reviewed_features": [], + "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": "aed", + "answer": 6, + "create": 1, + "locale": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118398152 + } + }, + { + "id": 118398151, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:27:57Z", + "reviewed_features": [], + "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": "aed", + "answer": 6, + "create": 1, + "locale": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118398151 + } + }, + { + "id": 118398150, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T13:27:57Z", + "reviewed_features": [], + "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": "benches", + "create": 1, + "locale": "nl", + "change_over_5000m": 1 + }, + "id": 118398150 + } + }, + { + "id": 118396864, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.504258, + 47.4446216 + ], + [ + -0.504258, + 47.4446216 + ], + [ + -0.504258, + 47.4446216 + ], + [ + -0.504258, + 47.4446216 + ], + [ + -0.504258, + 47.4446216 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ltrlg", + "uid": "5035134", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T12:50:05Z", + "reviewed_features": [], + "create": 0, + "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": 2, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_within_5000m": 3 + }, + "id": 118396864 + } + }, + { + "id": 118393302, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.9198734, + 50.6826348 + ], + [ + 10.9229019, + 50.6826348 + ], + [ + 10.9229019, + 50.6838749 + ], + [ + 10.9198734, + 50.6838749 + ], + [ + 10.9198734, + 50.6826348 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "cMartin", + "uid": "128287", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T10:46:34Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0.00000375564284998951, + "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": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 118393302 + } + }, + { + "id": 118389625, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3365213, + 51.0874552 + ], + [ + 3.3368106, + 51.0874552 + ], + [ + 3.3368106, + 51.0876473 + ], + [ + 3.3365213, + 51.0876473 + ], + [ + 3.3365213, + 51.0874552 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T08:32:27Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 5.55745299999529e-8, + "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" + }, + "id": 118389625 + } + }, + { + "id": 118388467, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 20.9489759, + 52.2016344 + ], + [ + 20.9624177, + 52.2016344 + ], + [ + 20.9624177, + 52.208925 + ], + [ + 20.9489759, + 52.208925 + ], + [ + 20.9489759, + 52.2016344 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Asteliks", + "uid": "9420959", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #personal", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T07:29:34Z", + "reviewed_features": [], + "create": 0, + "modify": 11, + "delete": 0, + "area": 0.0000979987870799585, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/personal.html", + "theme": "personal", + "answer": 11, + "locale": "en", + "imagery": "osm" + }, + "id": 118388467 + } + }, + { + "id": 118388310, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.1552405, + 50.805731 + ], + [ + 4.1552405, + 50.805731 + ], + [ + 4.1552405, + 50.805731 + ], + [ + 4.1552405, + 50.805731 + ], + [ + 4.1552405, + 50.805731 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-12T07:18:48Z", + "reviewed_features": [], + "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.html", + "theme": "toerisme_vlaanderen", + "answer": 1, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 118388310 + } + }, + { + "id": 118386966, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9804107, + 50.9189334 + ], + [ + 5.0039626, + 50.9189334 + ], + [ + 5.0039626, + 50.92793 + ], + [ + 4.9804107, + 50.92793 + ], + [ + 4.9804107, + 50.9189334 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 2, + "name": "possible import" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-12T05:34:03Z", + "reviewed_features": [], + "create": 1854, + "modify": 258, + "delete": 0, + "area": 0.000211887023540078, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 221, + "theme": "grb", + "answer": 9, + "import": 229, + "locale": "nl", + "imagery": "osm", + "conflation": 64 + }, + "id": 118386966 + } + }, + { + "id": 118377606, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3381958, + 51.0862626 + ], + [ + 3.3381958, + 51.0862626 + ], + [ + 3.3381958, + 51.0862626 + ], + [ + 3.3381958, + 51.0862626 + ], + [ + 3.3381958, + 51.0862626 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-7421525825", + "osm_id": 7421525825, + "reasons": [ + 43 + ], + "version": 5, + "primary_tags": { + "amenity": "binoculars" + } + } + ], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #binoculars", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T19:56:57Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/binoculars.html", + "theme": "binoculars", + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1 + }, + "id": 118377606 + } + }, + { + "id": 118377145, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3433464, + 51.0760974 + ], + [ + 3.3766525, + 51.0760974 + ], + [ + 3.3766525, + 51.0793616 + ], + [ + 3.3433464, + 51.0793616 + ], + [ + 3.3433464, + 51.0760974 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #nature", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T19:42:01Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.00010871777161989, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/nature.html", + "theme": "nature", + "answer": 4, + "locale": "nl", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 6 + }, + "id": 118377145 + } + }, + { + "id": 118376992, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.4909855, + 46.071118 + ], + [ + 14.4909855, + 46.071118 + ], + [ + 14.4909855, + 46.071118 + ], + [ + 14.4909855, + 46.071118 + ], + [ + 14.4909855, + 46.071118 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefanB", + "uid": "3834", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T19:37:31Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed", + "theme": "aed", + "answer": 2, + "locale": "en", + "imagery": "osm" + }, + "id": 118376992 + } + }, + { + "id": 118374773, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.6166235, + 50.7778042 + ], + [ + 4.6807323, + 50.7778042 + ], + [ + 4.6807323, + 50.8851029 + ], + [ + 4.6166235, + 50.8851029 + ], + [ + 4.6166235, + 50.7778042 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Els Q", + "uid": "15213418", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T18:24:08Z", + "reviewed_features": [], + "create": 13, + "modify": 5, + "delete": 0, + "area": 0.00687879089856004, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "move": 1, + "theme": "toerisme_vlaanderen", + "answer": 14, + "create": 13, + "locale": "nl", + "imagery": "osm", + "move:node/9571364716": "improve_accuracy" + }, + "id": 118374773 + } + }, + { + "id": 118374322, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.338839, + 51.0866906 + ], + [ + 3.338839, + 51.0866906 + ], + [ + 3.338839, + 51.0866906 + ], + [ + 3.338839, + 51.0866906 + ], + [ + 3.338839, + 51.0866906 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T18:06:23Z", + "reviewed_features": [], + "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.html", + "theme": "https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 118374322 + } + }, + { + "id": 118370715, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3380263, + 51.0710812 + ], + [ + 3.3983414, + 51.0710812 + ], + [ + 3.3983414, + 51.0906272 + ], + [ + 3.3380263, + 51.0906272 + ], + [ + 3.3380263, + 51.0710812 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T16:30:17Z", + "reviewed_features": [], + "create": 1, + "modify": 30, + "delete": 0, + "area": 0.0011789189445999, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 28, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 13 + }, + "id": 118370715 + } + }, + { + "id": 118370544, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3422388, + 51.0713978 + ], + [ + 3.3716839, + 51.0713978 + ], + [ + 3.3716839, + 51.0943832 + ], + [ + 3.3422388, + 51.0943832 + ], + [ + 3.3422388, + 51.0713978 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T16:25:46Z", + "reviewed_features": [], + "create": 0, + "modify": 17, + "delete": 0, + "area": 0.000676807401540088, + "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": 12, + "locale": "en", + "imagery": "osm", + "add-image": 5 + }, + "id": 118370544 + } + }, + { + "id": 118369149, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9921876, + 50.9126791 + ], + [ + 5.0011939, + 50.9126791 + ], + [ + 5.0011939, + 50.9189186 + ], + [ + 4.9921876, + 50.9189186 + ], + [ + 4.9921876, + 50.9126791 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 2, + "name": "possible import" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:48:25Z", + "reviewed_features": [], + "create": 1688, + "modify": 11, + "delete": 0, + "area": 0.0000561948088499916, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 10, + "theme": "grb", + "import": 212, + "locale": "nl", + "imagery": "osm", + "conflation": 2 + }, + "id": 118369149 + } + }, + { + "id": 118368873, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0003817, + 50.9128453 + ], + [ + 5.0056148, + 50.9128453 + ], + [ + 5.0056148, + 50.9146741 + ], + [ + 5.0003817, + 50.9146741 + ], + [ + 5.0003817, + 50.9128453 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:40:55Z", + "reviewed_features": [], + "create": 202, + "modify": 133, + "delete": 0, + "area": 0.00000957029327999146, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 107, + "theme": "grb", + "answer": 12, + "import": 15, + "locale": "nl", + "imagery": "osm", + "conflation": 30 + }, + "id": 118368873 + } + }, + { + "id": 118368425, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:27:31Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "aed", + "answer": 6, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118368425 + } + }, + { + "id": 118368424, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:27:31Z", + "reviewed_features": [], + "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", + "create": 1, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 1 + }, + "id": 118368424 + } + }, + { + "id": 118368418, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:27:23Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "create": 1, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 1 + }, + "id": 118368418 + } + }, + { + "id": 118368417, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:27:23Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "aed", + "answer": 6, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118368417 + } + }, + { + "id": 118368356, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T15:26:12Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 6, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118368356 + } + }, + { + "id": 118366520, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9945833, + 50.9130691 + ], + [ + 5.0091629, + 50.9130691 + ], + [ + 5.0091629, + 50.9175733 + ], + [ + 4.9945833, + 50.9175733 + ], + [ + 4.9945833, + 50.9130691 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T14:33:06Z", + "reviewed_features": [], + "create": 87, + "modify": 111, + "delete": 0, + "area": 0.00006566943431999, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 88, + "theme": "grb", + "answer": 13, + "import": 11, + "locale": "nl", + "imagery": "osm", + "conflation": 28 + }, + "id": 118366520 + } + }, + { + "id": 118365197, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0000339, + 50.9147805 + ], + [ + 5.0063773, + 50.9147805 + ], + [ + 5.0063773, + 50.9175436 + ], + [ + 5.0000339, + 50.9175436 + ], + [ + 5.0000339, + 50.9147805 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T13:54:07Z", + "reviewed_features": [], + "create": 488, + "modify": 192, + "delete": 2, + "area": 0.0000175274485400165, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 151, + "theme": "grb", + "answer": 17, + "delete": 2, + "import": 52, + "locale": "nl", + "imagery": "osm", + "conflation": 56 + }, + "id": 118365197 + } + }, + { + "id": 118363238, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7002817, + 51.0535344 + ], + [ + 3.7002817, + 51.0535344 + ], + [ + 3.7002817, + 51.0535344 + ], + [ + 3.7002817, + 51.0535344 + ], + [ + 3.7002817, + 51.0535344 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.17.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T12:57:52Z", + "reviewed_features": [], + "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/waste.html", + "theme": "waste", + "answer": 2, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 3 + }, + "id": 118363238 + } + }, + { + "id": 118363062, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.1224848, + 49.4797711 + ], + [ + 11.1224848, + 49.4797711 + ], + [ + 11.1224848, + 49.4797711 + ], + [ + 11.1224848, + 49.4797711 + ], + [ + 11.1224848, + 49.4797711 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "P Kanzler", + "uid": "6173912", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T12:51:49Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/climbing.html", + "theme": "climbing", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 118363062 + } + }, + { + "id": 118363052, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0029014, + 50.9157598 + ], + [ + 5.0116102, + 50.9157598 + ], + [ + 5.0116102, + 50.9210367 + ], + [ + 5.0029014, + 50.9210367 + ], + [ + 5.0029014, + 50.9157598 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 2, + "name": "possible import" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T12:51:29Z", + "reviewed_features": [], + "create": 1448, + "modify": 245, + "delete": 6, + "area": 0.0000459554667200474, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 202, + "theme": "grb", + "answer": 17, + "delete": 6, + "import": 176, + "locale": "nl", + "imagery": "osm", + "conflation": 56 + }, + "id": 118363052 + } + }, + { + "id": 118363047, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T12:51:17Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "theme": "grb", + "answer": 1, + "import": 3, + "locale": "nl", + "imagery": "osm" + }, + "id": 118363047 + } + }, + { + "id": 118360995, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.6956789, + 50.9632618 + ], + [ + 5.7078186, + 50.9632618 + ], + [ + 5.7078186, + 51.0013946 + ], + [ + 5.6956789, + 51.0013946 + ], + [ + 5.6956789, + 50.9632618 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Visit_Maasmechelen", + "uid": "15271831", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T11:52:10Z", + "reviewed_features": [], + "create": 10, + "modify": 19, + "delete": 2, + "area": 0.000462920752160016, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 43, + "create": 9, + "import": 1, + "locale": "nl", + "imagery": "AGIVFlandersGRB", + "deletion": 2, + "import:node/9570710286": "source: https://osm.org/note/3044260", + "deletion:node/9570698173": "duplicate", + "deletion:node/9570698174": "duplicate" + }, + "id": 118360995 + } + }, + { + "id": 118359426, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.7549343, + 51.1292953 + ], + [ + 4.7557824, + 51.1292953 + ], + [ + 4.7557824, + 51.1308686 + ], + [ + 4.7549343, + 51.1308686 + ], + [ + 4.7549343, + 51.1292953 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Salambre", + "uid": "15272429", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T11:18:15Z", + "reviewed_features": [], + "create": 3, + "modify": 6, + "delete": 0, + "area": 0.00000133431572999704, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 6, + "create": 3, + "locale": "nl", + "imagery": "osm", + "add-image": 3 + }, + "id": 118359426 + } + }, + { + "id": 118356986, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T10:23:53Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "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": 6, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118356986 + } + }, + { + "id": 118356486, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.4909855, + 46.071118 + ], + [ + 14.4909855, + 46.071118 + ], + [ + 14.4909855, + 46.071118 + ], + [ + 14.4909855, + 46.071118 + ], + [ + 14.4909855, + 46.071118 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefanB", + "uid": "3834", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T10:13:35Z", + "reviewed_features": [], + "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": 2, + "locale": "en", + "imagery": "osm", + "change_within_1000m": 2 + }, + "id": 118356486 + } + }, + { + "id": 118356139, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ], + [ + 6.5562629, + 53.2301499 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T10:05:09Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "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": 6, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 + }, + "id": 118356139 + } + }, + { + "id": 118354803, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 24.8898929, + 60.2625226 + ], + [ + 24.8898929, + 60.2625226 + ], + [ + 24.8898929, + 60.2625226 + ], + [ + 24.8898929, + 60.2625226 + ], + [ + 24.8898929, + 60.2625226 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Muokkaaja", + "uid": "494482", + "editor": "MapComplete 0.17.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T09:29:02Z", + "reviewed_features": [], + "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/benches.html", + "theme": "benches", + "answer": 2, + "create": 1, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 3 + }, + "id": 118354803 + } + }, + { + "id": 118347932, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9089535, + 50.9197851 + ], + [ + 5.0095482, + 50.9197851 + ], + [ + 5.0095482, + 51.1398195 + ], + [ + 4.9089535, + 51.1398195 + ], + [ + 4.9089535, + 50.9197851 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T05:37:26Z", + "reviewed_features": [], + "create": 1006, + "modify": 546, + "delete": 4, + "area": 0.0221342944576804, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 489, + "theme": "grb", + "answer": 3, + "delete": 4, + "import": 117, + "locale": "nl", + "imagery": "osm", + "conflation": 120 + }, + "id": 118347932 + } + }, + { + "id": 118344483, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.459969, + 50.7691044 + ], + [ + 5.459969, + 50.7691044 + ], + [ + 5.459969, + 50.7691044 + ], + [ + 5.459969, + 50.7691044 + ], + [ + 5.459969, + 50.7691044 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T01:20:32Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds", + "theme": "playgrounds", + "answer": 3, + "locale": "nl", + "imagery": "osm" + }, + "id": 118344483 + } + }, + { + "id": 118344062, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1320375, + 51.0324953 + ], + [ + 5.2986449, + 51.0324953 + ], + [ + 5.2986449, + 51.0846407 + ], + [ + 5.1320375, + 51.0846407 + ], + [ + 5.1320375, + 51.0324953 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T00:43:50Z", + "reviewed_features": [], + "create": 2, + "modify": 1, + "delete": 0, + "area": 0.0086878095159601, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "theme": "toerisme_vlaanderen", + "answer": 3, + "import": 2, + "import:node/9569800008": "source: https://osm.org/note/3044645", + "import:node/9569885802": "source: https://osm.org/note/3044554" + }, + "id": 118344062 + } + }, + { + "id": 118343765, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0778074, + 51.1277139 + ], + [ + 5.0891519, + 51.1277139 + ], + [ + 5.0891519, + 51.1325468 + ], + [ + 5.0778074, + 51.1325468 + ], + [ + 5.0778074, + 51.1277139 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-03-11T00:20:57Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000548268340499619, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 5, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 5 + }, + "id": 118343765 + } + }, + { + "id": 118343688, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9822961, + 50.7951163 + ], + [ + 5.0146129, + 50.7951163 + ], + [ + 5.0146129, + 50.8147792 + ], + [ + 4.9822961, + 50.8147792 + ], + [ + 4.9822961, + 50.7951163 + ] + ] + ] + }, + "properties": { + "check_user": "L'imaginaire", + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Regionaal Landschap Zuid-Hageland", + "uid": "8539263", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-11T00:14:00Z", + "reviewed_features": [], + "create": 2, + "modify": 5, + "delete": 0, + "area": 0.00063544200672001, + "is_suspect": true, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T20:25:04.775224Z", + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 10, + "create": 2, + "locale": "nl", + "imagery": "osm" + }, + "id": 118343688 + } + }, + { + "id": 118343025, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7040531, + 51.0499375 + ], + [ + 3.7040531, + 51.0499375 + ], + [ + 3.7040531, + 51.0499375 + ], + [ + 3.7040531, + 51.0499375 + ], + [ + 3.7040531, + 51.0499375 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.16.6", + "comment": "Adding data with #MapComplete for theme #fritures", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-10T23:29:24Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/fritures.html", + "theme": "fritures", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 118343025 + } + }, { "id": 118340668, "type": "Feature", @@ -490,7 +4380,7 @@ ] }, "properties": { - "check_user": null, + "check_user": "L'imaginaire", "reasons": [], "tags": [], "features": [], @@ -508,9 +4398,9 @@ "delete": 0, "area": 3.97514039998877e-7, "is_suspect": false, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T20:15:35.954271Z", "metadata": { "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "theme": "toerisme_vlaanderen", @@ -750,7 +4640,7 @@ ] }, "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -773,9 +4663,9 @@ "delete": 1, "area": 0, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T15:11:33.090652Z", "metadata": { "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "theme": "toerisme_vlaanderen", @@ -819,7 +4709,7 @@ ] }, "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -842,9 +4732,9 @@ "delete": 0, "area": 3.47759999996515e-8, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T15:08:59.116049Z", "metadata": { "host": "https://mapcomplete.osm.be/toerisme_vlaanderen", "theme": "toerisme_vlaanderen", @@ -957,7 +4847,7 @@ ] }, "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -970,7 +4860,7 @@ "uid": "12319350", "editor": "MapComplete 0.16.5", "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", - "comments_count": 0, + "comments_count": 1, "source": "Not reported", "imagery_used": "Not reported", "date": "2022-03-10T12:33:40Z", @@ -980,9 +4870,9 @@ "delete": 0, "area": 0.00192710186363972, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T15:06:59.557170Z", "metadata": { "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "move": 1, @@ -1175,7 +5065,7 @@ "uid": "15281781", "editor": "MapComplete 0.16.5", "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", - "comments_count": 0, + "comments_count": 1, "source": "Not reported", "imagery_used": "Not reported", "date": "2022-03-10T11:08:19Z", @@ -1358,7 +5248,7 @@ ] }, "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -1381,9 +5271,9 @@ "delete": 0, "area": 0.00282049016212004, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T14:57:13.993816Z", "metadata": { "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "theme": "toerisme_vlaanderen", @@ -1624,9 +5514,24 @@ }, "properties": { "check_user": null, - "reasons": [], + "reasons": [ + { + "id": 489, + "name": "Mapbox: Spam text" + } + ], "tags": [], - "features": [], + "features": [ + { + "url": "node-4318020492", + "note": "Spam text reported in [\"name:en\",\"name:etymology:wikidata\"] tags in the feature", + "osm_id": 4318020492, + "reasons": [ + 489 + ], + "version": 4 + } + ], "user": "bponkishore", "uid": "14062769", "editor": "MapComplete 0.16.5", @@ -1640,7 +5545,7 @@ "modify": 72, "delete": 0, "area": 7.08537441671416, - "is_suspect": false, + "is_suspect": true, "harmful": null, "checked": false, "check_date": null, @@ -2040,7 +5945,7 @@ ] }, "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -2063,9 +5968,9 @@ "delete": 0, "area": 0.00196756997643997, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T10:09:47.830923Z", "metadata": { "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "move": 1, @@ -2246,7 +6151,7 @@ ] }, "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -2269,9 +6174,9 @@ "delete": 0, "area": 0, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T09:27:15.949720Z", "metadata": { "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "theme": "toerisme_vlaanderen", @@ -2314,7 +6219,7 @@ ] }, "properties": { - "check_user": null, + "check_user": "joost schouppe", "reasons": [ { "id": 40, @@ -2337,9 +6242,9 @@ "delete": 0, "area": 0.00109314747760005, "is_suspect": true, - "harmful": null, - "checked": false, - "check_date": null, + "harmful": false, + "checked": true, + "check_date": "2022-03-11T09:11:41.003729Z", "metadata": { "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", "move": 1, @@ -2690,6 +6595,79 @@ "id": 118282013 } }, + { + "id": 118281107, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2166589, + 50.9304418 + ], + [ + 3.2166589, + 50.9304418 + ], + [ + 3.2166589, + 50.9304418 + ], + [ + 3.2166589, + 50.9304418 + ], + [ + 3.2166589, + 50.9304418 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "vatho", + "uid": "3146120", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-09T14:20:12Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "move": 1, + "theme": "toerisme_vlaanderen", + "answer": 1, + "create": 1, + "change_over_5000m": 1, + "change_within_1000m": 2, + "move:node/9566127444": "improve_accuracy" + }, + "id": 118281107 + } + }, { "id": 118280901, "type": "Feature", @@ -2918,10 +6896,23 @@ { "id": 4, "name": "mass modification" + }, + { + "id": 531, + "name": "Mapbox: Overlapping features" } ], "tags": [], - "features": [], + "features": [ + { + "url": "way-1038766925", + "osm_id": 1038766925, + "reasons": [ + 531 + ], + "version": 1 + } + ], "user": "dentonny", "uid": "4198737", "editor": "MapComplete 0.16.5", @@ -4742,6 +8733,67 @@ "id": 118237389 } }, + { + "id": 118237323, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.9794662, + 45.798923 + ], + [ + 15.9843998, + 45.798923 + ], + [ + 15.9843998, + 45.7994493 + ], + [ + 15.9794662, + 45.7994493 + ], + [ + 15.9794662, + 45.798923 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Janjko", + "uid": "244754", + "editor": "iD 2.20.4", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "dgu.hr: Croatia 2019-2020 aerial imagery", + "date": "2022-03-08T13:40:10Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000259655367998623, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://www.openstreetmap.org/edit", + "locale": "hr", + "hashtags": "#MapComplete;#etymology", + "changesets_count": 67771 + }, + "id": 118237323 + } + }, { "id": 118236745, "type": "Feature", @@ -5502,6 +9554,78 @@ "id": 118230692 } }, + { + "id": 118228793, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1063741, + 51.0827166 + ], + [ + 5.1701818, + 51.0827166 + ], + [ + 5.1701818, + 51.102316 + ], + [ + 5.1063741, + 51.102316 + ], + [ + 5.1063741, + 51.0827166 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "dienst cultuur & toerisme", + "uid": "2133790", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-08T09:53:32Z", + "reviewed_features": [], + "create": 2, + "modify": 2, + "delete": 0, + "area": 0.00125059263538026, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "theme": "toerisme_vlaanderen", + "answer": 4, + "create": 1, + "import": 1, + "add-image": 1, + "import:node/9562203897": "source: https://osm.org/note/3044209" + }, + "id": 118228793 + } + }, { "id": 118228715, "type": "Feature", @@ -9474,6 +13598,72 @@ "id": 118094557 } }, + { + "id": 118092916, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.6437621, + 51.0493263 + ], + [ + 5.6437621, + 51.0493263 + ], + [ + 5.6437621, + 51.0493263 + ], + [ + 5.6437621, + 51.0493263 + ], + [ + 5.6437621, + 51.0493263 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 41, + "name": "Software editor was not declared" + } + ], + "tags": [], + "features": [], + "user": "kersentaart", + "uid": "9812520", + "editor": null, + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-03-04T13:13:49Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "theme": "toerisme_vlaanderen", + "answer": 2, + "import": 1, + "import:node/9554166555": "source: https://osm.org/note/3044266" + }, + "id": 118092916 + } + }, { "id": 118091882, "type": "Feature",