downgrade neighbourhoods and landuses

Neighbourhoods shoud be below a quarter hierarchically speaking, so
downgrade them a bit. Consider named landuses the area form of a
meighbourhood and put it at the same level.
This commit is contained in:
Sarah Hoffmann
2025-09-11 10:20:33 +02:00
parent a049569020
commit 433c40cd68

View File

@@ -21,8 +21,8 @@
"croft" : 20,
"subdivision" : 22,
"allotments" : 22,
"neighbourhood" : 22,
"quarter" : 22,
"neighbourhood" : 24,
"quarter" : [20, 22],
"isolated_dwelling" : [22, 25],
"farm" : [22, 25],
"city_block" : 25,
@@ -48,14 +48,14 @@
"" : [25, 0]
},
"landuse" : {
"residential" : 22,
"farm" : 22,
"farmyard" : 22,
"industrial" : 22,
"commercial" : 22,
"allotments" : 22,
"retail" : 22,
"" : [22, 0]
"residential" : 24,
"farm" : 24,
"farmyard" : 24,
"industrial" : 24,
"commercial" : 24,
"allotments" : 24,
"retail" : 24,
"" : [24, 0]
},
"leisure" : {
"park" : [24, 0]
@@ -245,9 +245,6 @@
"administrative9" : 20,
"administrative10" : 22,
"administrative11" : 24
},
"place" : {
"neighbourhood" : 24
}
}
}