New stats

This commit is contained in:
pietervdvn 2022-01-16 02:52:46 +01:00
parent 68c338e764
commit e20cf0abfa
23 changed files with 23103 additions and 7980 deletions

View file

@ -84,7 +84,11 @@ class StatsDownloader {
} }
url = result.next url = result.next
} }
console.log(`Writing ${allFeatures.length} features to `, path, " ") console.log(`Writing ${allFeatures.length} features to `, path, Utils.Times(_ => " ", 80))
allFeatures = Utils.NoNull(allFeatures)
allFeatures.forEach(f => {
f.properties.id = f.id
})
writeFileSync(path, JSON.stringify({ writeFileSync(path, JSON.stringify({
features: allFeatures features: allFeatures
}, undefined, 2)) }, undefined, 2))
@ -682,20 +686,23 @@ function createMiscGraphs(allFeatures: ChangeSetData[], emptyCS: ChangeSetData[]
writeFileSync("centerpoints.geojson", JSON.stringify(geojson, undefined, 2)) writeFileSync("centerpoints.geojson", JSON.stringify(geojson, undefined, 2))
} }
async function main(): Promise<void>{
await new StatsDownloader("stats").DownloadStats()
const allPaths = readdirSync("stats")
.filter(p => p.startsWith("stats.") && p.endsWith(".json"));
let allFeatures: ChangeSetData[] = [].concat(...allPaths
.map(path => JSON.parse(readFileSync("stats/" + path, "utf-8")).features
.map(cs => ChangesetDataTools.cleanChangesetData(cs))));
new StatsDownloader("stats").DownloadStats() const emptyCS = allFeatures.filter(f => f.properties.metadata.theme === "EMPTY CS")
const allPaths = readdirSync("stats") allFeatures = allFeatures.filter(f => f.properties.metadata.theme !== "EMPTY CS")
.filter(p => p.startsWith("stats.") && p.endsWith(".json"));
let allFeatures: ChangeSetData[] = [].concat(...allPaths
.map(path => JSON.parse(readFileSync("stats/" + path, "utf-8")).features
.map(cs => ChangesetDataTools.cleanChangesetData(cs))));
const emptyCS = allFeatures.filter(f => f.properties.metadata.theme === "EMPTY CS") createMiscGraphs(allFeatures, emptyCS)
allFeatures = allFeatures.filter(f => f.properties.metadata.theme !== "EMPTY CS") createGraphs(allFeatures, "")
// createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2020")), " in 2020")
// createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2021")), " in 2021")
createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2022")), " in 2022")
}
createMiscGraphs(allFeatures, emptyCS) main().then(_ => console.log("All done!"))
createGraphs(allFeatures, "")
// createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2020")), " in 2020")
// createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2021")), " in 2021")
createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2022")), " in 2022")

File diff suppressed because it is too large Load diff

View file

