Skip to content
Merged
8 changes: 8 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -2103,5 +2103,13 @@
{
"old": {"cycleway:left": "opposite"},
"replace": {"oneway:bicycle": "no", "cycleway:left": "no"}
},
{
"old": {"man_made": "torii"},
"replace": {"man_made": "ceremonial_gate", "ceremonial_gate": "torii"}
},
{
"old": {"man_made": "paifang"},
"replace": {"man_made": "ceremonial_gate", "ceremonial_gate": "paifang"}
}
]
13 changes: 13 additions & 0 deletions data/fields/ceremonial_gate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"key": "ceremonial_gate",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"torii": "Torii",
"paifang": "Paifang",
"hongsalmun": "Hongsalmun",
"iljumun": "Iljumun"
}
}
}
33 changes: 33 additions & 0 deletions data/presets/man_made/ceremonial_gate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"icon": "fas-archway",
"fields": [
"ceremonial_gate",
"height",
"material",
"religion"
],
"moreFields": [
"name",
"inscription",
"operator",
"access",
"ref",
"lit"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"terms": [
"arch",
"gate",
"paifang",
"torii"
],
"tags": {
"man_made": "ceremonial_gate"
},
"name": "Ceremonial Gate"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: I was considering if this should be "Ceremonial Gate (unspecified)" (related to #1706) but the example table at https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dceremonial_gate suggest that this there is no specific tagging for other gate types, yet so they should just have this generic name, I think.

}
34 changes: 34 additions & 0 deletions data/presets/man_made/ceremonial_gate/paifang.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"icon": "roentgen-city_gate",
"fields": [
"{man_made/ceremonial_gate}"
],
"moreFields": [
"{man_made/ceremonial_gate}"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"terms": [
"chinese gate",
"paifong",
"pailau",
"pailou",
"shanmen"
],
"tags": {
"ceremonial_gate": "paifang"
},
"addTags": {
"man_made": "ceremonial_gate",
"ceremonial_gate": "paifang"
},
"reference": {
"key": "ceremonial_gate",
"value": "paifang"
},
"name": "Paifang"
}
31 changes: 31 additions & 0 deletions data/presets/man_made/ceremonial_gate/torii.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"icon": "temaki-shinto",
"fields": [
"{man_made/ceremonial_gate}",
"colour"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So colour is only relevant here? Just curious of to why…

],
"moreFields": [
"{man_made/ceremonial_gate}"
],
"geometry": [
"point",
"vertex",
"line"
],
"terms": [
"Japanese gate",
"Shinto shrine"
],
"tags": {
"ceremonial_gate": "torii"
},
"addTags": {
"man_made": "ceremonial_gate",
Comment thread
novolife marked this conversation as resolved.
"ceremonial_gate": "torii"
},
"reference": {
"key": "ceremonial_gate",
"value": "torii"
},
"name": "Torii"
}
26 changes: 0 additions & 26 deletions data/presets/man_made/torii.json

This file was deleted.