mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-30 14:50:09 +02:00
Fix colors and lines.
This commit is contained in:
parent
5fb5d94690
commit
794a72d2f7
1 changed files with 10 additions and 3 deletions
|
@ -2,7 +2,7 @@ colors:
|
|||
|
||||
# Entity
|
||||
|
||||
direction_view_color: "#E0F0FF"
|
||||
direction_view_color: "#C8E8FF"
|
||||
direction_camera_color: "#0088FF"
|
||||
|
||||
background_color: "#EEEEEE"
|
||||
|
@ -2173,10 +2173,17 @@ ways:
|
|||
style:
|
||||
fill: none
|
||||
stroke: "#000000"
|
||||
stroke-width: 1
|
||||
opacity: 0.35
|
||||
stroke-width: 2.0
|
||||
opacity: 0.5
|
||||
priority: 40
|
||||
- tags: {barrier: wall}
|
||||
style:
|
||||
fill: none
|
||||
stroke: "#000000"
|
||||
stroke-width: 1.5
|
||||
opacity: 0.4
|
||||
priority: 40
|
||||
- tags: {man_made: embankment}
|
||||
style:
|
||||
fill: none
|
||||
stroke: "#000000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue