-
Notifications
You must be signed in to change notification settings - Fork 252
Add more barrier presets #506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
62e1cc7
f88a1b9
57721eb
2ace6ff
2e4f6ba
536a8ee
3780657
bb8c053
3bf81f8
0117fa8
2cccadf
87e795f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "key": "barrier", | ||
| "type": "defaultCheck", | ||
| "label": "Barrier", | ||
| "geometry": [ | ||
| "vertex" | ||
| ], | ||
| "strings": { | ||
| "options": { | ||
| "undefined": "No", | ||
| "planter": "Yes" | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "key": "maxwidth", | ||
| "type": "roadheight", | ||
| "label": "Max Width", | ||
| "snake_case": false | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "icon": "maki-roadblock", | ||
| "geometry": [ | ||
| "line" | ||
| ], | ||
| "tags": { | ||
| "barrier": "ditch" | ||
| }, | ||
| "name": "Ditch", | ||
| "searchable": false | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "icon": "temaki-railing", | ||
| "geometry": [ | ||
| "line" | ||
| ], | ||
| "tags": { | ||
| "barrier": "handrail" | ||
| }, | ||
| "name": "Handrail", | ||
| "searchable": false | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "icon": "maki-roadblock", | ||
| "fields": [ | ||
| "access" | ||
| ], | ||
| "geometry": [ | ||
| "vertex", | ||
| "line" | ||
| ], | ||
| "tags": { | ||
| "barrier": "log" | ||
| }, | ||
| "name": "Fallen Tree", | ||
| "searchable": false | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "icon": "maki-garden", | ||
| "fields": [ | ||
| "access", | ||
| "material" | ||
| ], | ||
| "geometry": [ | ||
| "vertex" | ||
| ], | ||
| "tags": { | ||
| "barrier": "planter", | ||
| "man_made": "planter" | ||
| }, | ||
| "name": "Planter (Barrier)", | ||
| "searchable": false | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "icon": "maki-roadblock", | ||
| "fields": [ | ||
| "access" | ||
| ], | ||
| "geometry": [ | ||
| "vertex" | ||
| ], | ||
| "terms": [ | ||
| "drive-through gate" | ||
| ], | ||
| "tags": { | ||
| "barrier": "bump_gate" | ||
| }, | ||
| "name": "Bump Gate" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "icon": "maki-roadblock", | ||
| "fields": [ | ||
| "access" | ||
| ], | ||
| "moreFields": [ | ||
| "maxwidth" | ||
| ], | ||
| "geometry": [ | ||
| "vertex" | ||
| ], | ||
| "terms": [ | ||
| "car trap" | ||
| ], | ||
| "tags": { | ||
| "barrier": "bus_trap" | ||
| }, | ||
| "name": "Bus Trap" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "icon": "maki-roadblock", | ||
| "fields": [ | ||
| "height", | ||
| "material" | ||
| ], | ||
| "geometry": [ | ||
| "line" | ||
| ], | ||
| "tags": { | ||
| "barrier": "cable_barrier" | ||
| }, | ||
| "terms": [ | ||
| "guard cable", | ||
| "wire rope safety barrier" | ||
| ], | ||
| "name": "Cable Barrier" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "icon": "maki-roadblock", | ||
| "fields": [ | ||
| "access" | ||
| ], | ||
| "geometry": [ | ||
| "vertex" | ||
| ], | ||
| "terms": [ | ||
| "baffle gate", | ||
| "turnstyle" | ||
| ], | ||
| "tags": { | ||
| "barrier": "full-height_turnstile" | ||
| }, | ||
| "name": "Full-height Turnstile" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "icon": "temaki-gate", | ||
| "fields": [ | ||
| "access" | ||
| ], | ||
| "geometry": [ | ||
| "vertex" | ||
| ], | ||
| "tags": { | ||
| "barrier": "hampshire_gate" | ||
| }, | ||
| "terms": [ | ||
| "new zealand gate", | ||
| "wire gate" | ||
| ], | ||
| "name": "Hampshire Gate" | ||
|
arch0345 marked this conversation as resolved.
arch0345 marked this conversation as resolved.
|
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| { | ||
| "icon": "maki-roadblock", | ||
| "fields": [ | ||
| "height", | ||
| "material" | ||
| ], | ||
| "moreFields": [ | ||
| "access" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "line" | ||
| ], | ||
| "tags": { | ||
| "barrier": "jersey_barrier" | ||
| }, | ||
| "terms": [ | ||
| "concrete median", | ||
| "concrete barrier", | ||
| "constant-slope barrier", | ||
| "f-shape barrier", | ||
| "k-rail", | ||
| "median", | ||
| "new jersey wall", | ||
| "ontario tall wall", | ||
| "plastic barrier" | ||
| ], | ||
| "name": "Jersey Barrier" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "icon": "maki-roadblock", | ||
| "fields": [ | ||
| "access" | ||
| ], | ||
|
arch0345 marked this conversation as resolved.
|
||
| "moreFields": [ | ||
| "wheelchair" | ||
| ], | ||
| "geometry": [ | ||
| "vertex" | ||
| ], | ||
| "tags": { | ||
| "barrier": "motorcycle_barrier" | ||
| }, | ||
| "name": "Motorcycle Barrier" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "icon": "temaki-rope_fence", | ||
| "fields": [ | ||
| "access" | ||
| ], | ||
| "geometry": [ | ||
| "vertex", | ||
| "line" | ||
| ], | ||
| "tags": { | ||
| "barrier": "rope" | ||
| }, | ||
| "name": "Rope Fence" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "icon": "temaki-gate", | ||
| "geometry": [ | ||
| "vertex", | ||
| "line" | ||
| ], | ||
| "fields": [ | ||
| "access" | ||
| ], | ||
| "moreFields": [ | ||
| "entrance" | ||
| ], | ||
| "tags": { | ||
| "barrier": "wicket_gate" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this tag refer to the way the gate is constructed (small), its purpose (pedestrian access), or its location (secondary), or some combination? I’m finding the preset difficult to translate due to this ambiguity.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As far as I understand, the term refers only to a secondary gate for pedestrians near (or in1) a larger gate. Footnotes
|
||
| }, | ||
| "name": "Wicket Gate" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "icon": "maki-garden", | ||
| "geometry": [ | ||
| "point", | ||
| "vertex", | ||
| "area" | ||
| ], | ||
| "fields": [ | ||
| "material", | ||
| "barrier_planter" | ||
| ], | ||
| "tags": { | ||
| "man_made": "planter" | ||
| }, | ||
| "matchScore": 0.9, | ||
| "name": "Planter" | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.