Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
KOSMIndoorMap
Commits
7b0d0fad
Commit
7b0d0fad
authored
Nov 24, 2022
by
Volker Krause
Browse files
Detect another staircase tagging variant
parent
18faa109
Pipeline
#274689
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/map-quick/floorlevelchangemodel.cpp
View file @
7b0d0fad
...
...
@@ -137,7 +137,8 @@ bool FloorLevelChangeModel::isLevelChangeElement(OSM::Element element) const
||
element
.
tagValue
(
"building"
)
==
"elevator"
||
element
.
tagValue
(
"room"
)
==
"elevator"
||
element
.
tagValue
(
"levelpart"
)
==
"elevator_platform"
||
(
!
element
.
tagValue
(
"indoor"
).
isEmpty
()
&&
element
.
tagValue
(
"stairs"
)
==
"yes"
);
||
(
!
element
.
tagValue
(
"indoor"
).
isEmpty
()
&&
element
.
tagValue
(
"stairs"
)
==
"yes"
)
||
element
.
tagValue
(
"room"
)
==
"stairs"
;
}
void
FloorLevelChangeModel
::
appendFloorLevel
(
int
level
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment