File tree Expand file tree Collapse file tree 6 files changed +119
-26
lines changed
Expand file tree Collapse file tree 6 files changed +119
-26
lines changed Original file line number Diff line number Diff line change 21032103 {
21042104 "old" : {"cycleway:left" : " opposite" },
21052105 "replace" : {"oneway:bicycle" : " no" , "cycleway:left" : " no" }
2106+ },
2107+ {
2108+ "old" : {"man_made" : " torii" },
2109+ "replace" : {"man_made" : " ceremonial_gate" , "ceremonial_gate" : " torii" }
2110+ },
2111+ {
2112+ "old" : {"man_made" : " paifang" },
2113+ "replace" : {"man_made" : " ceremonial_gate" , "ceremonial_gate" : " paifang" }
21062114 }
21072115]
Original file line number Diff line number Diff line change 1+ {
2+ "key" : " ceremonial_gate" ,
3+ "type" : " combo" ,
4+ "label" : " Type" ,
5+ "strings" : {
6+ "options" : {
7+ "torii" : " Torii" ,
8+ "paifang" : " Paifang" ,
9+ "hongsalmun" : " Hongsalmun" ,
10+ "iljumun" : " Iljumun"
11+ }
12+ }
13+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " fas-archway" ,
3+ "fields" : [
4+ " ceremonial_gate" ,
5+ " height" ,
6+ " material" ,
7+ " religion"
8+ ],
9+ "moreFields" : [
10+ " name" ,
11+ " inscription" ,
12+ " operator" ,
13+ " access" ,
14+ " ref" ,
15+ " lit"
16+ ],
17+ "geometry" : [
18+ " point" ,
19+ " vertex" ,
20+ " line" ,
21+ " area"
22+ ],
23+ "terms" : [
24+ " arch" ,
25+ " gate" ,
26+ " paifang" ,
27+ " torii"
28+ ],
29+ "tags" : {
30+ "man_made" : " ceremonial_gate"
31+ },
32+ "name" : " Ceremonial Gate"
33+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " roentgen-city_gate" ,
3+ "fields" : [
4+ " {man_made/ceremonial_gate}"
5+ ],
6+ "moreFields" : [
7+ " {man_made/ceremonial_gate}"
8+ ],
9+ "geometry" : [
10+ " point" ,
11+ " vertex" ,
12+ " line" ,
13+ " area"
14+ ],
15+ "terms" : [
16+ " chinese gate" ,
17+ " paifong" ,
18+ " pailau" ,
19+ " pailou" ,
20+ " shanmen"
21+ ],
22+ "tags" : {
23+ "ceremonial_gate" : " paifang"
24+ },
25+ "addTags" : {
26+ "man_made" : " ceremonial_gate" ,
27+ "ceremonial_gate" : " paifang"
28+ },
29+ "reference" : {
30+ "key" : " ceremonial_gate" ,
31+ "value" : " paifang"
32+ },
33+ "name" : " Paifang"
34+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-shinto" ,
3+ "fields" : [
4+ " {man_made/ceremonial_gate}" ,
5+ " colour"
6+ ],
7+ "moreFields" : [
8+ " {man_made/ceremonial_gate}"
9+ ],
10+ "geometry" : [
11+ " point" ,
12+ " vertex" ,
13+ " line"
14+ ],
15+ "terms" : [
16+ " Japanese gate" ,
17+ " Shinto shrine"
18+ ],
19+ "tags" : {
20+ "ceremonial_gate" : " torii"
21+ },
22+ "addTags" : {
23+ "man_made" : " ceremonial_gate" ,
24+ "ceremonial_gate" : " torii"
25+ },
26+ "reference" : {
27+ "key" : " ceremonial_gate" ,
28+ "value" : " torii"
29+ },
30+ "name" : " Torii"
31+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments