Skip to content

Commit

Permalink
add preset for highway=ladder (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
qugebert authored Mar 14, 2024
1 parent 619ef9d commit 183cf30
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,10 @@
"old": {"highway": "ford"},
"replace": {"ford": "*"}
},
{
"old": {"highway": "path", "ladder": "yes"},
"replace": {"highway": "ladder"}
},
{
"old": {"highway": "platform"},
"replace": {"highway": "platform", "public_transport": "platform"}
Expand Down
31 changes: 31 additions & 0 deletions data/presets/highway/ladder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"icon": "temaki-crossing_markings-ladder",
"fields": [
"name",
"incline_steps",
"access_simple",
"handrail",
"step_count",
"material",
"width",
"height"
],
"moreFields": [
"covered_no",
"level_semi",
"lit",
"oneway",
"ref"
],
"geometry": [
"vertex",
"line"
],
"tags": {
"highway": "ladder"
},
"terms": [
"ladder"
],
"name": "Ladder"
}

0 comments on commit 183cf30

Please sign in to comment.