Add operator, manufacturer, and dog field to elevator and escalator presets (close #62)

This commit is contained in:
Quincy Morgan 2020-11-25 15:37:50 -05:00
parent 0082fabe53
commit 49f4eeb174
2 changed files with 6 additions and 0 deletions

View file

@ -2,12 +2,15 @@
"icon": "temaki-elevator",
"fields": [
"ref",
"operator",
"level_semi",
"access_simple",
"wheelchair",
"maxweight"
],
"moreFields": [
"dog",
"manufacturer",
"maxheight",
"opening_hours",
"opening_hours/covid19"

View file

@ -10,7 +10,10 @@
],
"moreFields": [
"{highway/steps}",
"dog",
"handrail",
"operator",
"manufacturer",
"step_count",
"surface"
],