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
66f4d648
Commit
66f4d648
authored
Dec 01, 2022
by
Volker Krause
Browse files
Fix naming of synthetic nodes for airport gates
parent
2929cf3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/map/content/gatemodel.cpp
View file @
66f4d648
...
...
@@ -120,7 +120,7 @@ void GateModel::populateModel()
gate
.
sourceElement
=
e
;
gate
.
node
=
*
e
.
node
();
gate
.
node
.
id
=
m_data
.
dataSet
().
nextInternalId
();
OSM
::
setTagValue
(
gate
.
node
,
m_data
.
dataSet
().
tagKey
(
"name"
),
"TODO"
);
OSM
::
setTagValue
(
gate
.
node
,
m_data
.
dataSet
().
tagKey
(
"name"
),
gate
.
name
.
toUtf8
()
);
gate
.
level
=
(
*
it
).
first
.
numericLevel
();
m_gates
.
push_back
(
gate
);
}
...
...
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