better metadata processing

This commit is contained in:
randogoth 2025-02-28 13:53:15 +02:00
parent 040f592ca2
commit d58008caef
3 changed files with 327 additions and 11 deletions

287
assets/map.json Normal file
View file

@ -0,0 +1,287 @@
{
"abandoned": {
"historic": "ruins",
"landuse": "abandoned",
"railway": [
"abandoned",
"disused"
]
},
"airfield": {
"aeroway": true
},
"archeologic": {
"historic": "archaeological_site"
},
"beach": {
"natural": [
"beach",
"coastline",
"shingle",
"shoal"
]
},
"border": {
"boundary": [
"border_zone",
"disputed"
]
},
"bush": {
"natural": [
"scrub",
"shrubbery"
]
},
"cemetery": {
"landuse": [
"cemetery",
"grave_yard",
"graveyard"
]
},
"commercial": {
"landuse": [
"commercial",
"retail"
]
},
"construction": {
"landuse": [
"brownfield",
"construction"
],
"railway": "construction"
},
"farmland": {
"landuse": [
"agricultural",
"agriculture",
"animal_keeping",
"farmland",
"farmyard",
"greenhouse_horticulture",
"orchard",
"paddy",
"plant_nursery",
"vineyard"
],
"place": [
"farm",
"plot"
]
},
"forest": {
"boundary": "forest",
"landuse": [
"forest",
"forestry",
"logging"
],
"natural": [
"tree_row",
"wood"
],
"place": "woodland"
},
"fort": {
"historic": [
"castle_crush",
"castle_wall",
"castle",
"fort"
]
},
"grassland": {
"landuse": [
"clearing",
"grass",
"grassland",
"green",
"greenfield",
"meadow",
"pasture"
],
"natural": [
"grassland",
"heath",
"tundra"
]
},
"greenery": {
"landuse": "greenery"
},
"hazard": {
"boundary": "hazard",
"geological": "sinkhole"
},
"history": {
"historic": [
"aqueduct",
"battlefield",
"citywalls",
"yes"
]
},
"industrial": {
"landuse": "industrial",
"power": "plant"
},
"island": {
"place": [
"island",
"islet"
]
},
"landfill": {
"landuse": "landfill"
},
"lithic": {
"geological": [
"columnar_jointing",
"dyke",
"glacial_erratic",
"hoodoo",
"inselberg",
"limestone_pavement",
"monocline",
"moraine",
"outcrop",
"pingo",
"tor"
],
"landuse": "quarry",
"natural": [
"bare_rock",
"scree",
"stone"
]
},
"meteor": {
"geological": "meteor_crater"
},
"military": {
"landuse": "military",
"military": [
"airfield",
"barracks",
"base",
"bunker",
"danger_area",
"nuclear_explosion_site",
"range",
"training_area"
]
},
"park": {
"boundary": "national_park",
"landuse": [
"park",
"village_green"
],
"leisure": [
"dog_park",
"garden",
"park"
]
},
"protected": {
"boundary": [
"aboriginal_lands",
"protected_area"
],
"landuse": "conservation",
"leisure": "nature_reserve"
},
"railway": {
"landuse": "railway",
"railway": "rail"
},
"recreation": {
"landuse": [
"playground",
"recreation_ground",
"recreation"
],
"leisure": [
"miniature_gold",
"playground",
"water_park"
]
},
"residential": {
"landuse": [
"allotments",
"residential"
]
},
"spiritual": {
"historic": [
"church",
"mosque",
"temple"
],
"landuse": [
"churchyard",
"religious"
]
},
"sports": {
"landuse": "winter_sports",
"sport": [
"bmx",
"golf",
"paintball",
"skateboard",
"skiing",
"speedway",
"tennis"
]
},
"tourism": {
"tourism": [
"attraction",
"yes"
]
},
"volcano": {
"geological": [
"volcanic_caldera_rim",
"volcanic_lava_field",
"volcanic_vent"
],
"natural": "volcano"
},
"wasteland": {
"landuse": "wasteland",
"natural": [
"desert",
"mud",
"sand"
]
},
"water": {
"landuse": [
"basin",
"reservoir",
"salt_pond"
],
"natural": [
"strait",
"water",
"wetland"
],
"place": [
"ocean",
"sea"
],
"water": true,
"waterway": [
"river",
"stream",
"tidal_channel",
"canal",
"fairway"
]
}
}