File tree Expand file tree Collapse file tree 4 files changed +75
-0
lines changed
Expand file tree Collapse file tree 4 files changed +75
-0
lines changed Original file line number Diff line number Diff line change 22 "icon" : " temaki-climbing" ,
33 "name" : " Climbing Features" ,
44 "members" : [
5+ " climbing/route" ,
6+ " climbing/route_bottom" ,
57 " climbing/crag" ,
8+ " type/route/climbing" ,
69 " type/site/climbing/crag" ,
710 " type/site/climbing/area"
811 ]
Original file line number Diff line number Diff line change 2020 " type/route/pipeline" ,
2121 " type/route/detour" ,
2222 " type/route_master" ,
23+ " type/route/climbing" ,
2324 " type/route"
2425 ]
2526}
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-climbing" ,
3+ "geometry" : [
4+ " line" ,
5+ " point"
6+ ],
7+ "fields" : [
8+ " {climbing/route_bottom}"
9+ ],
10+ "moreFields" : [
11+ " {climbing/route_bottom}"
12+ ],
13+ "terms" : [
14+ " boulder problem" ,
15+ " climb" ,
16+ " climbing" ,
17+ " rock climbing" ,
18+ " rock climbing route" ,
19+ " sport climbing"
20+ ],
21+ "tags" : {
22+ "climbing" : " route"
23+ },
24+ "addTags" : {
25+ "climbing" : " route" ,
26+ "sport" : " climbing"
27+ },
28+ "name" : " Climbing Route" ,
29+ "aliases" : [
30+ " Boulder Problem" ,
31+ " Climb"
32+ ]
33+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-climbing" ,
3+ "geometry" : [
4+ " relation"
5+ ],
6+ "fields" : [
7+ " {climbing/route_bottom}"
8+ ],
9+ "moreFields" : [
10+ " {climbing/route_bottom}"
11+ ],
12+ "terms" : [
13+ " climb" ,
14+ " climbing" ,
15+ " rock climbing" ,
16+ " rock climbing route" ,
17+ " mountain climbing"
18+ ],
19+ "tags" : {
20+ "type" : " route" ,
21+ "route" : " climbing"
22+ },
23+ "addTags" : {
24+ "climbing" : " route" ,
25+ "route" : " climbing" ,
26+ "sport" : " climbing" ,
27+ "type" : " route"
28+ },
29+ "reference" : {
30+ "key" : " climbing" ,
31+ "value" : " route"
32+ },
33+ "name" : " Climbing Route" ,
34+ "aliases" : [
35+ " Climb" ,
36+ " Mountaineering Route"
37+ ]
38+ }
You can’t perform that action at this time.
0 commit comments