@ -56,7 +56,8 @@
"theme": "benches", "theme": "benches",
"language": "en", "language": "en",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 93348440
} }
}, },
{ {
@ -115,7 +116,8 @@
"theme": "benches", "theme": "benches",
"language": "en", "language": "en",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 93344361
} }
}, },
{ {
@ -174,7 +176,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93344041
} }
}, },
{ {
@ -233,7 +236,8 @@
"theme": "bookcases", "theme": "bookcases",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93343913
} }
}, },
{ {
@ -292,7 +296,8 @@
"theme": "artworks", "theme": "artworks",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93334680
} }
}, },
{ {
@ -351,7 +356,8 @@
"theme": "aed", "theme": "aed",
"language": "fr", "language": "fr",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93334615
} }
}, },
{ {
@ -410,7 +416,8 @@
"theme": "aed", "theme": "aed",
"language": "fr", "language": "fr",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93334256
} }
}, },
{ {
@ -469,7 +476,8 @@
"theme": "benches", "theme": "benches",
"language": "en", "language": "en",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 93334153
} }
}, },
{ {
@ -528,7 +536,8 @@
"theme": "benches", "theme": "benches",
"language": "de", "language": "de",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 93298136
} }
}, },
{ {
@ -587,7 +596,8 @@
"theme": "artworks", "theme": "artworks",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93239558
} }
}, },
{ {
@ -646,7 +656,8 @@
"theme": "benches", "theme": "benches",
"language": "de", "language": "de",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 93219317
} }
}, },
{ {
@ -705,7 +716,8 @@
"theme": "fritures", "theme": "fritures",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 93138222
} }
}, },
{ {
@ -763,7 +775,8 @@
"metadata": { "metadata": {
"theme": "personal", "theme": "personal",
"language": "en" "language": "en"
} },
"id": 93108212
} }
}, },
{ {
@ -839,7 +852,8 @@
"theme": "maps", "theme": "maps",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93101275
} }
}, },
{ {
@ -902,7 +916,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 93080334
} }
}, },
{ {
@ -961,7 +976,8 @@
"theme": "charging_stations", "theme": "charging_stations",
"language": "en", "language": "en",
"theme-creator": "" "theme-creator": ""
} },
"id": 93077975
} }
}, },
{ {
@ -1129,7 +1145,8 @@
"theme": "arbres", "theme": "arbres",
"language": "ca", "language": "ca",
"theme-creator": "" "theme-creator": ""
} },
"id": 93072877
} }
}, },
{ {
@ -1193,7 +1210,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93072573
} }
}, },
{ {
@ -1257,7 +1275,8 @@
"theme": "benches", "theme": "benches",
"language": "de", "language": "de",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 93071742
} }
}, },
{ {
@ -1316,7 +1335,8 @@
"theme": "dalemasvelocidad", "theme": "dalemasvelocidad",
"language": "es", "language": "es",
"theme-creator": "" "theme-creator": ""
} },
"id": 93030151
} }
}, },
{ {
@ -1375,7 +1395,8 @@
"theme": "aed", "theme": "aed",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93028022
} }
}, },
{ {
@ -1434,7 +1455,8 @@
"theme": "klimbomen", "theme": "klimbomen",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 93013547
} }
}, },
{ {
@ -1493,7 +1515,8 @@
"theme": "aed", "theme": "aed",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93001764
} }
}, },
{ {
@ -1552,7 +1575,8 @@
"theme": "aed", "theme": "aed",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 93001720
} }
}, },
{ {
@ -1611,7 +1635,8 @@
"theme": "nature", "theme": "nature",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92991026
} }
}, },
{ {
@ -1670,7 +1695,8 @@
"theme": "benches", "theme": "benches",
"language": "en", "language": "en",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 92990737
} }
}, },
{ {
@ -1729,7 +1755,8 @@
"theme": "nature", "theme": "nature",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92988162
} }
}, },
{ {
@ -1788,7 +1815,8 @@
"theme": "nature", "theme": "nature",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92988161
} }
}, },
{ {
@ -1852,7 +1880,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "fr", "language": "fr",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92986777
} }
}, },
{ {
@ -1911,7 +1940,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92984809
} }
}, },
{ {
@ -1970,7 +2000,8 @@
"theme": "charging_stations", "theme": "charging_stations",
"language": "en", "language": "en",
"theme-creator": "" "theme-creator": ""
} },
"id": 92982905
} }
}, },
{ {
@ -2029,7 +2060,8 @@
"theme": "charging_stations", "theme": "charging_stations",
"language": "en", "language": "en",
"theme-creator": "" "theme-creator": ""
} },
"id": 92973349
} }
}, },
{ {
@ -2088,7 +2120,8 @@
"theme": "charging_stations", "theme": "charging_stations",
"language": "en", "language": "en",
"theme-creator": "" "theme-creator": ""
} },
"id": 92967046
} }
}, },
{ {
@ -2147,7 +2180,8 @@
"theme": "benches", "theme": "benches",
"language": "en", "language": "en",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 92956134
} }
}, },
{ {
@ -2206,7 +2240,8 @@
"theme": "benches", "theme": "benches",
"language": "en", "language": "en",
"theme-creator": "Florian Edelmann" "theme-creator": "Florian Edelmann"
} },
"id": 92950532
} }
}, },
{ {
@ -2265,7 +2300,8 @@
"theme": "fritures", "theme": "fritures",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92941745
} }
}, },
{ {
@ -2329,7 +2365,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92909378
} }
}, },
{ {
@ -2393,7 +2430,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92883743
} }
}, },
{ {
@ -2451,7 +2489,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 92818838
} }
}, },
{ {
@ -2510,7 +2549,8 @@
"theme": "benches", "theme": "benches",
"language": "de", "language": "de",
"theme-creator": "" "theme-creator": ""
} },
"id": 92777556
} }
}, },
{ {
@ -2568,7 +2608,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 92776734
} }
}, },
{ {
@ -2644,7 +2685,8 @@
"theme": "shops", "theme": "shops",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92762566
} }
}, },
{ {
@ -2703,7 +2745,8 @@
"theme": "shops", "theme": "shops",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92675350
} }
}, },
{ {
@ -2762,7 +2805,8 @@
"theme": "wiki:MapComplete/Fritures", "theme": "wiki:MapComplete/Fritures",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92672486
} }
}, },
{ {
@ -2821,7 +2865,8 @@
"theme": "wiki:MapComplete/Fritures", "theme": "wiki:MapComplete/Fritures",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92672464
} }
}, },
{ {
@ -2880,7 +2925,8 @@
"theme": "benches", "theme": "benches",
"language": "de", "language": "de",
"theme-creator": "" "theme-creator": ""
} },
"id": 92655740
} }
}, },
{ {
@ -2939,7 +2985,8 @@
"theme": "toilets", "theme": "toilets",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92655413
} }
}, },
{ {
@ -2998,7 +3045,8 @@
"theme": "fietsstraten", "theme": "fietsstraten",
"language": "nl", "language": "nl",
"theme-creator": "MapComlete" "theme-creator": "MapComlete"
} },
"id": 92655353
} }
}, },
{ {
@ -3057,7 +3105,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92655156
} }
}, },
{ {
@ -3134,7 +3183,8 @@
"theme": "wiki:MapComplete/covid", "theme": "wiki:MapComplete/covid",
"language": "en", "language": "en",
"theme-creator": "" "theme-creator": ""
} },
"id": 92644570
} }
}, },
{ {
@ -3192,7 +3242,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 92629048
} }
}, },
{ {
@ -3251,7 +3302,8 @@
"theme": "nature", "theme": "nature",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92628414
} }
}, },
{ {
@ -3310,7 +3362,8 @@
"theme": "nature", "theme": "nature",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92626634
} }
}, },
{ {
@ -3369,7 +3422,8 @@
"theme": "nature", "theme": "nature",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92626511
} }
}, },
{ {
@ -3460,7 +3514,8 @@
"theme": "arbres", "theme": "arbres",
"language": "ca", "language": "ca",
"theme-creator": "" "theme-creator": ""
} },
"id": 92623504
} }
}, },
{ {
@ -3524,7 +3579,8 @@
"theme": "arbres", "theme": "arbres",
"language": "ca", "language": "ca",
"theme-creator": "" "theme-creator": ""
} },
"id": 92623044
} }
}, },
{ {
@ -3633,7 +3689,8 @@
"theme": "arbres", "theme": "arbres",
"language": "ca", "language": "ca",
"theme-creator": "" "theme-creator": ""
} },
"id": 92622358
} }
}, },
{ {
@ -3692,7 +3749,8 @@
"theme": "bookcases", "theme": "bookcases",
"language": "nl", "language": "nl",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92608270
} }
}, },
{ {
@ -3768,7 +3826,8 @@
"theme": "arbres", "theme": "arbres",
"language": "ca", "language": "ca",
"theme-creator": "" "theme-creator": ""
} },
"id": 92594805
} }
}, },
{ {
@ -3827,7 +3886,8 @@
"theme": "arbres", "theme": "arbres",
"language": "ca", "language": "ca",
"theme-creator": "" "theme-creator": ""
} },
"id": 92591880
} }
}, },
{ {
@ -3891,7 +3951,8 @@
"theme": "boomgaarden", "theme": "boomgaarden",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92480675
} }
}, },
{ {
@ -3950,7 +4011,8 @@
"theme": "skateparks", "theme": "skateparks",
"language": "en", "language": "en",
"theme-creator": "" "theme-creator": ""
} },
"id": 92451359
} }
}, },
{ {
@ -4009,7 +4071,8 @@
"theme": "fietsstraten", "theme": "fietsstraten",
"language": "nl", "language": "nl",
"theme-creator": "MapComlete" "theme-creator": "MapComlete"
} },
"id": 92451054
} }
}, },
{ {
@ -4068,7 +4131,8 @@
"theme": "aed", "theme": "aed",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92432289
} }
}, },
{ {
@ -4127,7 +4191,8 @@
"theme": "restaurants", "theme": "restaurants",
"language": "es", "language": "es",
"theme-creator": "" "theme-creator": ""
} },
"id": 92428732
} }
}, },
{ {
@ -4186,7 +4251,8 @@
"theme": "crossingtime", "theme": "crossingtime",
"language": "es", "language": "es",
"theme-creator": "" "theme-creator": ""
} },
"id": 92428636
} }
}, },
{ {
@ -4243,7 +4309,8 @@
"check_date": null, "check_date": null,
"metadata": { "metadata": {
"theme": "mcac_cyclofix" "theme": "mcac_cyclofix"
} },
"id": 92365914
} }
}, },
{ {
@ -4302,7 +4369,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92364775
} }
}, },
{ {
@ -4361,7 +4429,8 @@
"theme": "ghostbikes", "theme": "ghostbikes",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92364006
} }
}, },
{ {
@ -4420,7 +4489,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92315583
} }
}, },
{ {
@ -4479,7 +4549,8 @@
"theme": "bookcases", "theme": "bookcases",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92314448
} }
}, },
{ {
@ -4538,7 +4609,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92313828
} }
}, },
{ {
@ -4597,7 +4669,8 @@
"theme": "bookcases", "theme": "bookcases",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92304842
} }
}, },
{ {
@ -4656,7 +4729,8 @@
"theme": "artworks", "theme": "artworks",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92298874
} }
}, },
{ {
@ -4715,7 +4789,8 @@
"theme": "nature", "theme": "nature",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92279052
} }
}, },
{ {
@ -4774,7 +4849,8 @@
"theme": "shops", "theme": "shops",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92275261
} }
}, },
{ {
@ -4833,7 +4909,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "nl", "language": "nl",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92254992
} }
}, },
{ {
@ -4892,7 +4969,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "nl", "language": "nl",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92250660
} }
}, },
{ {
@ -4951,7 +5029,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "nl", "language": "nl",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92247398
} }
}, },
{ {
@ -5010,7 +5089,8 @@
"theme": "nature", "theme": "nature",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 92161174
} }
}, },
{ {
@ -5073,7 +5153,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 92049987
} }
}, },
{ {
@ -5136,7 +5217,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 92049678
} }
}, },
{ {
@ -5195,7 +5277,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 92026826
} }
}, },
{ {
@ -5258,7 +5341,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 92021465
} }
}, },
{ {
@ -5322,7 +5406,8 @@
"theme": "fietsstraten", "theme": "fietsstraten",
"language": "nl", "language": "nl",
"theme-creator": "MapComlete" "theme-creator": "MapComlete"
} },
"id": 92001085
} }
}, },
{ {
@ -5385,7 +5470,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 91974181
} }
}, },
{ {
@ -5444,7 +5530,8 @@
"theme": "crossingtime", "theme": "crossingtime",
"language": "es", "language": "es",
"theme-creator": "" "theme-creator": ""
} },
"id": 91940593
} }
}, },
{ {
@ -5503,7 +5590,8 @@
"theme": "klimbomen", "theme": "klimbomen",
"language": "nl", "language": "nl",
"theme-creator": "" "theme-creator": ""
} },
"id": 91937284
} }
}, },
{ {
@ -5566,7 +5654,8 @@
"metadata": { "metadata": {
"theme": "buurtnatuur", "theme": "buurtnatuur",
"theme-creator": "Pieter Vander Vennet" "theme-creator": "Pieter Vander Vennet"
} },
"id": 91936823
} }
}, },
{ {
@ -5625,7 +5714,8 @@
"theme": "crossingtime", "theme": "crossingtime",
"language": "es", "language": "es",
"theme-creator": "" "theme-creator": ""
} },
"id": 91928820
} }
}, },
{ {
@ -5684,7 +5774,8 @@
"theme": "artworks", "theme": "artworks",
"language": "nl", "language": "nl",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 91901760
} }
}, },
{ {
@ -5743,7 +5834,8 @@
"theme": "maps", "theme": "maps",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 91896505
} }
}, },
{ {
@ -5802,7 +5894,8 @@
"theme": "bookcases", "theme": "bookcases",
"language": "en", "language": "en",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 91896414
} }
}, },
{ {
@ -5861,7 +5954,8 @@
"theme": "artworks", "theme": "artworks",
"language": "nl", "language": "nl",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 91873200
} }
}, },
{ {
@ -5920,7 +6014,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "nl", "language": "nl",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 91820037
} }
}, },
{ {
@ -5978,7 +6073,8 @@
"metadata": { "metadata": {
"theme": "personal", "theme": "personal",
"language": "en" "language": "en"
} },
"id": 91817612
} }
}, },
{ {
@ -6037,7 +6133,8 @@
"theme": "cyclofix", "theme": "cyclofix",
"language": "fr", "language": "fr",
"theme-creator": "MapComplete" "theme-creator": "MapComplete"
} },
"id": 91816014
} }
} }
] ]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -26,7 +26,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85964427
} }
}, },
{ {
@ -81,7 +82,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85964426
} }
}, },
{ {
@ -136,7 +138,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85964318
} }
}, },
{ {
@ -191,7 +194,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85964229
} }
}, },
{ {
@ -220,7 +224,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85961402
} }
}, },
{ {
@ -249,7 +254,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85961401
} }
}, },
{ {
@ -278,7 +284,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85961400
} }
}, },
{ {
@ -333,7 +340,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85961398
} }
}, },
{ {
@ -388,7 +396,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85959748
} }
}, },
{ {
@ -443,7 +452,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85959295
} }
}, },
{ {
@ -498,7 +508,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85959134
} }
}, },
{ {
@ -553,7 +564,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85959077
} }
}, },
{ {
@ -608,7 +620,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85914046
} }
}, },
{ {
@ -663,7 +676,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85912330
} }
}, },
{ {
@ -718,7 +732,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85911841
} }
}, },
{ {
@ -773,7 +788,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85907088
} }
}, },
{ {
@ -828,7 +844,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85906742
} }
}, },
{ {
@ -857,7 +874,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85906674
} }
}, },
{ {
@ -886,7 +904,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85906630
} }
}, },
{ {
@ -915,7 +934,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85906563
} }
}, },
{ {
@ -944,7 +964,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85906489
} }
}, },
{ {
@ -973,7 +994,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85906408
} }
}, },
{ {
@ -1002,7 +1024,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85906342
} }
}, },
{ {
@ -1057,7 +1080,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85905687
} }
}, },
{ {
@ -1112,7 +1136,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85905503
} }
}, },
{ {
@ -1141,7 +1166,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85905476
} }
}, },
{ {
@ -1196,7 +1222,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85903433
} }
}, },
{ {
@ -1225,7 +1252,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85903409
} }
}, },
{ {
@ -1254,7 +1282,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85903300
} }
}, },
{ {
@ -1328,7 +1357,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856178
} }
}, },
{ {
@ -1362,7 +1392,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856175
} }
}, },
{ {
@ -1396,7 +1427,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856166
} }
}, },
{ {
@ -1430,7 +1462,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856160
} }
}, },
{ {
@ -1464,7 +1497,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856151
} }
}, },
{ {
@ -1498,7 +1532,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856121
} }
}, },
{ {
@ -1532,7 +1567,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856110
} }
}, },
{ {
@ -1566,7 +1602,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856101
} }
}, },
{ {
@ -1600,7 +1637,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856094
} }
}, },
{ {
@ -1634,7 +1672,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856093
} }
}, },
{ {
@ -1668,7 +1707,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 85856075
} }
} }
] ]

View file

@ -52,7 +52,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87286866
} }
}, },
{ {
@ -107,7 +108,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87264737
} }
}, },
{ {
@ -162,7 +164,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87264569
} }
}, },
{ {
@ -217,7 +220,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87264563
} }
}, },
{ {
@ -277,7 +281,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87253999
} }
}, },
{ {
@ -337,7 +342,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87253996
} }
}, },
{ {
@ -397,7 +403,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87253990
} }
}, },
{ {
@ -457,7 +464,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87253944
} }
}, },
{ {
@ -512,7 +520,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87235839
} }
}, },
{ {
@ -567,7 +576,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87230232
} }
}, },
{ {
@ -622,7 +632,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87230226
} }
}, },
{ {
@ -677,7 +688,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87230201
} }
}, },
{ {
@ -732,7 +744,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87108706
} }
}, },
{ {
@ -787,7 +800,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87108693
} }
}, },
{ {
@ -842,7 +856,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87108359
} }
}, },
{ {
@ -897,7 +912,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87079924
} }
}, },
{ {
@ -952,7 +968,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87052122
} }
}, },
{ {
@ -1007,7 +1024,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87052051
} }
}, },
{ {
@ -1062,7 +1080,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87051299
} }
}, },
{ {
@ -1117,7 +1136,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87051253
} }
}, },
{ {
@ -1172,7 +1192,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 87051238
} }
}, },
{ {
@ -1227,7 +1248,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86882190
} }
}, },
{ {
@ -1282,7 +1304,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86831904
} }
}, },
{ {
@ -1337,7 +1360,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86515326
} }
}, },
{ {
@ -1392,7 +1416,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86514904
} }
}, },
{ {
@ -1447,7 +1472,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86486597
} }
}, },
{ {
@ -1502,7 +1528,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86481535
} }
}, },
{ {
@ -1557,7 +1584,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86481488
} }
}, },
{ {
@ -1612,7 +1640,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86480505
} }
}, },
{ {
@ -1667,7 +1696,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86479916
} }
}, },
{ {
@ -1722,7 +1752,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266570
} }
}, },
{ {
@ -1777,7 +1808,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266568
} }
}, },
{ {
@ -1806,7 +1838,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266565
} }
}, },
{ {
@ -1861,7 +1894,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266562
} }
}, },
{ {
@ -1890,7 +1924,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266554
} }
}, },
{ {
@ -1945,7 +1980,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266553
} }
}, },
{ {
@ -1974,7 +2010,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266546
} }
}, },
{ {
@ -2029,7 +2066,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266545
} }
}, },
{ {
@ -2084,7 +2122,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266534
} }
}, },
{ {
@ -2139,7 +2178,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266520
} }
}, },
{ {
@ -2194,7 +2234,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266517
} }
}, },
{ {
@ -2249,7 +2290,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266513
} }
}, },
{ {
@ -2304,7 +2346,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266494
} }
}, },
{ {
@ -2359,7 +2402,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266488
} }
}, },
{ {
@ -2414,7 +2458,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266479
} }
}, },
{ {
@ -2469,7 +2514,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266464
} }
}, },
{ {
@ -2524,7 +2570,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266458
} }
}, },
{ {
@ -2579,7 +2626,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266456
} }
}, },
{ {
@ -2634,7 +2682,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266446
} }
}, },
{ {
@ -2689,7 +2738,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266445
} }
}, },
{ {
@ -2744,7 +2794,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266428
} }
}, },
{ {
@ -2773,7 +2824,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266403
} }
}, },
{ {
@ -2828,7 +2880,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266402
} }
}, },
{ {
@ -2857,7 +2910,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266386
} }
}, },
{ {
@ -2912,7 +2966,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266383
} }
}, },
{ {
@ -2941,7 +2996,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266377
} }
}, },
{ {
@ -2996,7 +3052,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266376
} }
}, },
{ {
@ -3025,7 +3082,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266364
} }
}, },
{ {
@ -3080,7 +3138,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266356
} }
}, },
{ {
@ -3135,7 +3194,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266349
} }
}, },
{ {
@ -3190,7 +3250,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266343
} }
}, },
{ {
@ -3245,7 +3306,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266341
} }
}, },
{ {
@ -3274,7 +3336,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266340
} }
}, },
{ {
@ -3329,7 +3392,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266332
} }
}, },
{ {
@ -3358,7 +3422,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266321
} }
}, },
{ {
@ -3413,7 +3478,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266243
} }
}, },
{ {
@ -3468,7 +3534,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266219
} }
}, },
{ {
@ -3523,7 +3590,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266213
} }
}, },
{ {
@ -3578,7 +3646,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266204
} }
}, },
{ {
@ -3633,7 +3702,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266170
} }
}, },
{ {
@ -3688,7 +3758,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86266147
} }
}, },
{ {
@ -3743,7 +3814,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265999
} }
}, },
{ {
@ -3798,7 +3870,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265929
} }
}, },
{ {
@ -3853,7 +3926,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265868
} }
}, },
{ {
@ -3908,7 +3982,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265830
} }
}, },
{ {
@ -3963,7 +4038,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265829
} }
}, },
{ {
@ -4018,7 +4094,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265824
} }
}, },
{ {
@ -4073,7 +4150,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265819
} }
}, },
{ {
@ -4128,7 +4206,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265813
} }
}, },
{ {
@ -4183,7 +4262,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265807
} }
}, },
{ {
@ -4212,7 +4292,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265797
} }
}, },
{ {
@ -4241,7 +4322,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265796
} }
}, },
{ {
@ -4270,7 +4352,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265792
} }
}, },
{ {
@ -4299,7 +4382,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265790
} }
}, },
{ {
@ -4328,7 +4412,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265787
} }
}, },
{ {
@ -4357,7 +4442,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265781
} }
}, },
{ {
@ -4386,7 +4472,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265776
} }
}, },
{ {
@ -4415,7 +4502,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265769
} }
}, },
{ {
@ -4444,7 +4532,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265765
} }
}, },
{ {
@ -4473,7 +4562,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265760
} }
}, },
{ {
@ -4502,7 +4592,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265753
} }
}, },
{ {
@ -4531,7 +4622,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265750
} }
}, },
{ {
@ -4560,7 +4652,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265748
} }
}, },
{ {
@ -4589,7 +4682,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265742
} }
}, },
{ {
@ -4618,7 +4712,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265738
} }
}, },
{ {
@ -4647,7 +4742,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86265734
} }
}, },
{ {
@ -4702,7 +4798,8 @@
"harmful": null, "harmful": null,
"checked": false, "checked": false,
"check_date": null, "check_date": null,
"metadata": {} "metadata": {},
"id": 86064773
} }
} }
] ]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff