Skip to content
GitLab
Menu
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
eb29b816
Commit
eb29b816
authored
Dec 23, 2020
by
Volker Krause
Browse files
Fix tag name typo
parent
07ac96a6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/map/content/equipmentmodel.cpp
View file @
eb29b816
...
...
@@ -59,7 +59,7 @@ void EquipmentModel::setMapData(const MapData &data)
if
(
!
m_data
.
isEmpty
())
{
m_tagKeys
.
building
=
m_data
.
dataSet
().
tagKey
(
"building"
);
m_tagKeys
.
buildling_part
=
m_data
.
dataSet
().
tagKey
(
"build
l
ing:part"
);
m_tagKeys
.
buildling_part
=
m_data
.
dataSet
().
tagKey
(
"building:part"
);
m_tagKeys
.
conveying
=
m_data
.
dataSet
().
tagKey
(
"conveying"
);
m_tagKeys
.
elevator
=
m_data
.
dataSet
().
tagKey
(
"elevator"
);
m_tagKeys
.
highway
=
m_data
.
dataSet
().
tagKey
(
"highway"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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