mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
Add Mobile Home Park preset (#696)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "temaki-manufactured_home",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"residential": "trailer_park"
|
||||
},
|
||||
"addTags": {
|
||||
"landuse": "residential",
|
||||
"residential": "trailer_park"
|
||||
},
|
||||
"reference": {
|
||||
"key": "residential",
|
||||
"value": "trailer_park"
|
||||
},
|
||||
"terms": [
|
||||
"caravan park",
|
||||
"manufactured home community",
|
||||
"trailer park"
|
||||
],
|
||||
"name": "Mobile Home Park"
|
||||
}
|
||||
Reference in New Issue
Block a user