diff --git a/Docs/Tools/GenerateSeries.ts b/Docs/Tools/GenerateSeries.ts index b790825f1..ddb7b64f6 100644 --- a/Docs/Tools/GenerateSeries.ts +++ b/Docs/Tools/GenerateSeries.ts @@ -567,9 +567,24 @@ function createGraphs(allFeatures: ChangeSetData[], appliedFilterDescription: st .keyToDate() .asLine({ compare: (a, b) => a.getTime() - b.getTime(), - name: "Running weekly average" + appliedFilterDescription + name: "Rolling 7 day average" + appliedFilterDescription }) - createGraph("Changesets per day (line)" + appliedFilterDescription, perDayLine, perDayAvg) + + const perDayAvgMonth = csPerDay.asRunningAverages(key => { + const keys = [] + for (let i = 0; i < 31; i++) { + const otherDay = new Date(new Date(key).getTime() - i * 1000 * 60 * 60 * 24) + keys.push(otherDay.toISOString().substr(0, 10)) + } + return keys + }) + .keyToDate() + .asLine({ + compare: (a, b) => a.getTime() - b.getTime(), + name: "Rolling 31 day average" + appliedFilterDescription + }) + + createGraph("Changesets per day (line)" + appliedFilterDescription, perDayLine, perDayAvg, perDayAvgMonth) new Histogram(allFeatures.map(f => f.properties.metadata.host)) .asPie({ diff --git a/Docs/Tools/centerpoints.geojson b/Docs/Tools/centerpoints.geojson index 124113b21..6f639eed3 100644 --- a/Docs/Tools/centerpoints.geojson +++ b/Docs/Tools/centerpoints.geojson @@ -36395,6 +36395,1686 @@ ] } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8376634000000003, + 51.03532875 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.84753195, + 51.18296735 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8331345, + 51.03524415 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8284273, + 50.74514855 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.81989305, + 50.858666 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.821523, + 50.86247445 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8077337, + 51.182448550000004 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.77407235, + 50.85792405 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.7544646, + 50.794692100000006 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.7653527999999996, + 50.9972973 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.7357876, + 50.967083450000004 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.733403, + 51.1459675 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.72190695, + 50.894937999999996 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.70592935, + 51.14366085 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.7014017, + 51.10040015 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.60935465, + 51.110371400000005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.9032769, + 42.5265924 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.39744955, + 50.79217665 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.0487266, + 50.98323665 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.29704665, + 50.86105915 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8556622, + 50.95504185 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.85438645, + 50.954291999999995 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8545119, + 50.9544504 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8552227500000003, + 50.95415505 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.4520755, + 50.863002550000004 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.4100791, + 51.1714215 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.40056595, + 51.17098695 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.1920735, + 56.171876 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.1353362, + 43.9823406 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.2447529500000005, + 50.804990200000006 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.2893615, + 47.684808 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.6969191, + 26.5175064 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.3213312999999998, + 50.9938269 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.3128835, + 50.99736815 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.3350238, + 51.0235409 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.3287689, + 51.0763461 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.233462, + 51.1778524 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.9930374, + 47.6965847 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4171556, + 46.9289084 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8110996999999998, + 42.239292500000005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4118363, + 37.7889234 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2156905, + 51.205270049999996 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.2963517, + 50.8532713 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.2966011, + 50.8531917 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.29378745, + 50.8695673 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.7209758, + 41.22000935 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2450733, + 50.8151191 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2449211, + 50.8151578 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2450035, + 50.8151903 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.6083343, + 50.18854425 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3836126, + 50.8493697 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2643748, + 50.8248173 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2646681500000003, + 50.825251449999996 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3630019, + 50.8508295 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.375542749999999, + 50.84853605 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3759613, + 50.84849105 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3756607, + 50.856450949999996 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.377451000000001, + 50.678606349999995 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.83032395, + 44.57368045 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.6066459, + 42.9660936 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.3033237, + 50.955348099999995 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.4159606, + 51.1874824 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.5489657, + 44.392623650000004 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.62672805, + 40.8727344 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.30435575, + 50.9482262 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.55230205, + 44.39510285 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.41323514999999, + 37.7863082 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4145335, + 37.7864382 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4045166, + 37.78955165 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.40596875, + 37.7886019 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.21642895, + 51.1967543 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.54487215, + 44.384804200000005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7964639, + 48.0102409 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.684883, + 51.1538155 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3267373, + 50.7349897 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.4608213, + 51.088403549999995 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.5506205, + 44.3914574 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.50888995, + 41.193620100000004 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.4642079, + 51.088233450000004 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.7257129, + 51.040663 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.8051636, + 47.991241 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.540016400000001, + 44.395032799999996 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.40617710000001, + 37.78447855 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7886385, + 48.0092351 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.2580924499999995, + 50.54429625 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.499177, + 51.8618958 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.9935139, + 50.77362505 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2404711500000003, + 50.8905183 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.03390845, + 49.01936885 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.0399435, + 49.0242565 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7924795, + 48.0040149 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.5487328, + 44.393436 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.4516546000000004, + 51.09826005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.3049486, + 50.949857 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.1234206, + 50.0803254 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.302429, + 50.9526557 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.1234347, + 50.0803731 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2901815, + 50.947999249999995 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.16365205, + 50.008690650000005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2013338, + 50.954802599999994 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8705374, + 50.96773885 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.0399, + 50.8752695 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.61406525, + 51.15668805 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.6156198, + 51.15523685 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2370777000000004, + 50.8891232 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.7266788, + 49.8358542 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.80950615, + 48.018314700000005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.24783355, + 50.837065249999995 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2459167, + 50.83720434999999 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -42.822135349999996, + -5.094613300000001 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -42.82075935, + -5.09428325 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 175.14599845, + -36.84398315 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -42.807735300000004, + -5.086107050000001 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.24370265, + 50.83731325 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.6155095, + 51.156072550000005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.61678675, + 51.15803285 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.6161193999999997, + 51.15743105 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.61605025, + 51.15733305 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.6160033, + 51.156672349999994 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.7284616, + 49.8351664 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.24383875, + 50.83723315 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.7281362, + 49.83476485 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.23242385, + 51.0236647 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2441605, + 50.8380716 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.24455465, + 50.8379028 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.24489295, + 50.838181500000005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.24506765, + 50.83826435 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.24650895, + 50.8384264 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.24476075, + 41.44886885 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.2565849, + 41.4525321 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7927515, + 48.0078687 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3898746, + 50.8527969 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3814375000000005, + 50.84700315 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7914468, + 48.0044671 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.79155545, + 48.005734 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7766008, + 48.1080849 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.2301221, + -39.8378588 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.629975, + 51.7364493 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.7296998, + 49.8311215 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.7347611, + 49.8305193 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8224959, + 50.8990666 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.170325550000001, + 45.3733242 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2226447, + 51.2086672 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.2457737, + -39.8194881 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.9654689, + 49.8263631 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.9120534, + 51.17487425 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7932305, + 48.0078749 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.2520815, + 52.7917037 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.2353924, + -39.8389723 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.34325365, + 50.8290162 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3411392, + 50.8323467 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.5290307, + 43.2537958 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.9538082, + 42.6545431 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2369145, + 51.21588935 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2221417, + 51.210684549999996 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.03179975, + 36.9780299 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.82651425, + 41.5461393 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.7248595, + 41.2205668 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.23188135000001, + -39.842557 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.9837611, + 52.0271205 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4081257, + 37.795591099999996 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.6478932, + 42.9278164 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.6668726, + 42.9635931 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.40876035, + 51.22095565 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7951281, + 48.00073955 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.8232444, + 47.9817318 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.81258385, + 47.97665005 + ] + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2250237, + 51.2064498 + ] + } + }, { "type": "Feature", "geometry": { diff --git a/Docs/Tools/graphs/Changesets per day (line) in 2020.png b/Docs/Tools/graphs/Changesets per day (line) in 2020.png index 748c2ca49..7a066c1fc 100644 Binary files a/Docs/Tools/graphs/Changesets per day (line) in 2020.png and b/Docs/Tools/graphs/Changesets per day (line) in 2020.png differ diff --git a/Docs/Tools/graphs/Changesets per day (line) in 2021.png b/Docs/Tools/graphs/Changesets per day (line) in 2021.png index 0dc5c1b0a..50a123305 100644 Binary files a/Docs/Tools/graphs/Changesets per day (line) in 2021.png and b/Docs/Tools/graphs/Changesets per day (line) in 2021.png differ diff --git a/Docs/Tools/graphs/Changesets per day (line).png b/Docs/Tools/graphs/Changesets per day (line).png index 320f40206..b56b05b41 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 2021.png b/Docs/Tools/graphs/Changesets per host in 2021.png index 29338b7dd..d30a0f045 100644 Binary files a/Docs/Tools/graphs/Changesets per host in 2021.png and b/Docs/Tools/graphs/Changesets per host in 2021.png differ diff --git a/Docs/Tools/graphs/Changesets per host.png b/Docs/Tools/graphs/Changesets per host.png index edbbdbe23..87befbfe6 100644 Binary files a/Docs/Tools/graphs/Changesets per host.png and b/Docs/Tools/graphs/Changesets per host.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (bar) in 2021.png b/Docs/Tools/graphs/Changesets per theme (bar) in 2021.png index 0fac2fe2d..3d26e1b60 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (bar) in 2021.png and b/Docs/Tools/graphs/Changesets per theme (bar) in 2021.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (bar).png b/Docs/Tools/graphs/Changesets per theme (bar).png index 34e8e3f63..91c92af8c 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 2021.png b/Docs/Tools/graphs/Changesets per theme (pie) in 2021.png index c39b932b2..63d6d4afd 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (pie) in 2021.png and b/Docs/Tools/graphs/Changesets per theme (pie) in 2021.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (pie).png b/Docs/Tools/graphs/Changesets per theme (pie).png index 3fbee659e..5a2512128 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 2021.png b/Docs/Tools/graphs/Changesets per theme in 2021.png index fea12a56b..865100c6d 100644 Binary files a/Docs/Tools/graphs/Changesets per theme in 2021.png and b/Docs/Tools/graphs/Changesets per theme in 2021.png differ diff --git a/Docs/Tools/graphs/Changesets per theme.png b/Docs/Tools/graphs/Changesets per theme.png index 484475334..253c91421 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 2021.png b/Docs/Tools/graphs/Changesets per version number in 2021.png index fc4e5c478..ca5dbee90 100644 Binary files a/Docs/Tools/graphs/Changesets per version number in 2021.png and b/Docs/Tools/graphs/Changesets per version number in 2021.png differ diff --git a/Docs/Tools/graphs/Changesets per version number.png b/Docs/Tools/graphs/Changesets per version number.png index 282724703..b699a8c0a 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 2021.png b/Docs/Tools/graphs/Contributors per changeset count in 2021.png index 2f9a10895..5e87e035f 100644 Binary files a/Docs/Tools/graphs/Contributors per changeset count in 2021.png and b/Docs/Tools/graphs/Contributors per changeset count in 2021.png differ diff --git a/Docs/Tools/graphs/Contributors per changeset count.png b/Docs/Tools/graphs/Contributors per changeset count.png index 53130c038..8e2a72bb8 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 2021.png b/Docs/Tools/graphs/Contributors per day in 2021.png index 5d4b828fa..3b1a867a0 100644 Binary files a/Docs/Tools/graphs/Contributors per day in 2021.png and b/Docs/Tools/graphs/Contributors per day in 2021.png differ diff --git a/Docs/Tools/graphs/Contributors per day.png b/Docs/Tools/graphs/Contributors per day.png index 20a572343..47bbdc575 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/Empty changesets by date.png b/Docs/Tools/graphs/Empty changesets by date.png index 35f89c079..e7cd9c4b9 100644 Binary files a/Docs/Tools/graphs/Empty changesets by date.png and b/Docs/Tools/graphs/Empty changesets by date.png differ diff --git a/Docs/Tools/stats/stats.2021-12.json b/Docs/Tools/stats/stats.2021-12.json new file mode 100644 index 000000000..e32e2b2d5 --- /dev/null +++ b/Docs/Tools/stats/stats.2021-12.json @@ -0,0 +1,11549 @@ +{ + "features": [ + { + "id": 114890458, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8556703, + 50.8174298 + ], + [ + 2.8577901, + 50.8174298 + ], + [ + 2.8577901, + 50.8196958 + ], + [ + 2.8556703, + 50.8196958 + ], + [ + 2.8556703, + 50.8174298 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:45:56Z", + "reviewed_features": [], + "create": 0, + "modify": 11, + "delete": 0, + "area": 0.0000048034667999974, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 17, + "language": "nl" + } + } + }, + { + "id": 114890456, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8566324, + 50.8189542 + ], + [ + 2.8577901, + 50.8189542 + ], + [ + 2.8577901, + 50.8199574 + ], + [ + 2.8566324, + 50.8199574 + ], + [ + 2.8566324, + 50.8189542 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:45:49Z", + "reviewed_features": [], + "create": 0, + "modify": 6, + "delete": 0, + "area": 0.00000116140463999928, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 6, + "language": "nl" + } + } + }, + { + "id": 114890447, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.845961, + 50.8518198 + ], + [ + 2.8461174, + 50.8518198 + ], + [ + 2.8461174, + 50.8519247 + ], + [ + 2.845961, + 50.8519247 + ], + [ + 2.845961, + 50.8518198 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:45:21Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.6406359999456e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114890379, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8365896, + 51.0350987 + ], + [ + 2.8387372, + 51.0350987 + ], + [ + 2.8387372, + 51.0355588 + ], + [ + 2.8365896, + 51.0355588 + ], + [ + 2.8365896, + 51.0350987 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:42:18Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 9.88110759995744e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2, + "language": "nl" + } + } + }, + { + "id": 114890314, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8473558, + 51.1828861 + ], + [ + 2.8477081, + 51.1828861 + ], + [ + 2.8477081, + 51.1830486 + ], + [ + 2.8473558, + 51.1830486 + ], + [ + 2.8473558, + 51.1828861 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:40:21Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 5.72487500006984e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114890282, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8304346, + 51.0340389 + ], + [ + 2.8358344, + 51.0340389 + ], + [ + 2.8358344, + 51.0364494 + ], + [ + 2.8304346, + 51.0364494 + ], + [ + 2.8304346, + 51.0340389 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:39:19Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0000130162179000189, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 4, + "language": "nl" + } + } + }, + { + "id": 114890206, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8283358, + 50.7450844 + ], + [ + 2.8285188, + 50.7450844 + ], + [ + 2.8285188, + 50.7452127 + ], + [ + 2.8283358, + 50.7452127 + ], + [ + 2.8283358, + 50.7450844 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:36:44Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.3478899999992e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114890164, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8197154, + 50.8585373 + ], + [ + 2.8200707, + 50.8585373 + ], + [ + 2.8200707, + 50.8587947 + ], + [ + 2.8197154, + 50.8587947 + ], + [ + 2.8197154, + 50.8585373 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:35:21Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 9.14542199982881e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114890152, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8213601, + 50.8623793 + ], + [ + 2.8216859, + 50.8623793 + ], + [ + 2.8216859, + 50.8625696 + ], + [ + 2.8213601, + 50.8625696 + ], + [ + 2.8213601, + 50.8623793 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:35:02Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 6.19997399999009e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114890033, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8074971, + 51.1823094 + ], + [ + 2.8079703, + 51.1823094 + ], + [ + 2.8079703, + 51.1825877 + ], + [ + 2.8074971, + 51.1825877 + ], + [ + 2.8074971, + 51.1823094 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:31:22Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.3169155999905e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114889712, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7739306, + 50.8578356 + ], + [ + 2.7742141, + 50.8578356 + ], + [ + 2.7742141, + 50.8580125 + ], + [ + 2.7739306, + 50.8580125 + ], + [ + 2.7739306, + 50.8578356 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:21:27Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 5.01511499999024e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114889498, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7522955, + 50.7916164 + ], + [ + 2.7566337, + 50.7916164 + ], + [ + 2.7566337, + 50.7977678 + ], + [ + 2.7522955, + 50.7977678 + ], + [ + 2.7522955, + 50.7916164 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:14:40Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000266860034800029, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2, + "language": "nl" + } + } + }, + { + "id": 114889360, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7652699, + 50.9972392 + ], + [ + 2.7654357, + 50.9972392 + ], + [ + 2.7654357, + 50.9973554 + ], + [ + 2.7652699, + 50.9973554 + ], + [ + 2.7652699, + 50.9972392 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:10:53Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.92659599989518e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114889145, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7356875, + 50.9670039 + ], + [ + 2.7358877, + 50.9670039 + ], + [ + 2.7358877, + 50.967163 + ], + [ + 2.7356875, + 50.967163 + ], + [ + 2.7356875, + 50.9670039 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:03:57Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 3.18518199995418e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114889054, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7332499, + 51.1458717 + ], + [ + 2.7335561, + 51.1458717 + ], + [ + 2.7335561, + 51.1460633 + ], + [ + 2.7332499, + 51.1460633 + ], + [ + 2.7332499, + 51.1458717 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T16:01:31Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 5.86679200002233e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114888949, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7215597, + 50.8947234 + ], + [ + 2.7222542, + 50.8947234 + ], + [ + 2.7222542, + 50.8951526 + ], + [ + 2.7215597, + 50.8951526 + ], + [ + 2.7215597, + 50.8947234 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T15:58:53Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.98079400004521e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114888813, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7046855, + 51.1432786 + ], + [ + 2.7071732, + 51.1432786 + ], + [ + 2.7071732, + 51.1440431 + ], + [ + 2.7046855, + 51.1440431 + ], + [ + 2.7046855, + 51.1432786 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T15:54:58Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.00000190184664998861, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 5, + "language": "nl" + } + } + }, + { + "id": 114888383, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7009784, + 51.1000053 + ], + [ + 2.701825, + 51.1000053 + ], + [ + 2.701825, + 51.100795 + ], + [ + 2.7009784, + 51.100795 + ], + [ + 2.7009784, + 51.1000053 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T15:42:46Z", + "reviewed_features": [], + "create": 0, + "modify": 10, + "delete": 0, + "area": 6.68560019998806e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 10, + "language": "nl" + } + } + }, + { + "id": 114887136, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T15:00:54Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114887135, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T15:00:54Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114887134, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.6092061, + 51.1102749 + ], + [ + 2.6095032, + 51.1102749 + ], + [ + 2.6095032, + 51.1104679 + ], + [ + 2.6092061, + 51.1104679 + ], + [ + 2.6092061, + 51.1102749 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing. ", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T15:00:54Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 5.73403000008142e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" + } + } + }, + { + "id": 114886637, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.9032769, + 42.5265924 + ], + [ + 2.9032769, + 42.5265924 + ], + [ + 2.9032769, + 42.5265924 + ], + [ + 2.9032769, + 42.5265924 + ], + [ + 2.9032769, + 42.5265924 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-13T14:44:42Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 1 + } + } + }, + { + "id": 114884146, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.3967998, + 50.7916503 + ], + [ + 5.3980993, + 50.7916503 + ], + [ + 5.3980993, + 50.792703 + ], + [ + 5.3967998, + 50.792703 + ], + [ + 5.3967998, + 50.7916503 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-13T13:30:35Z", + "reviewed_features": [], + "create": 69, + "modify": 0, + "delete": 0, + "area": 0.00000136798365000321, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 9, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "change_over_5000m": 9 + } + } + }, + { + "id": 114882795, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.0485619, + 50.9831463 + ], + [ + 3.0488913, + 50.9831463 + ], + [ + 3.0488913, + 50.983327 + ], + [ + 3.0485619, + 50.983327 + ], + [ + 3.0485619, + 50.9831463 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #missing_streets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-13T12:49:30Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 5.95225800004563e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "missing_streets", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1 + } + } + }, + { + "id": 114876730, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2948321, + 50.8519663 + ], + [ + 4.2992612, + 50.8519663 + ], + [ + 4.2992612, + 50.870152 + ], + [ + 4.2948321, + 50.870152 + ], + [ + 4.2948321, + 50.8519663 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T10:13:13Z", + "reviewed_features": [], + "create": 5, + "modify": 14, + "delete": 0, + "area": 0.00008054628386999, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 23, + "create": 5, + "imagery": "AGIV", + "language": "en" + } + } + }, + { + "id": 114864189, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8533568, + 50.9537719 + ], + [ + 2.8579676, + 50.9537719 + ], + [ + 2.8579676, + 50.9563118 + ], + [ + 2.8533568, + 50.9563118 + ], + [ + 2.8533568, + 50.9537719 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-13T02:19:24Z", + "reviewed_features": [], + "create": 483, + "modify": 179, + "delete": 0, + "area": 0.00001171097092001, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 150, + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "import": 60, + "imagery": "AGIV", + "language": "nl", + "conflation": 58, + "change_over_5000m": 61 + } + } + }, + { + "id": 114864085, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8533534, + 50.9539298 + ], + [ + 2.8554195, + 50.9539298 + ], + [ + 2.8554195, + 50.9546542 + ], + [ + 2.8533534, + 50.9546542 + ], + [ + 2.8533534, + 50.9539298 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-13T02:09:45Z", + "reviewed_features": [], + "create": 0, + "modify": 12, + "delete": 0, + "area": 0.00000149668284000585, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 12, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 12 + } + } + }, + { + "id": 114864021, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8530906, + 50.9538112 + ], + [ + 2.8559332, + 50.9538112 + ], + [ + 2.8559332, + 50.9550896 + ], + [ + 2.8530906, + 50.9550896 + ], + [ + 2.8530906, + 50.9538112 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-13T02:03:25Z", + "reviewed_features": [], + "create": 380, + "modify": 0, + "delete": 0, + "area": 0.00000363397984001126, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "import": 51, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 52 + } + } + }, + { + "id": 114864018, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8544571, + 50.9538337 + ], + [ + 2.8559884, + 50.9538337 + ], + [ + 2.8559884, + 50.9544764 + ], + [ + 2.8544571, + 50.9544764 + ], + [ + 2.8544571, + 50.9538337 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-13T02:03:14Z", + "reviewed_features": [], + "create": 83, + "modify": 5, + "delete": 0, + "area": 9.84166510000557e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 4, + "path": "mc/develop/", + "theme": "grb", + "import": 10, + "imagery": "osm", + "language": "nl", + "conflation": 2, + "change_over_5000m": 10 + } + } + }, + { + "id": 114863330, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4428732, + 50.8605916 + ], + [ + 4.4612778, + 50.8605916 + ], + [ + 4.4612778, + 50.8654135 + ], + [ + 4.4428732, + 50.8654135 + ], + [ + 4.4428732, + 50.8605916 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-7", + "comment": "Adding data with #MapComplete for theme #missing_streets Mechanical edit: if a single CRAB-address is in the building, has the same housenumber and the same name as a nearby street, then addr:street is added if missing.", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-13T01:02:35Z", + "reviewed_features": [], + "create": 0, + "modify": 208, + "delete": 0, + "area": 0.0000887451407400591, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 208, + "language": "nl", + "change_over_5000m": 208 + } + } + }, + { + "id": 114857522, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4100791, + 51.1714215 + ], + [ + 3.4100791, + 51.1714215 + ], + [ + 3.4100791, + 51.1714215 + ], + [ + 3.4100791, + 51.1714215 + ], + [ + 3.4100791, + 51.1714215 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-12T19:48:58Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "nl", + "add-image": 1 + } + } + }, + { + "id": 114856487, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3984574, + 51.1698978 + ], + [ + 3.4026745, + 51.1698978 + ], + [ + 3.4026745, + 51.1720761 + ], + [ + 3.3984574, + 51.1720761 + ], + [ + 3.3984574, + 51.1698978 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #nature", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-12T19:12:23Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000918610892998763, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "nature", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 2, + "change_over_5000m": 6 + } + } + }, + { + "id": 114851028, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.1920735, + 56.171876 + ], + [ + 10.1920735, + 56.171876 + ], + [ + 10.1920735, + 56.171876 + ], + [ + 10.1920735, + 56.171876 + ], + [ + 10.1920735, + 56.171876 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Dyrmann", + "uid": "51901", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-12T15:58:38Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "en" + } + } + }, + { + "id": 114847633, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.1353362, + 43.9823406 + ], + [ + 3.1353362, + 43.9823406 + ], + [ + 3.1353362, + 43.9823406 + ], + [ + 3.1353362, + 43.9823406 + ], + [ + 3.1353362, + 43.9823406 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-12T14:09:25Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 5 + } + } + }, + { + "id": 114834669, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2100453, + 50.791594 + ], + [ + 4.2794606, + 50.791594 + ], + [ + 4.2794606, + 50.8183864 + ], + [ + 4.2100453, + 50.8183864 + ], + [ + 4.2100453, + 50.791594 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #missing_streets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-12T01:45:58Z", + "reviewed_features": [], + "create": 0, + "modify": 321, + "delete": 0, + "area": 0.00185980248371986, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 372, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 114833158, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.2893615, + 47.684808 + ], + [ + -122.2893615, + 47.684808 + ], + [ + -122.2893615, + 47.684808 + ], + [ + -122.2893615, + 47.684808 + ], + [ + -122.2893615, + 47.684808 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Wim L", + "uid": "223681", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T23:14:44Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 + } + } + }, + { + "id": 114826322, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -78.6969191, + 26.5175064 + ], + [ + -78.6969191, + 26.5175064 + ], + [ + -78.6969191, + 26.5175064 + ], + [ + -78.6969191, + 26.5175064 + ], + [ + -78.6969191, + 26.5175064 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "InsertUser", + "uid": "89098", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T18:03:44Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1 + } + } + }, + { + "id": 114822385, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3129131, + 50.9902912 + ], + [ + 3.3297495, + 50.9902912 + ], + [ + 3.3297495, + 50.9973626 + ], + [ + 3.3129131, + 50.9973626 + ], + [ + 3.3129131, + 50.9902912 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T15:52:16Z", + "reviewed_features": [], + "create": 2, + "modify": 3, + "delete": 0, + "area": 0.000119056918960018, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "entrances", + "answer": 5, + "create": 5, + "imagery": "osm", + "language": "en", + "change_within_25m": 9 + } + } + }, + { + "id": 114822347, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3127427, + 50.9972466 + ], + [ + 3.3130243, + 50.9972466 + ], + [ + 3.3130243, + 50.9974897 + ], + [ + 3.3127427, + 50.9974897 + ], + [ + 3.3127427, + 50.9972466 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T15:50:37Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 6.84569600016655e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 1, + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_25m": 2, + "move:node/7896638970": "improve_accuracy" + } + } + }, + { + "id": 114820618, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3350238, + 51.0235409 + ], + [ + 3.3350238, + 51.0235409 + ], + [ + 3.3350238, + 51.0235409 + ], + [ + 3.3350238, + 51.0235409 + ], + [ + 3.3350238, + 51.0235409 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #openwindpowermap", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T14:51:39Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "openwindpowermap", + "create": 1, + "imagery": "AGIV", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_100m": 1 + } + } + }, + { + "id": 114818891, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3287689, + 51.0763461 + ], + [ + 3.3287689, + 51.0763461 + ], + [ + 3.3287689, + 51.0763461 + ], + [ + 3.3287689, + 51.0763461 + ], + [ + 3.3287689, + 51.0763461 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #waste_basket", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T13:55:34Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "waste_basket", + "answer": 1, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 + } + } + }, + { + "id": 114816694, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.233462, + 51.1778524 + ], + [ + 3.233462, + 51.1778524 + ], + [ + 3.233462, + 51.1778524 + ], + [ + 3.233462, + 51.1778524 + ], + [ + 3.233462, + 51.1778524 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T12:42:23Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 1, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_50m": 1 + } + } + }, + { + "id": 114814883, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.9930374, + 47.6965847 + ], + [ + 3.9930374, + 47.6965847 + ], + [ + 3.9930374, + 47.6965847 + ], + [ + 3.9930374, + 47.6965847 + ], + [ + 3.9930374, + 47.6965847 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T11:42:25Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1, + "change_within_25m": 5 + } + } + }, + { + "id": 114811413, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.4171556, + 46.9289084 + ], + [ + 7.4171556, + 46.9289084 + ], + [ + 7.4171556, + 46.9289084 + ], + [ + 7.4171556, + 46.9289084 + ], + [ + 7.4171556, + 46.9289084 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "habi", + "uid": "15671", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T09:45:43Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_1000m": 2 + } + } + }, + { + "id": 114810692, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8018437, + 42.2305839 + ], + [ + 2.8203557, + 42.2305839 + ], + [ + 2.8203557, + 42.2480011 + ], + [ + 2.8018437, + 42.2480011 + ], + [ + 2.8018437, + 42.2305839 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "quelgir", + "uid": "13293058", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-11T09:17:57Z", + "reviewed_features": [], + "create": 0, + "modify": 14, + "delete": 0, + "area": 0.000322427206400074, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 24, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114805192, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.4118366, + 37.7889234 + ], + [ + -122.411836, + 37.7889234 + ], + [ + -122.411836, + 37.7889234 + ], + [ + -122.4118366, + 37.7889234 + ], + [ + -122.4118366, + 37.7889234 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "user4816003805", + "uid": "4186070", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T03:35:37Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_25m": 4 + } + } + }, + { + "id": 114803817, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2146452, + 51.2048464 + ], + [ + 3.2167358, + 51.2048464 + ], + [ + 3.2167358, + 51.2056937 + ], + [ + 3.2146452, + 51.2056937 + ], + [ + 3.2146452, + 51.2048464 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-6", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-11T01:23:42Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.00000177136537999288, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "grb", + "answer": 5, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_within_5000m": 5 + } + } + }, + { + "id": 114803562, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2963517, + 50.8532713 + ], + [ + 4.2963517, + 50.8532713 + ], + [ + 4.2963517, + 50.8532713 + ], + [ + 4.2963517, + 50.8532713 + ], + [ + 4.2963517, + 50.8532713 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-11T01:00:18Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 5, + "create": 1, + "imagery": "AGIV", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 114803527, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2966011, + 50.8531917 + ], + [ + 4.2966011, + 50.8531917 + ], + [ + 4.2966011, + 50.8531917 + ], + [ + 4.2966011, + 50.8531917 + ], + [ + 4.2966011, + 50.8531917 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-11T00:57:40Z", + "reviewed_features": [], + "create": 1, + "modify": 5, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "create": 1, + "imagery": "UrbISOrtho", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 114802084, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2937016, + 50.8695275 + ], + [ + 4.2938733, + 50.8695275 + ], + [ + 4.2938733, + 50.8696071 + ], + [ + 4.2937016, + 50.8696071 + ], + [ + 4.2937016, + 50.8695275 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T23:22:26Z", + "reviewed_features": [], + "create": 3, + "modify": 10, + "delete": 0, + "area": 1.36673200010553e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 14, + "create": 3, + "imagery": "UrbISOrtho", + "language": "en", + "add-image": 3 + } + } + }, + { + "id": 114799387, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.7207659, + 41.2197673 + ], + [ + 1.7211857, + 41.2197673 + ], + [ + 1.7211857, + 41.2202514 + ], + [ + 1.7207659, + 41.2202514 + ], + [ + 1.7207659, + 41.2197673 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "yopaseopor", + "uid": "500572", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #https://osm-catalan.github.io/osmllengcat/src/json/osmllengcat.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T21:19:23Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.0322518000054e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "https://osm-catalan.github.io/osmllengcat/src/json/osmllengcat.json", + "answer": 1, + "imagery": "osm", + "language": "ca" + } + } + }, + { + "id": 114797546, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2450733, + 50.8151191 + ], + [ + 3.2450733, + 50.8151191 + ], + [ + 3.2450733, + 50.8151191 + ], + [ + 3.2450733, + 50.8151191 + ], + [ + 3.2450733, + 50.8151191 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9328103323", + "name": "Black Box Boulder Shop", + "osm_id": 9328103323, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "shop": "climbing_gear" + } + } + ], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-5", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T20:05:20Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "answer": 2, + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_100m": 3 + } + } + }, + { + "id": 114797432, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2449211, + 50.8151578 + ], + [ + 3.2449211, + 50.8151578 + ], + [ + 3.2449211, + 50.8151578 + ], + [ + 3.2449211, + 50.8151578 + ], + [ + 3.2449211, + 50.8151578 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-5", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T20:00:45Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "climbing", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_within_100m": 7 + } + } + }, + { + "id": 114797398, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2450035, + 50.8151903 + ], + [ + 3.2450035, + 50.8151903 + ], + [ + 3.2450035, + 50.8151903 + ], + [ + 3.2450035, + 50.8151903 + ], + [ + 3.2450035, + 50.8151903 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-5", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T19:59:00Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "answer": 5, + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_100m": 6 + } + } + }, + { + "id": 114797118, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.6082346, + 50.1884924 + ], + [ + 4.608434, + 50.1884924 + ], + [ + 4.608434, + 50.1885961 + ], + [ + 4.6082346, + 50.1885961 + ], + [ + 4.6082346, + 50.1884924 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.0-alpha-5", + "comment": "Adding data with #MapComplete for theme #fritures", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T19:45:58Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.06777799993273e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "fritures", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_over_5000m": 4 + } + } + }, + { + "id": 114794621, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3836126, + 50.8493697 + ], + [ + 4.3836126, + 50.8493697 + ], + [ + 4.3836126, + 50.8493697 + ], + [ + 4.3836126, + 50.8493697 + ], + [ + 4.3836126, + 50.8493697 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T18:14:58Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 114794566, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2643428, + 50.8245067 + ], + [ + 3.2644068, + 50.8245067 + ], + [ + 3.2644068, + 50.8251279 + ], + [ + 3.2643428, + 50.8251279 + ], + [ + 3.2643428, + 50.8245067 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-5", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T18:13:08Z", + "reviewed_features": [], + "create": 1, + "modify": 4, + "delete": 0, + "area": 3.97567999998898e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "entrances", + "answer": 5, + "create": 3, + "imagery": "osm", + "language": "en", + "change_within_25m": 2, + "change_within_50m": 5 + } + } + }, + { + "id": 114793785, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2645488, + 50.8252235 + ], + [ + 3.2647875, + 50.8252235 + ], + [ + 3.2647875, + 50.8252794 + ], + [ + 3.2645488, + 50.8252794 + ], + [ + 3.2645488, + 50.8252235 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-5", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T17:50:26Z", + "reviewed_features": [], + "create": 2, + "modify": 0, + "delete": 0, + "area": 1.33433299999017e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 2, + "create": 2, + "imagery": "osm", + "language": "en", + "change_over_5000m": 2, + "change_within_25m": 1, + "change_within_50m": 1 + } + } + }, + { + "id": 114792447, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3630019, + 50.8508295 + ], + [ + 4.3630019, + 50.8508295 + ], + [ + 4.3630019, + 50.8508295 + ], + [ + 4.3630019, + 50.8508295 + ], + [ + 4.3630019, + 50.8508295 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T17:07:32Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "create": 1, + "imagery": "osm", + "language": "nl", + "add-image": 1 + } + } + }, + { + "id": 114792295, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3754658, + 50.8484631 + ], + [ + 4.3756197, + 50.8484631 + ], + [ + 4.3756197, + 50.848609 + ], + [ + 4.3754658, + 50.848609 + ], + [ + 4.3754658, + 50.8484631 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T17:02:07Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 2.24540100010369e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "add-image": 2 + } + } + }, + { + "id": 114792106, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3758319, + 50.8484265 + ], + [ + 4.3760907, + 50.8484265 + ], + [ + 4.3760907, + 50.8485556 + ], + [ + 4.3758319, + 50.8485556 + ], + [ + 4.3758319, + 50.8484265 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T16:55:11Z", + "reviewed_features": [], + "create": 0, + "modify": 6, + "delete": 0, + "area": 3.34110799987775e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 2 + } + } + }, + { + "id": 114792047, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3753132, + 50.8483868 + ], + [ + 4.3760082, + 50.8483868 + ], + [ + 4.3760082, + 50.8645151 + ], + [ + 4.3753132, + 50.8645151 + ], + [ + 4.3753132, + 50.8483868 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.13", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T16:53:12Z", + "reviewed_features": [], + "create": 2, + "modify": 5, + "delete": 0, + "area": 0.0000112091685000042, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 9, + "create": 2, + "imagery": "osm", + "language": "nl", + "add-image": 1 + } + } + }, + { + "id": 114783965, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3766986, + 50.6784338 + ], + [ + 4.3782034, + 50.6784338 + ], + [ + 4.3782034, + 50.6787789 + ], + [ + 4.3766986, + 50.6787789 + ], + [ + 4.3766986, + 50.6784338 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T12:32:52Z", + "reviewed_features": [], + "create": 2, + "modify": 0, + "delete": 0, + "area": 5.19306479995537e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "create": 2, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114783308, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.7864266, + 44.5440618 + ], + [ + 10.8742213, + 44.5440618 + ], + [ + 10.8742213, + 44.6032991 + ], + [ + 10.7864266, + 44.6032991 + ], + [ + 10.7864266, + 44.5440618 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "WinstonSmith", + "uid": "36030", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T12:14:40Z", + "reviewed_features": [], + "create": 2, + "modify": 0, + "delete": 0, + "area": 0.00520072098230995, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 10, + "create": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_over_5000m": 2, + "change_within_25m": 10 + } + } + }, + { + "id": 114776379, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.6066459, + 42.9660936 + ], + [ + 1.6066459, + 42.9660936 + ], + [ + 1.6066459, + 42.9660936 + ], + [ + 1.6066459, + 42.9660936 + ], + [ + 1.6066459, + 42.9660936 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Albin Gasparetto", + "uid": "1227542", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T09:23:37Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 3, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 3 + } + } + }, + { + "id": 114773708, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2992651, + 50.9513244 + ], + [ + 3.3073823, + 50.9513244 + ], + [ + 3.3073823, + 50.9593718 + ], + [ + 3.2992651, + 50.9593718 + ], + [ + 3.2992651, + 50.9513244 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Tim Couwelier", + "uid": "7246683", + "editor": "MapComplete 0.13.0-alpha-4", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-10T08:08:50Z", + "reviewed_features": [], + "create": 788, + "modify": 194, + "delete": 0, + "area": 0.0000653223552800196, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 153, + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "import": 94, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 54 + } + } + }, + { + "id": 114765605, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2205293, + 51.1574432 + ], + [ + 3.6113919, + 51.1574432 + ], + [ + 3.6113919, + 51.2175216 + ], + [ + 3.2205293, + 51.2175216 + ], + [ + 3.2205293, + 51.1574432 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-4", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-10T02:19:37Z", + "reviewed_features": [], + "create": 33, + "modify": 7, + "delete": 0, + "area": 0.023482399627838, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "move": 6, + "theme": "grb", + "import": 5, + "imagery": "AGIV", + "language": "en", + "conflation": 2, + "change_over_5000m": 2, + "change_within_500m": 1 + } + } + }, + { + "id": 114758399, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.5471681, + 44.3910008 + ], + [ + 7.5507633, + 44.3910008 + ], + [ + 7.5507633, + 44.3942465 + ], + [ + 7.5471681, + 44.3942465 + ], + [ + 7.5471681, + 44.3910008 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "francians", + "uid": "9006927", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-09T20:16:21Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000116689406400011, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114752467, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.6263132, + 40.8724303 + ], + [ + 9.6271429, + 40.8724303 + ], + [ + 9.6271429, + 40.8730385 + ], + [ + 9.6263132, + 40.8730385 + ], + [ + 9.6263132, + 40.8724303 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jcn706", + "uid": "351940", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-09T17:04:24Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 5.04623540002071e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 6, + "change_within_50m": 9 + } + } + }, + { + "id": 114743466, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3014748, + 50.9474474 + ], + [ + 3.3072367, + 50.9474474 + ], + [ + 3.3072367, + 50.949005 + ], + [ + 3.3014748, + 50.949005 + ], + [ + 3.3014748, + 50.9474474 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Tim Couwelier", + "uid": "7246683", + "editor": "MapComplete 0.13.0-alpha-4", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-09T12:58:52Z", + "reviewed_features": [], + "create": 379, + "modify": 0, + "delete": 0, + "area": 0.00000897473543998938, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 37, + "imagery": "AGIVFlandersGRB", + "language": "nl" + } + } + }, + { + "id": 114727215, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.5513742, + 44.3944712 + ], + [ + 7.5532299, + 44.3944712 + ], + [ + 7.5532299, + 44.3957345 + ], + [ + 7.5513742, + 44.3957345 + ], + [ + 7.5513742, + 44.3944712 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "francians", + "uid": "9006927", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-09T06:11:58Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000234430581000958, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114724239, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.4132353, + 37.7863082 + ], + [ + -122.413235, + 37.7863082 + ], + [ + -122.413235, + 37.7863082 + ], + [ + -122.4132353, + 37.7863082 + ], + [ + -122.4132353, + 37.7863082 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "user4816003805", + "uid": "4186070", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-09T04:09:02Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 3, + "imagery": "osm", + "language": "en", + "change_within_25m": 3 + } + } + }, + { + "id": 114723630, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.4145335, + 37.7864382 + ], + [ + -122.4145335, + 37.7864382 + ], + [ + -122.4145335, + 37.7864382 + ], + [ + -122.4145335, + 37.7864382 + ], + [ + -122.4145335, + 37.7864382 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "user4816003805", + "uid": "4186070", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-09T03:37:23Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 + } + } + }, + { + "id": 114720848, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.4053416, + 37.7893463 + ], + [ + -122.4036916, + 37.7893463 + ], + [ + -122.4036916, + 37.789757 + ], + [ + -122.4053416, + 37.789757 + ], + [ + -122.4053416, + 37.7893463 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "user4816003805", + "uid": "4186070", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #waste_basket", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T23:31:55Z", + "reviewed_features": [], + "create": 4, + "modify": 0, + "delete": 0, + "area": 6.77655000004623e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "waste_basket", + "answer": 3, + "create": 4, + "imagery": "osm", + "language": "en", + "move:node/-1": "improve_accuracy", + "move:node/-2": "improve_accuracy", + "change_over_5000m": 4, + "change_within_25m": 5 + } + } + }, + { + "id": 114719850, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.4080855, + 37.7882401 + ], + [ + -122.403852, + 37.7882401 + ], + [ + -122.403852, + 37.7889637 + ], + [ + -122.4080855, + 37.7889637 + ], + [ + -122.4080855, + 37.7882401 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "user4816003805", + "uid": "4186070", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #waste_basket", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T22:40:51Z", + "reviewed_features": [], + "create": 5, + "modify": 2, + "delete": 0, + "area": 0.00000306336059997102, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "waste_basket", + "answer": 5, + "create": 5, + "imagery": "osm", + "language": "en", + "move:node/-2": "improve_accuracy", + "change_over_5000m": 5, + "change_within_25m": 6, + "change_within_100m": 1, + "move:node/9322304462": "improve_accuracy" + } + } + }, + { + "id": 114719105, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2161724, + 51.1965708 + ], + [ + 3.2166855, + 51.1965708 + ], + [ + 3.2166855, + 51.1969378 + ], + [ + 3.2161724, + 51.1969378 + ], + [ + 3.2161724, + 51.1965708 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-3", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T22:08:19Z", + "reviewed_features": [], + "create": 1, + "modify": 6, + "delete": 0, + "area": 1.88307699998538e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "entrances", + "answer": 5, + "create": 2, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114714783, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.5352827, + 44.3671936 + ], + [ + 7.5544616, + 44.3671936 + ], + [ + 7.5544616, + 44.4024148 + ], + [ + 7.5352827, + 44.4024148 + ], + [ + 7.5352827, + 44.3671936 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "francians", + "uid": "9006927", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T19:31:04Z", + "reviewed_features": [], + "create": 0, + "modify": 38, + "delete": 0, + "area": 0.000675503872680044, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 52, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114713914, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7964639, + 48.0102409 + ], + [ + 11.7964639, + 48.0102409 + ], + [ + 11.7964639, + 48.0102409 + ], + [ + 11.7964639, + 48.0102409 + ], + [ + 11.7964639, + 48.0102409 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T18:57:23Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "create": 1, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1 + } + } + }, + { + "id": 114709693, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.684883, + 51.1538155 + ], + [ + 4.684883, + 51.1538155 + ], + [ + 4.684883, + 51.1538155 + ], + [ + 4.684883, + 51.1538155 + ], + [ + 4.684883, + 51.1538155 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.0-alpha-3", + "comment": "Adding data with #MapComplete for theme #https://gist.githubusercontent.com/joostschouppe/fbf0ae3c5bc1046da65c024075addef0/raw/5f7c3524f5456e00b233148a902c98242b9ff5ed/theme_aed_spar.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-08T16:20:21Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "https://gist.githubusercontent.com/joostschouppe/fbf0ae3c5bc1046da65c024075addef0/raw/5f7c3524f5456e00b233148a902c98242b9ff5ed/theme_aed_spar.json", + "answer": 1, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 114707253, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3267373, + 50.7349897 + ], + [ + 4.3267373, + 50.7349897 + ], + [ + 4.3267373, + 50.7349897 + ], + [ + 4.3267373, + 50.7349897 + ], + [ + 4.3267373, + 50.7349897 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.0-alpha-3", + "comment": "Adding data with #MapComplete for theme #https://gist.githubusercontent.com/joostschouppe/fbf0ae3c5bc1046da65c024075addef0/raw/5f7c3524f5456e00b233148a902c98242b9ff5ed/theme_aed_spar.json", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T15:05:44Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "https://gist.githubusercontent.com/joostschouppe/fbf0ae3c5bc1046da65c024075addef0/raw/5f7c3524f5456e00b233148a902c98242b9ff5ed/theme_aed_spar.json", + "answer": 3, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 114705804, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4599157, + 51.0874391 + ], + [ + 3.4617269, + 51.0874391 + ], + [ + 3.4617269, + 51.089368 + ], + [ + 3.4599157, + 51.089368 + ], + [ + 3.4599157, + 51.0874391 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-3", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T14:26:22Z", + "reviewed_features": [], + "create": 23, + "modify": 24, + "delete": 0, + "area": 0.00000349362368000549, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 21, + "path": "mc/develop/", + "theme": "grb", + "import": 3, + "imagery": "osm", + "language": "en", + "conflation": 6, + "change_over_5000m": 3 + } + } + }, + { + "id": 114701458, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.5465978, + 44.3873779 + ], + [ + 7.5546432, + 44.3873779 + ], + [ + 7.5546432, + 44.3955369 + ], + [ + 7.5465978, + 44.3955369 + ], + [ + 7.5465978, + 44.3873779 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "francians", + "uid": "9006927", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T12:34:10Z", + "reviewed_features": [], + "create": 0, + "modify": 52, + "delete": 0, + "area": 0.0000656424186000528, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 74, + "imagery": "osm", + "language": "en", + "change_over_5000m": 8, + "change_within_5000m": 45 + } + } + }, + { + "id": 114701243, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.4803391, + 41.1688447 + ], + [ + 1.5374408, + 41.1688447 + ], + [ + 1.5374408, + 41.2183955 + ], + [ + 1.4803391, + 41.2183955 + ], + [ + 1.4803391, + 41.1688447 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "yopaseopor", + "uid": "500572", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/yopaseopor/mcquests/master/restaurants.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-08T12:28:53Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00282943491635993, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "https://raw.githubusercontent.com/yopaseopor/mcquests/master/restaurants.json", + "answer": 3, + "imagery": "osm", + "language": "ca" + } + } + }, + { + "id": 114700843, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4629066, + 51.0876886 + ], + [ + 3.4655092, + 51.0876886 + ], + [ + 3.4655092, + 51.0887783 + ], + [ + 3.4629066, + 51.0887783 + ], + [ + 3.4629066, + 51.0876886 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-3", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T12:19:07Z", + "reviewed_features": [], + "create": 49, + "modify": 116, + "delete": 0, + "area": 0.00000283605322000357, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 98, + "path": "mc/develop/", + "theme": "grb", + "answer": 2, + "import": 7, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 32, + "change_within_50m": 2, + "change_within_100m": 5, + "change_within_500m": 2 + } + } + }, + { + "id": 114699400, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7257129, + 51.040663 + ], + [ + 3.7257129, + 51.040663 + ], + [ + 3.7257129, + 51.040663 + ], + [ + 3.7257129, + 51.040663 + ], + [ + 3.7257129, + 51.040663 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-3", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T11:44:10Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1, + "change_within_25m": 4 + } + } + }, + { + "id": 114688415, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.8051636, + 47.991241 + ], + [ + 11.8051636, + 47.991241 + ], + [ + 11.8051636, + 47.991241 + ], + [ + 11.8051636, + 47.991241 + ], + [ + 11.8051636, + 47.991241 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T07:10:18Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "create": 1, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1 + } + } + }, + { + "id": 114688133, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.5319247, + 44.3890623 + ], + [ + 7.5481081, + 44.3890623 + ], + [ + 7.5481081, + 44.4010033 + ], + [ + 7.5319247, + 44.4010033 + ], + [ + 7.5319247, + 44.3890623 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "francians", + "uid": "9006927", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-08T07:02:44Z", + "reviewed_features": [], + "create": 0, + "modify": 13, + "delete": 0, + "area": 0.000193245979400004, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 21, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114679656, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.4064118, + 37.7843163 + ], + [ + -122.4059424, + 37.7843163 + ], + [ + -122.4059424, + 37.7846408 + ], + [ + -122.4064118, + 37.7846408 + ], + [ + -122.4064118, + 37.7843163 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "user4816003805", + "uid": "4186070", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-07T23:07:23Z", + "reviewed_features": [], + "create": 4, + "modify": 3, + "delete": 0, + "area": 1.52320299999007e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 8, + "create": 4, + "imagery": "osm", + "language": "en", + "change_over_5000m": 4, + "change_within_25m": 2, + "change_within_50m": 6 + } + } + }, + { + "id": 114673318, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7886385, + 48.0092351 + ], + [ + 11.7886385, + 48.0092351 + ], + [ + 11.7886385, + 48.0092351 + ], + [ + 11.7886385, + 48.0092351 + ], + [ + 11.7886385, + 48.0092351 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #waste_basket", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-07T19:04:38Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 2, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 2 + } + } + }, + { + "id": 114666146, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9793071, + 50.3649385 + ], + [ + 5.5368778, + 50.3649385 + ], + [ + 5.5368778, + 50.723654 + ], + [ + 4.9793071, + 50.723654 + ], + [ + 4.9793071, + 50.3649385 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #postal_codes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-07T15:43:09Z", + "reviewed_features": [], + "create": 0, + "modify": 13, + "delete": 0, + "area": 0.200009252435851, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "postal_codes", + "answer": 16, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114661934, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.499177, + 51.8618958 + ], + [ + 14.499177, + 51.8618958 + ], + [ + 14.499177, + 51.8618958 + ], + [ + 14.499177, + 51.8618958 + ], + [ + 14.499177, + 51.8618958 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Mitch85302", + "uid": "14030677", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-07T13:42:44Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 114655773, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9927784, + 50.773047 + ], + [ + 4.9942494, + 50.773047 + ], + [ + 4.9942494, + 50.7742031 + ], + [ + 4.9927784, + 50.7742031 + ], + [ + 4.9927784, + 50.773047 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-07T11:05:43Z", + "reviewed_features": [], + "create": 146, + "modify": 2, + "delete": 0, + "area": 0.00000170062310000475, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 20, + "imagery": "AGIVFlandersGRB", + "language": "en" + } + } + }, + { + "id": 114654575, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2230417, + 50.8826023 + ], + [ + 3.2579006, + 50.8826023 + ], + [ + 3.2579006, + 50.8984343 + ], + [ + 3.2230417, + 50.8984343 + ], + [ + 3.2230417, + 50.8826023 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Erin76", + "uid": "8982454", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-07T10:41:45Z", + "reviewed_features": [], + "create": 0, + "modify": 17, + "delete": 0, + "area": 0.000551886104799865, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 31, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 114648896, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.0355124, + 49.0182418 + ], + [ + -0.0323045, + 49.0182418 + ], + [ + -0.0323045, + 49.0204959 + ], + [ + -0.0355124, + 49.0204959 + ], + [ + -0.0355124, + 49.0182418 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "gtaro", + "uid": "2973154", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-07T08:27:20Z", + "reviewed_features": [], + "create": 2, + "modify": 4, + "delete": 0, + "area": 0.00000723092739000582, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "hailhydrant", + "answer": 4, + "create": 2, + "imagery": "HDM_HOT", + "language": "fr", + "move:node/9233019525": "improve_accuracy" + } + } + }, + { + "id": 114648895, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.0399435, + 49.0242565 + ], + [ + -0.0399435, + 49.0242565 + ], + [ + -0.0399435, + 49.0242565 + ], + [ + -0.0399435, + 49.0242565 + ], + [ + -0.0399435, + 49.0242565 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "gtaro", + "uid": "2973154", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-07T08:27:20Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "create": 1, + "imagery": "HDM_HOT", + "language": "fr" + } + } + }, + { + "id": 114647202, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7924795, + 48.0040149 + ], + [ + 11.7924795, + 48.0040149 + ], + [ + 11.7924795, + 48.0040149 + ], + [ + 11.7924795, + 48.0040149 + ], + [ + 11.7924795, + 48.0040149 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-07T07:35:48Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "create": 1, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 + } + } + }, + { + "id": 114644262, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.5430789, + 44.3910939 + ], + [ + 7.5543867, + 44.3910939 + ], + [ + 7.5543867, + 44.3957781 + ], + [ + 7.5430789, + 44.3957781 + ], + [ + 7.5430789, + 44.3910939 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "francians", + "uid": "9006927", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-07T06:02:38Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.0000529679967599977, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 11, + "imagery": "osm", + "language": "en", + "change_within_5000m": 11 + } + } + }, + { + "id": 114628069, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4496883, + 51.0971029 + ], + [ + 3.4536209, + 51.0971029 + ], + [ + 3.4536209, + 51.0994172 + ], + [ + 3.4496883, + 51.0994172 + ], + [ + 3.4496883, + 51.0971029 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T17:42:20Z", + "reviewed_features": [], + "create": 2, + "modify": 16, + "delete": 0, + "area": 0.00000910121617997985, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 12, + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 6 + } + } + }, + { + "id": 114622793, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3027113, + 50.9486367 + ], + [ + 3.3071859, + 50.9486367 + ], + [ + 3.3071859, + 50.9510773 + ], + [ + 3.3027113, + 50.9510773 + ], + [ + 3.3027113, + 50.9486367 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Tim Couwelier", + "uid": "7246683", + "editor": "MapComplete 0.13.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T15:10:02Z", + "reviewed_features": [], + "create": 560, + "modify": 14, + "delete": 0, + "area": 0.0000109207087599996, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 5, + "path": "mc/develop/", + "theme": "grb", + "import": 68, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 2 + } + } + }, + { + "id": 114618802, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1234206, + 50.0803254 + ], + [ + 5.1234206, + 50.0803254 + ], + [ + 5.1234206, + 50.0803254 + ], + [ + 5.1234206, + 50.0803254 + ], + [ + 5.1234206, + 50.0803254 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-06T13:15:33Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "create": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 4 + } + } + }, + { + "id": 114618588, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2994377, + 50.9509658 + ], + [ + 3.3054203, + 50.9509658 + ], + [ + 3.3054203, + 50.9543456 + ], + [ + 3.2994377, + 50.9543456 + ], + [ + 3.2994377, + 50.9509658 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Tim Couwelier", + "uid": "7246683", + "editor": "MapComplete 0.13.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T13:09:38Z", + "reviewed_features": [], + "create": 288, + "modify": 6, + "delete": 0, + "area": 0.0000202199914800291, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 39, + "imagery": "AGIVFlandersGRB", + "language": "nl" + } + } + }, + { + "id": 114618358, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1234347, + 50.0803731 + ], + [ + 5.1234347, + 50.0803731 + ], + [ + 5.1234347, + 50.0803731 + ], + [ + 5.1234347, + 50.0803731 + ], + [ + 5.1234347, + 50.0803731 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-06T13:01:23Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 6, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 6 + } + } + }, + { + "id": 114617692, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2773907, + 50.9416614 + ], + [ + 3.3029723, + 50.9416614 + ], + [ + 3.3029723, + 50.9543371 + ], + [ + 3.2773907, + 50.9543371 + ], + [ + 3.2773907, + 50.9416614 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Tim Couwelier", + "uid": "7246683", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T12:43:10Z", + "reviewed_features": [], + "create": 660, + "modify": 27, + "delete": 0, + "area": 0.000324264687119882, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 8, + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "import": 90, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 2 + } + } + }, + { + "id": 114617681, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Tim Couwelier", + "uid": "7246683", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T12:42:52Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "nl" + } + } + }, + { + "id": 114617676, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Tim Couwelier", + "uid": "7246683", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T12:42:48Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "nl" + } + } + }, + { + "id": 114617475, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1632798, + 50.0084985 + ], + [ + 5.1640243, + 50.0084985 + ], + [ + 5.1640243, + 50.0088828 + ], + [ + 5.1632798, + 50.0088828 + ], + [ + 5.1632798, + 50.0084985 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-06T12:36:11Z", + "reviewed_features": [], + "create": 0, + "modify": 6, + "delete": 0, + "area": 2.86111350000478e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 6, + "imagery": "osm", + "language": "en", + "add-image": 4, + "change_within_500m": 10 + } + } + }, + { + "id": 114616724, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.1005269, + 50.9377041 + ], + [ + 3.3021407, + 50.9377041 + ], + [ + 3.3021407, + 50.9719011 + ], + [ + 3.1005269, + 50.9719011 + ], + [ + 3.1005269, + 50.9377041 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Tim Couwelier", + "uid": "7246683", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T12:13:02Z", + "reviewed_features": [], + "create": 179, + "modify": 259, + "delete": 0, + "area": 0.00689458711859977, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 235, + "path": "mc/develop/", + "theme": "grb", + "answer": 3, + "import": 19, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 72 + } + } + }, + { + "id": 114616649, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.7478955, + 50.7737708 + ], + [ + 4.9931793, + 50.7737708 + ], + [ + 4.9931793, + 51.1617069 + ], + [ + 4.7478955, + 51.1617069 + ], + [ + 4.7478955, + 50.7737708 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T12:11:10Z", + "reviewed_features": [], + "create": 53, + "modify": 19, + "delete": 0, + "area": 0.0951544407651794, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 16, + "path": "mc/develop/", + "theme": "grb", + "import": 5, + "imagery": "osm", + "language": "en", + "conflation": 6 + } + } + }, + { + "id": 114614741, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0399, + 50.8752695 + ], + [ + 5.0399, + 50.8752695 + ], + [ + 5.0399, + 50.8752695 + ], + [ + 5.0399, + 50.8752695 + ], + [ + 5.0399, + 50.8752695 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T11:22:52Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "entrances", + "answer": 1, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114614393, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6114824, + 51.1553777 + ], + [ + 3.6166481, + 51.1553777 + ], + [ + 3.6166481, + 51.1579984 + ], + [ + 3.6114824, + 51.1579984 + ], + [ + 3.6114824, + 51.1553777 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-06T11:13:54Z", + "reviewed_features": [], + "create": 392, + "modify": 45, + "delete": 0, + "area": 0.0000135377499899705, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 73, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_over_5000m": 22 + } + } + }, + { + "id": 114614389, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-06T11:13:51Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_over_5000m": 1 + } + } + }, + { + "id": 114614354, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6152563, + 51.1550536 + ], + [ + 3.6159833, + 51.1550536 + ], + [ + 3.6159833, + 51.1554201 + ], + [ + 3.6152563, + 51.1554201 + ], + [ + 3.6152563, + 51.1550536 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-06T11:12:43Z", + "reviewed_features": [], + "create": 48, + "modify": 0, + "delete": 0, + "area": 2.66445499998795e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 10, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_over_5000m": 10 + } + } + }, + { + "id": 114612439, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2319805, + 50.8865419 + ], + [ + 3.2421749, + 50.8865419 + ], + [ + 3.2421749, + 50.8917045 + ], + [ + 3.2319805, + 50.8917045 + ], + [ + 3.2319805, + 50.8865419 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Erin76", + "uid": "8982454", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T10:22:05Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000052629609440057, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 114609219, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.7266788, + 49.8358542 + ], + [ + 5.7266788, + 49.8358542 + ], + [ + 5.7266788, + 49.8358542 + ], + [ + 5.7266788, + 49.8358542 + ], + [ + 5.7266788, + 49.8358542 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-06T08:56:04Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 6, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 6 + } + } + }, + { + "id": 114606422, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.8012664, + 48.0126946 + ], + [ + 11.8177459, + 48.0126946 + ], + [ + 11.8177459, + 48.0239348 + ], + [ + 11.8012664, + 48.0239348 + ], + [ + 11.8012664, + 48.0126946 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-06T07:38:06Z", + "reviewed_features": [], + "create": 10, + "modify": 0, + "delete": 0, + "area": 0.000185232875899944, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "create": 10, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 10, + "change_within_25m": 1, + "change_within_50m": 1, + "change_within_100m": 1 + } + } + }, + { + "id": 114599635, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2463151, + 50.8354431 + ], + [ + 3.249352, + 50.8354431 + ], + [ + 3.249352, + 50.8386874 + ], + [ + 3.2463151, + 50.8386874 + ], + [ + 3.2463151, + 50.8354431 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T01:42:54Z", + "reviewed_features": [], + "create": 319, + "modify": 213, + "delete": 0, + "area": 0.00000985261466999628, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "move": 88, + "theme": "grb", + "answer": 1, + "import": 58, + "imagery": "osm", + "language": "nl", + "conflation": 28 + } + } + }, + { + "id": 114599169, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2445984, + 50.8366182 + ], + [ + 3.247235, + 50.8366182 + ], + [ + 3.247235, + 50.8377905 + ], + [ + 3.2445984, + 50.8377905 + ], + [ + 3.2445984, + 50.8366182 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-06T01:08:34Z", + "reviewed_features": [], + "create": 169, + "modify": 156, + "delete": 0, + "area": 0.00000309088618000064, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "move": 136, + "theme": "grb", + "answer": 3, + "import": 18, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 30 + } + } + }, + { + "id": 114597644, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -42.8429793, + -5.0986538 + ], + [ + -42.8012914, + -5.0986538 + ], + [ + -42.8012914, + -5.0905728 + ], + [ + -42.8429793, + -5.0905728 + ], + [ + -42.8429793, + -5.0986538 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "PlayzinhoAgro", + "uid": "10460642", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T23:16:34Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000336879919900044, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 6, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 114597538, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -42.8351375, + -5.1074537 + ], + [ + -42.8063812, + -5.1074537 + ], + [ + -42.8063812, + -5.0811128 + ], + [ + -42.8351375, + -5.0811128 + ], + [ + -42.8351375, + -5.1074537 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "PlayzinhoAgro", + "uid": "10460642", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T23:11:10Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000757466822670131, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 5, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114597502, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 175.1432115, + -36.8454932 + ], + [ + 175.1487854, + -36.8454932 + ], + [ + 175.1487854, + -36.8424731 + ], + [ + 175.1432115, + -36.8424731 + ], + [ + 175.1432115, + -36.8454932 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "CoyKoi", + "uid": "3757297", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T23:10:25Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.000016833735390008, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 9, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114597432, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -42.810037, + -5.0876276 + ], + [ + -42.8054336, + -5.0876276 + ], + [ + -42.8054336, + -5.0845865 + ], + [ + -42.810037, + -5.0845865 + ], + [ + -42.810037, + -5.0876276 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "PlayzinhoAgro", + "uid": "10460642", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T23:06:33Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000139993997400014, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 6, + "imagery": "CartoDB.Voyager", + "language": "en" + } + } + }, + { + "id": 114596214, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2427506, + 50.8369974 + ], + [ + 3.2446547, + 50.8369974 + ], + [ + 3.2446547, + 50.8376291 + ], + [ + 3.2427506, + 50.8376291 + ], + [ + 3.2427506, + 50.8369974 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T22:01:55Z", + "reviewed_features": [], + "create": 16, + "modify": 84, + "delete": 0, + "area": 0.00000120281996999916, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "move": 69, + "theme": "grb", + "answer": 12, + "import": 2, + "imagery": "AGIV", + "language": "nl", + "conflation": 22 + } + } + }, + { + "id": 114593204, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6142607, + 51.1545843 + ], + [ + 3.6167583, + 51.1545843 + ], + [ + 3.6167583, + 51.1575608 + ], + [ + 3.6142607, + 51.1575608 + ], + [ + 3.6142607, + 51.1545843 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T19:56:52Z", + "reviewed_features": [], + "create": 99, + "modify": 6, + "delete": 0, + "area": 0.00000743410639998839, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 12, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "change_over_5000m": 12 + } + } + }, + { + "id": 114589925, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6164282, + 51.1574815 + ], + [ + 3.6171453, + 51.1574815 + ], + [ + 3.6171453, + 51.1585842 + ], + [ + 3.6164282, + 51.1585842 + ], + [ + 3.6164282, + 51.1574815 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:56:33Z", + "reviewed_features": [], + "create": 196, + "modify": 0, + "delete": 0, + "area": 7.90746169997521e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 24, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 24 + } + } + }, + { + "id": 114589923, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:56:28Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1 + } + } + }, + { + "id": 114589920, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:56:26Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 2, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 2 + } + } + }, + { + "id": 114589804, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6155907, + 51.1570019 + ], + [ + 3.6166481, + 51.1570019 + ], + [ + 3.6166481, + 51.1578602 + ], + [ + 3.6155907, + 51.1578602 + ], + [ + 3.6155907, + 51.1570019 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:51:49Z", + "reviewed_features": [], + "create": 87, + "modify": 1, + "delete": 0, + "area": 9.07566420004756e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 15, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 15 + } + } + }, + { + "id": 114589800, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:51:42Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 2, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 2 + } + } + }, + { + "id": 114589796, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:51:31Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 1 + } + } + }, + { + "id": 114589793, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:51:23Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 1 + } + } + }, + { + "id": 114589791, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:51:21Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 1 + } + } + }, + { + "id": 114589695, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6155354, + 51.1569516 + ], + [ + 3.6165651, + 51.1569516 + ], + [ + 3.6165651, + 51.1577145 + ], + [ + 3.6155354, + 51.1577145 + ], + [ + 3.6155354, + 51.1569516 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:48:22Z", + "reviewed_features": [], + "create": 187, + "modify": 0, + "delete": 0, + "area": 7.85558129997716e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 28, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 2 + } + } + }, + { + "id": 114589690, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:48:18Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 2, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 114589684, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:48:07Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 114589682, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:48:03Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 114589678, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:48:00Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 114589631, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.615682, + 51.1563665 + ], + [ + 3.6163246, + 51.1563665 + ], + [ + 3.6163246, + 51.1569782 + ], + [ + 3.615682, + 51.1569782 + ], + [ + 3.615682, + 51.1563665 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T17:46:31Z", + "reviewed_features": [], + "create": 103, + "modify": 0, + "delete": 0, + "area": 3.93078420000171e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 12, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 114583434, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.7284616, + 49.8351664 + ], + [ + 5.7284616, + 49.8351664 + ], + [ + 5.7284616, + 49.8351664 + ], + [ + 5.7284616, + 49.8351664 + ], + [ + 5.7284616, + 49.8351664 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T14:10:04Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "create": 1, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 2 + } + } + }, + { + "id": 114581092, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2435793, + 50.8371156 + ], + [ + 3.2440982, + 50.8371156 + ], + [ + 3.2440982, + 50.8373507 + ], + [ + 3.2435793, + 50.8373507 + ], + [ + 3.2435793, + 50.8371156 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0-alpha", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T12:54:27Z", + "reviewed_features": [], + "create": 3, + "modify": 23, + "delete": 0, + "area": 1.21993390002413e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 16, + "path": "mc/develop/", + "theme": "grb", + "answer": 4, + "import": 1, + "imagery": "AGIV", + "language": "nl", + "conflation": 4, + "change_over_5000m": 5 + } + } + }, + { + "id": 114580691, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.727428, + 49.8338098 + ], + [ + 5.7288444, + 49.8338098 + ], + [ + 5.7288444, + 49.8357199 + ], + [ + 5.727428, + 49.8357199 + ], + [ + 5.727428, + 49.8338098 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T12:41:31Z", + "reviewed_features": [], + "create": 2, + "modify": 6, + "delete": 0, + "area": 0.00000270546564000509, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 12, + "create": 2, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 2, + "change_within_50m": 6, + "change_within_500m": 6 + } + } + }, + { + "id": 114571409, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2193075, + 50.8371879 + ], + [ + 3.2455402, + 50.8371879 + ], + [ + 3.2455402, + 51.2101415 + ], + [ + 3.2193075, + 51.2101415 + ], + [ + 3.2193075, + 50.8371879 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T03:57:06Z", + "reviewed_features": [], + "create": 185, + "modify": 208, + "delete": 0, + "area": 0.00978357990271988, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "move": 170, + "theme": "grb", + "answer": 29, + "import": 30, + "imagery": "osm", + "language": "en", + "conflation": 46 + } + } + }, + { + "id": 114571100, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T03:23:34Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "en" + } + } + }, + { + "id": 114571099, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.244039, + 50.8380083 + ], + [ + 3.244282, + 50.8380083 + ], + [ + 3.244282, + 50.8381349 + ], + [ + 3.244039, + 50.8381349 + ], + [ + 3.244039, + 50.8380083 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T03:23:34Z", + "reviewed_features": [], + "create": 1, + "modify": 7, + "delete": 0, + "area": 3.07638000003993e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en" + } + } + }, + { + "id": 114571030, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2432352, + 50.8375624 + ], + [ + 3.2458741, + 50.8375624 + ], + [ + 3.2458741, + 50.8382432 + ], + [ + 3.2432352, + 50.8382432 + ], + [ + 3.2432352, + 50.8375624 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T03:15:00Z", + "reviewed_features": [], + "create": 52, + "modify": 72, + "delete": 0, + "area": 0.00000179656311999424, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "move": 65, + "theme": "grb", + "answer": 2, + "import": 8, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 18 + } + } + }, + { + "id": 114570730, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2443664, + 50.8379545 + ], + [ + 3.2454195, + 50.8379545 + ], + [ + 3.2454195, + 50.8384085 + ], + [ + 3.2443664, + 50.8384085 + ], + [ + 3.2443664, + 50.8379545 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T02:37:45Z", + "reviewed_features": [], + "create": 4, + "modify": 39, + "delete": 0, + "area": 4.78107399997627e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "move": 30, + "theme": "grb", + "answer": 6, + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 6 + } + } + }, + { + "id": 114570678, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2446013, + 50.838087 + ], + [ + 3.245534, + 50.838087 + ], + [ + 3.245534, + 50.8384417 + ], + [ + 3.2446013, + 50.8384417 + ], + [ + 3.2446013, + 50.838087 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-05T02:33:41Z", + "reviewed_features": [], + "create": 11, + "modify": 41, + "delete": 0, + "area": 3.30828689995914e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "move": 37, + "theme": "grb", + "answer": 2, + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 12 + } + } + }, + { + "id": 114570109, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2453812, + 50.8380764 + ], + [ + 3.2476367, + 50.8380764 + ], + [ + 3.2476367, + 50.8387764 + ], + [ + 3.2453812, + 50.8387764 + ], + [ + 3.2453812, + 50.8380764 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-05T01:35:50Z", + "reviewed_features": [], + "create": 82, + "modify": 89, + "delete": 0, + "area": 0.00000157885000000431, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 60, + "theme": "grb", + "answer": 9, + "import": 15, + "imagery": "AGIV", + "language": "en", + "conflation": 22, + "change_over_5000m": 6 + } + } + }, + { + "id": 114567284, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.2441555, + 41.4486033 + ], + [ + 2.245366, + 41.4486033 + ], + [ + 2.245366, + 41.4491344 + ], + [ + 2.2441555, + 41.4491344 + ], + [ + 2.2441555, + 41.4486033 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-8744186807", + "osm_id": 8744186807, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-8744186805", + "osm_id": 8744186805, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-8744186796", + "osm_id": 8744186796, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + } + ], + "user": "Jose Luis Infante", + "uid": "126203", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T22:00:58Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 6.42896549995575e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "https://llefia.org/arbres/mapcomplete1.json", + "answer": 4, + "imagery": "HDM_HOT", + "language": "ca", + "change_within_25m": 4 + } + } + }, + { + "id": 114565529, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.2549344, + 41.4511433 + ], + [ + 2.2582354, + 41.4511433 + ], + [ + 2.2582354, + 41.4539209 + ], + [ + 2.2549344, + 41.4539209 + ], + [ + 2.2549344, + 41.4511433 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-8791267410", + "osm_id": 8791267410, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-8791267413", + "osm_id": 8791267413, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-8791267393", + "osm_id": 8791267393, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-9311167057", + "osm_id": 9311167057, + "reasons": [ + 43 + ], + "version": 1, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-8791267401", + "osm_id": 8791267401, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-8791267396", + "osm_id": 8791267396, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-8791267395", + "osm_id": 8791267395, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-8791267408", + "osm_id": 8791267408, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "natural": "tree_stump" + } + }, + { + "url": "node-9311209498", + "osm_id": 9311209498, + "reasons": [ + 43 + ], + "version": 1, + "primary_tags": { + "natural": "tree_stump" + } + } + ], + "user": "Jose Luis Infante", + "uid": "126203", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T20:25:08Z", + "reviewed_features": [], + "create": 9, + "modify": 9, + "delete": 0, + "area": 0.00000916885760000565, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "https://llefia.org/arbres/mapcomplete1.json", + "answer": 9, + "create": 9, + "imagery": "HDM_HOT", + "language": "ca", + "change_over_5000m": 9, + "change_within_25m": 8, + "change_within_50m": 1 + } + } + }, + { + "id": 114564109, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7927515, + 48.0078687 + ], + [ + 11.7927515, + 48.0078687 + ], + [ + 11.7927515, + 48.0078687 + ], + [ + 11.7927515, + 48.0078687 + ], + [ + 11.7927515, + 48.0078687 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T19:20:52Z", + "reviewed_features": [], + "create": 1, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 6, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 6 + } + } + }, + { + "id": 114563930, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3898746, + 50.8527969 + ], + [ + 4.3898746, + 50.8527969 + ], + [ + 4.3898746, + 50.8527969 + ], + [ + 4.3898746, + 50.8527969 + ], + [ + 4.3898746, + 50.8527969 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-04T19:14:34Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 114563899, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3729683, + 50.841156 + ], + [ + 4.3899067, + 50.841156 + ], + [ + 4.3899067, + 50.8528503 + ], + [ + 4.3729683, + 50.8528503 + ], + [ + 4.3729683, + 50.841156 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-04T19:13:09Z", + "reviewed_features": [], + "create": 2, + "modify": 4, + "delete": 0, + "area": 0.000198082731120034, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 11, + "create": 2, + "imagery": "UrbISOrtho2020", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 114563581, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7914468, + 48.0044671 + ], + [ + 11.7914468, + 48.0044671 + ], + [ + 11.7914468, + 48.0044671 + ], + [ + 11.7914468, + 48.0044671 + ], + [ + 11.7914468, + 48.0044671 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T18:59:14Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 1, + "create": 1, + "imagery": "CartoDB.Voyager", + "language": "de", + "change_over_5000m": 1, + "change_within_25m": 1 + } + } + }, + { + "id": 114563116, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7879358, + 48.0031633 + ], + [ + 11.7951751, + 48.0031633 + ], + [ + 11.7951751, + 48.0083047 + ], + [ + 11.7879358, + 48.0083047 + ], + [ + 11.7879358, + 48.0031633 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T18:38:46Z", + "reviewed_features": [], + "create": 11, + "modify": 0, + "delete": 0, + "area": 0.0000372201370199966, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 5, + "create": 11, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 11, + "change_within_25m": 4, + "change_within_100m": 1 + } + } + }, + { + "id": 114559225, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7766008, + 48.1080849 + ], + [ + 11.7766008, + 48.1080849 + ], + [ + 11.7766008, + 48.1080849 + ], + [ + 11.7766008, + 48.1080849 + ], + [ + 11.7766008, + 48.1080849 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "flo2154", + "uid": "348648", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T15:58:33Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "answer": 5, + "create": 1, + "imagery": "osm", + "language": "de", + "change_over_5000m": 1, + "change_within_5000m": 5 + } + } + }, + { + "id": 114558562, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2301221, + -39.8378588 + ], + [ + -73.2301221, + -39.8378588 + ], + [ + -73.2301221, + -39.8378588 + ], + [ + -73.2301221, + -39.8378588 + ], + [ + -73.2301221, + -39.8378588 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-04T15:35:28Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 114556655, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.629975, + 51.7364493 + ], + [ + 7.629975, + 51.7364493 + ], + [ + 7.629975, + 51.7364493 + ], + [ + 7.629975, + 51.7364493 + ], + [ + 7.629975, + 51.7364493 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "hke2912", + "uid": "5154951", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T14:26:25Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 2, + "imagery": "osm", + "language": "de", + "change_within_25m": 2 + } + } + }, + { + "id": 114556349, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "hke2912", + "uid": "5154951", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T14:14:23Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 2, + "imagery": "osm", + "language": "de", + "change_within_100m": 2 + } + } + }, + { + "id": 114547321, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.7296998, + 49.8311215 + ], + [ + 5.7296998, + 49.8311215 + ], + [ + 5.7296998, + 49.8311215 + ], + [ + 5.7296998, + 49.8311215 + ], + [ + 5.7296998, + 49.8311215 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T08:35:35Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 2, + "change_within_500m": 5 + } + } + }, + { + "id": 114547035, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.7347611, + 49.8305193 + ], + [ + 5.7347611, + 49.8305193 + ], + [ + 5.7347611, + 49.8305193 + ], + [ + 5.7347611, + 49.8305193 + ], + [ + 5.7347611, + 49.8305193 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-04T08:19:16Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 1, + "create": 1, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 + } + } + }, + { + "id": 114529779, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8224959, + 50.8990666 + ], + [ + 4.8224959, + 50.8990666 + ], + [ + 4.8224959, + 50.8990666 + ], + [ + 4.8224959, + 50.8990666 + ], + [ + 4.8224959, + 50.8990666 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Koenraad Van Coppenolle", + "uid": "12352906", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-03T16:52:56Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 1, + "create": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 114529543, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.1617783, + 45.3681034 + ], + [ + 8.1788728, + 45.3681034 + ], + [ + 8.1788728, + 45.378545 + ], + [ + 8.1617783, + 45.378545 + ], + [ + 8.1617783, + 45.3681034 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Andrea Musuruane", + "uid": "90379", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-03T16:45:42Z", + "reviewed_features": [], + "create": 0, + "modify": 33, + "delete": 0, + "area": 0.000178493931200008, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 47, + "imagery": "osm", + "language": "it" + } + } + }, + { + "id": 114528127, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2223881, + 51.2085177 + ], + [ + 3.2229013, + 51.2085177 + ], + [ + 3.2229013, + 51.2088167 + ], + [ + 3.2223881, + 51.2088167 + ], + [ + 3.2223881, + 51.2085177 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-03T15:53:02Z", + "reviewed_features": [], + "create": 2, + "modify": 7, + "delete": 0, + "area": 1.53446799999211e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 6, + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en" + } + } + }, + { + "id": 114528068, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2458414, + -39.819551 + ], + [ + -73.245706, + -39.819551 + ], + [ + -73.245706, + -39.8194252 + ], + [ + -73.2458414, + -39.8194252 + ], + [ + -73.2458414, + -39.819551 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-03T15:50:32Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.7033320000519e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "add-image": 2 + } + } + }, + { + "id": 114525895, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.9654689, + 49.8263631 + ], + [ + 5.9654689, + 49.8263631 + ], + [ + 5.9654689, + 49.8263631 + ], + [ + 5.9654689, + 49.8263631 + ], + [ + 5.9654689, + 49.8263631 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ClarissaWAM", + "uid": "13745921", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-03T14:41:19Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "create": 1, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114516792, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.911604, + 51.1745013 + ], + [ + 2.9125028, + 51.1745013 + ], + [ + 2.9125028, + 51.1752472 + ], + [ + 2.911604, + 51.1752472 + ], + [ + 2.911604, + 51.1745013 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #cyclestreets", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-03T10:21:03Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 6.70414919998373e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114508786, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7932305, + 48.0078749 + ], + [ + 11.7932305, + 48.0078749 + ], + [ + 11.7932305, + 48.0078749 + ], + [ + 11.7932305, + 48.0078749 + ], + [ + 11.7932305, + 48.0078749 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.12", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-03T06:28:32Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "create": 1, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 1 + } + } + }, + { + "id": 114505852, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.2520815, + 52.7917037 + ], + [ + 13.2520815, + 52.7917037 + ], + [ + 13.2520815, + 52.7917037 + ], + [ + 13.2520815, + 52.7917037 + ], + [ + 13.2520815, + 52.7917037 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Michael 3", + "uid": "13922389", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-03T04:25:18Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 114499674, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2353924, + -39.8389723 + ], + [ + -73.2353924, + -39.8389723 + ], + [ + -73.2353924, + -39.8389723 + ], + [ + -73.2353924, + -39.8389723 + ], + [ + -73.2353924, + -39.8389723 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-02T21:55:14Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 114483581, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3421862, + 50.8287969 + ], + [ + 4.3443211, + 50.8287969 + ], + [ + 4.3443211, + 50.8292355 + ], + [ + 4.3421862, + 50.8292355 + ], + [ + 4.3421862, + 50.8287969 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #cyclestreets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-02T13:25:52Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 9.36367140005233e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "split": 2, + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_within_25m": 2, + "change_within_50m": 1 + } + } + }, + { + "id": 114483428, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3411392, + 50.8323467 + ], + [ + 4.3411392, + 50.8323467 + ], + [ + 4.3411392, + 50.8323467 + ], + [ + 4.3411392, + 50.8323467 + ], + [ + 4.3411392, + 50.8323467 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-02T13:20:30Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 1, + "create": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 2, + "change_over_5000m": 1, + "change_within_25m": 3 + } + } + }, + { + "id": 114483211, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.523173, + 43.2509975 + ], + [ + 6.5348884, + 43.2509975 + ], + [ + 6.5348884, + 43.2565941 + ], + [ + 6.523173, + 43.2565941 + ], + [ + 6.523173, + 43.2509975 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joseph83", + "uid": "10732704", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-02T13:13:33Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000655664076400472, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 5, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114482337, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.9538082, + 42.6545431 + ], + [ + 2.9538082, + 42.6545431 + ], + [ + 2.9538082, + 42.6545431 + ], + [ + 2.9538082, + 42.6545431 + ], + [ + 2.9538082, + 42.6545431 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "LySioS", + "uid": "11579673", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-02T12:43:14Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "fr", + "change_over_5000m": 2 + } + } + }, + { + "id": 114481412, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2367387, + 51.2157078 + ], + [ + 3.2370903, + 51.2157078 + ], + [ + 3.2370903, + 51.2160709 + ], + [ + 3.2367387, + 51.2160709 + ], + [ + 3.2367387, + 51.2157078 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #grb_fixme", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-02T12:15:48Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 1.27665960000494e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb_fixme", + "answer": 4, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "change_within_5000m": 4 + } + } + }, + { + "id": 114463627, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2068699, + 51.1997719 + ], + [ + 3.2374135, + 51.1997719 + ], + [ + 3.2374135, + 51.2215972 + ], + [ + 3.2068699, + 51.2215972 + ], + [ + 3.2068699, + 51.1997719 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #grb_fixme", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-02T01:23:13Z", + "reviewed_features": [], + "create": 4, + "modify": 41, + "delete": 0, + "area": 0.000666623233079885, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "127.0.0.1:1234", + "theme": "grb_fixme", + "answer": 44, + "import": 4, + "imagery": "AGIVFlandersGRB", + "language": "nl" + } + } + }, + { + "id": 114462319, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.0320103, + 36.9780074 + ], + [ + -122.0315892, + 36.9780074 + ], + [ + -122.0315892, + 36.9780524 + ], + [ + -122.0320103, + 36.9780524 + ], + [ + -122.0320103, + 36.9780074 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joeybab3", + "uid": "8783843", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-01T23:46:40Z", + "reviewed_features": [], + "create": 2, + "modify": 3, + "delete": 0, + "area": 1.89494999998936e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 9, + "create": 2, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 2, + "change_within_25m": 10 + } + } + }, + { + "id": 114461816, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.8253843, + 41.5441733 + ], + [ + 0.8276442, + 41.5441733 + ], + [ + 0.8276442, + 41.5481053 + ], + [ + 0.8253843, + 41.5481053 + ], + [ + 0.8253843, + 41.5441733 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "blacx", + "uid": "327111", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-01T23:15:25Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000888592680001402, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 2, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114461685, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.7248595, + 41.2205668 + ], + [ + 1.7248595, + 41.2205668 + ], + [ + 1.7248595, + 41.2205668 + ], + [ + 1.7248595, + 41.2205668 + ], + [ + 1.7248595, + 41.2205668 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "yopaseopor", + "uid": "500572", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #comerciosantiguos", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-01T23:09:22Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "comerciosantiguos", + "answer": 3, + "imagery": "osm", + "language": "es" + } + } + }, + { + "id": 114460999, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2320243, + -39.842692 + ], + [ + -73.2317384, + -39.842692 + ], + [ + -73.2317384, + -39.842422 + ], + [ + -73.2320243, + -39.842422 + ], + [ + -73.2320243, + -39.842692 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-01T22:39:29Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 7.71930000024495e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 3 + } + } + }, + { + "id": 114454431, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.9837611, + 52.0271205 + ], + [ + 13.9837611, + 52.0271205 + ], + [ + 13.9837611, + 52.0271205 + ], + [ + 13.9837611, + 52.0271205 + ], + [ + 13.9837611, + 52.0271205 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "LFFMH", + "uid": "14449743", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-01T18:53:33Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 114451924, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.4084717, + 37.7936115 + ], + [ + -122.4077797, + 37.7936115 + ], + [ + -122.4077797, + 37.7975707 + ], + [ + -122.4084717, + 37.7975707 + ], + [ + -122.4084717, + 37.7936115 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "juliabyby", + "uid": "14553395", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #waste_basket", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-01T17:28:58Z", + "reviewed_features": [], + "create": 2, + "modify": 1, + "delete": 0, + "area": 0.00000273976640000606, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "waste_basket", + "answer": 2, + "create": 2, + "imagery": "osm", + "language": "en", + "change_over_5000m": 2, + "change_within_25m": 3, + "move:node/9300915863": "improve_accuracy" + } + } + }, + { + "id": 114449961, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -85.6478932, + 42.9278164 + ], + [ + -85.6478932, + 42.9278164 + ], + [ + -85.6478932, + 42.9278164 + ], + [ + -85.6478932, + 42.9278164 + ], + [ + -85.6478932, + 42.9278164 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jessbeutler", + "uid": "3243541", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-01T16:24:32Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "create": 1, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 114449912, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -85.6668726, + 42.9635931 + ], + [ + -85.6668726, + 42.9635931 + ], + [ + -85.6668726, + 42.9635931 + ], + [ + -85.6668726, + 42.9635931 + ], + [ + -85.6668726, + 42.9635931 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jessbeutler", + "uid": "3243541", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-01T16:23:09Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "create": 1, + "imagery": "USDA-NAIP", + "language": "en" + } + } + }, + { + "id": 114440486, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4023338, + 51.2182568 + ], + [ + 4.4151869, + 51.2182568 + ], + [ + 4.4151869, + 51.2236545 + ], + [ + 4.4023338, + 51.2236545 + ], + [ + 4.4023338, + 51.2182568 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "matissevdberg", + "uid": "12928471", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2021-12-01T11:40:25Z", + "reviewed_features": [], + "create": 4, + "modify": 5, + "delete": 0, + "area": 0.0000693771778700411, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 12, + "create": 4, + "imagery": "AGIV", + "language": "en" + } + } + }, + { + "id": 114434814, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.794939, + 47.9987241 + ], + [ + 11.7953172, + 47.9987241 + ], + [ + 11.7953172, + 48.002755 + ], + [ + 11.794939, + 48.002755 + ], + [ + 11.794939, + 47.9987241 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-01T09:05:31Z", + "reviewed_features": [], + "create": 3, + "modify": 0, + "delete": 0, + "area": 0.00000152448638000179, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "create": 3, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 3, + "change_within_25m": 2 + } + } + }, + { + "id": 114431043, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.8232444, + 47.9817318 + ], + [ + 11.8232444, + 47.9817318 + ], + [ + 11.8232444, + 47.9817318 + ], + [ + 11.8232444, + 47.9817318 + ], + [ + 11.8232444, + 47.9817318 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-01T07:16:35Z", + "reviewed_features": [], + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "create": 1, + "imagery": "osm", + "language": "de", + "change_over_5000m": 1, + "change_within_25m": 6 + } + } + }, + { + "id": 114429834, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.789451, + 47.9451774 + ], + [ + 11.8357167, + 47.9451774 + ], + [ + 11.8357167, + 48.0081227 + ], + [ + 11.789451, + 48.0081227 + ], + [ + 11.789451, + 47.9451774 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-01T06:37:11Z", + "reviewed_features": [], + "create": 6, + "modify": 1, + "delete": 0, + "area": 0.00291220836621019, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "create": 6, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 6, + "change_within_25m": 2, + "change_within_100m": 1 + } + } + }, + { + "id": 114422931, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2250237, + 51.2064498 + ], + [ + 3.2250237, + 51.2064498 + ], + [ + 3.2250237, + 51.2064498 + ], + [ + 3.2250237, + 51.2064498 + ], + [ + 3.2250237, + 51.2064498 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.12.11", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/yopaseopor/osmlitmap/master/src/json/lit.json", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2021-12-01T00:18:07Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "https://raw.githubusercontent.com/yopaseopor/osmlitmap/master/src/json/lit.json", + "create": 1, + "imagery": "osm", + "language": "ca", + "change_over_5000m": 1 + } + } + } + ] +} \ No newline at end of file diff --git a/langs/fr.json b/langs/fr.json index 5ffb9a898..6fed6ef9d 100644 --- a/langs/fr.json +++ b/langs/fr.json @@ -9,7 +9,7 @@ "ccbs": "sous la license CC-BY-SA", "ccb": "sous la license CC-BY", "uploadFailed": "L'ajout de la photo a échoué. Avez-vous accès à Internet ? Les API tierces sont-elles autorisées ? Le navigateur Brave ou UMatrix peuvent les bloquer.", - "respectPrivacy": "Merci de respecter la vie privée. Ne publiez pas les plaques d'immatriculation.", + "respectPrivacy": "Ne photographiez ni les personnes ni les plaques d'immatriculation. Ne téléversez rien issu de Google Maps, Google Streetview ou d'autre sources soumises à des droits d'auteurs.", "uploadDone": "Votre photo est ajoutée. Merci beaucoup !", "dontDelete": "Annuler", "doDelete": "Supprimer l'image", @@ -26,7 +26,7 @@ "index": { "#": "Ces textes sont affichés au dessus des boutons de thème quand aucun thème n'est chargé", "title": "Bienvenue sur MapComplete", - "intro": "MapComplete est une application qui permet de voir des informations d'OpenStreetMap sur un thème spécifique et de les éditer.", + "intro": "MapComplete est un visio-éditeur d'OpenStreetMap qui affiche des informations sur un thème défini et permet de les éditer.", "pickTheme": "Choisissez un thème ci-dessous pour commencer.", "featuredThemeTitle": "Thème de la semaine" }, @@ -194,6 +194,7 @@ "isntAPoint": "Seul les points peuvent être supprimés, l'objet sélectionné est une ligne, un polygone ou une relation.", "onlyEditedByLoggedInUser": "Ce point a été édité seulement par vous et peut donc être supprimé.", "cannotBeDeleted": "Cet objet ne peut être supprimé", - "partOfOthers": "Ce point faire partie d'un autre objet et ne peut être supprimé directement." + "partOfOthers": "Ce point faire partie d'un autre objet et ne peut être supprimé directement.", + "whyDelete": "Pourquoi ce point devrait-il être supprimé ?" } } diff --git a/langs/themes/zh_Hant.json b/langs/themes/zh_Hant.json index 6174ba132..a9b016aad 100644 --- a/langs/themes/zh_Hant.json +++ b/langs/themes/zh_Hant.json @@ -326,6 +326,14 @@ "turbine-height": { "render": "這風機的總高度 (包括風葉直徑) 是 {height} 公尺。", "question": "這個風機的總高度是多少 (包括風葉大小) 公尺?" + }, + "turbine-output": { + "question": "這個風機的電力輸出是多少?(例如 2.3 MW)", + "render": "這個風機的電力輸出是 {generator:output:electricity。" + }, + "turbine-start-date": { + "render": "這個風機從 {start_date} 開始運轉。", + "question": "這個風機何時開始營運?" } }, "name": "風機", @@ -333,10 +341,44 @@ "0": { "title": "風機" } + }, + "units": { + "0": { + "applicableUnits": { + "2": { + "human": " 瓦" + }, + "3": { + "human": " 千兆瓦" + }, + "0": { + "human": " 百萬瓦" + }, + "1": { + "human": " 千瓦" + } + } + }, + "1": { + "applicableUnits": { + "0": { + "human": " 公尺" + } + } + } + }, + "title": { + "mappings": { + "0": { + "then": "{name}" + } + }, + "render": "風機" } } }, - "description": "顯示與編輯風機的地圖。" + "description": "顯示與編輯風機的地圖。", + "title": "開放風力地圖" }, "street_lighting": { "layers": { @@ -454,5 +496,28 @@ "description": "在這份地圖當中,你可以找到你附近的垃圾筒。如果地圖有遺漏垃圾筒,你可以自己加上去", "shortDescription": "垃圾筒的地圖", "title": "垃圾筒" + }, + "hackerspaces": { + "description": "在這份地圖上你可以看到駭客空間,新增或直接更新資料", + "layers": { + "0": { + "name": "駭客空間", + "presets": { + "0": { + "description": "駭客空間是對軟體有興趣的人聚集的地方", + "title": "駭客空間" + } + }, + "description": "駭客空間" + } + } + }, + "observation_towers": { + "description": "開放可及能觀景的高塔", + "shortDescription": "開發可及能觀景的高塔", + "title": "觀景塔" + }, + "natuurpunt": { + "description": "在這張地圖上您可以找到 Natuurpunt 提供的所有自然保護區 " } }