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
998ee688
Commit
998ee688
authored
Sep 14, 2021
by
Volker Krause
Browse files
Handle another way of tagging emankments
parent
e547b2bd
Pipeline
#80578
passed with stage
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/map/assets/css/breeze-dark.mapcss
View file @
998ee688
...
@@ -99,7 +99,8 @@ area[shop]
...
@@ -99,7 +99,8 @@ area[shop]
}
}
line[barrier],
line[barrier],
line[indoor=wall]
line[indoor=wall],
line[man_made=embankment]
{
{
color: #7f8c8d;
color: #7f8c8d;
width: 0.25m;
width: 0.25m;
...
...
src/map/assets/css/breeze-light.mapcss
View file @
998ee688
...
@@ -101,7 +101,8 @@ area[shop]
...
@@ -101,7 +101,8 @@ area[shop]
}
}
line[barrier],
line[barrier],
line[indoor=wall]
line[indoor=wall],
line[man_made=embankment]
{
{
color: #888786;
color: #888786;
width: 0.25m;
width: 0.25m;
...
...
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