fix pedestrian
git-svn-id: https://osmand.googlecode.com/svn/trunk@865 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
d10a09c76c
commit
1780d25c8d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
<case tag="highway" value="unclassified" color="#0f0a35" shadowColor="#1e146c" color_2="#0f0a35" />
|
||||
<case tag="highway" value="road" color="#0f0a35" shadowColor="#1e146c" color_2="#0f0a35" />
|
||||
<case tag="highway" value="living_street" color="#0f0a35" shadowColor="#1e146c" color_2="#0f0a35" />
|
||||
<case tag="highway" value="pedestrian" color="#ececec" shadowColor="#b0b0b0" color_2="#ececec"/>
|
||||
<case tag="highway" value="pedestrian" color_2="#171717" color="#171717" shadowColor="#b0b0b0" />
|
||||
<filter shadowRadius="1">
|
||||
<switch>
|
||||
<case layer="-1" pathEffect="4_4" />
|
||||
|
|
Loading…
Reference in a new issue