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
eb1e1f70
Commit
eb1e1f70
authored
Oct 15, 2021
by
Volker Krause
Browse files
Add styling for tourism=gallery
parent
f3fe9bb0
Pipeline
#89009
passed with stage
in 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/map-quick/osmelementinformationmodel_data.cpp
View file @
eb1e1f70
...
...
@@ -65,6 +65,7 @@ static constexpr const ValueMapEntry amenity_map[] = {
{
"food_court"
,
I18N_NOOP2
(
"OSM::amenity/shop"
,
"Food Court"
)
},
{
"fountain"
,
I18N_NOOP2
(
"OSM::amenity/shop"
,
"Fountain"
)
},
{
"furniture"
,
I18N_NOOP2
(
"OSM::amenity/shop"
,
"Furniture"
)
},
{
"gallery"
,
I18N_NOOP2
(
"OSM::amenity/shop"
,
"Gallery"
)
},
{
"garden_centre"
,
I18N_NOOP2
(
"OSM::amenity/shop"
,
"Garden Center"
)
},
{
"gift"
,
I18N_NOOP2
(
"OSM::amenity/shop"
,
"Gift Shop"
)
},
{
"greengrocer"
,
I18N_NOOP2
(
"OSM::amenity/shop"
,
"Greengrocer"
)
},
...
...
src/map/assets/css/breeze-common.mapcss
View file @
eb1e1f70
...
...
@@ -751,6 +751,12 @@ node|z19- [vending=parking_tickets]
icon-image: tourism;
set .amenity;
}
*|z19- [tourism=gallery]
{
icon-image: "art";
set .amenity;
}
node|z20- [emergency=phone]
{
icon-image: "emergency_phone";
...
...
Write
Preview
Supports
Markdown
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