forked from organicmaps/organicmaps
[styles][vehicle] Fix unpaved_* types being rendered as footways
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
590b3641c8
commit
72015d9447
2 changed files with 0 additions and 14 deletions
|
@ -636,29 +636,17 @@ line|z19-[highway=construction],
|
|||
/* 8.6 Track & Path 16-22 ZOOM */
|
||||
|
||||
line|z14-[highway=track][tracktype=grade1],
|
||||
line|z14-[psurface=unpaved_good],
|
||||
line|z14-[psurface=unpaved_bad]
|
||||
{color: @pedestrian; opacity: 0.7;}
|
||||
|
||||
line|z14[highway=track][tracktype=grade1],
|
||||
line|z14[psurface=unpaved_good],
|
||||
line|z14[psurface=unpaved_bad]
|
||||
{width: 1.4;dashes: 2,1.35;}
|
||||
line|z15[highway=track][tracktype=grade1],
|
||||
line|z15[psurface=unpaved_good],
|
||||
line|z15[psurface=unpaved_bad]
|
||||
{width: 2;dashes: 2.2,1.26;}
|
||||
line|z16[highway=track][tracktype=grade1],
|
||||
line|z16[psurface=unpaved_good],
|
||||
line|z16[psurface=unpaved_bad]
|
||||
{width: 2.6;dashes: 3.3,1.8;}
|
||||
line|z17-18[highway=track][tracktype=grade1],
|
||||
line|z17-18[psurface=unpaved_good],
|
||||
line|z17-18[psurface=unpaved_bad]
|
||||
{width: 3;dashes: 4,1.8;}
|
||||
line|z19-[highway=track][tracktype=grade1],
|
||||
line|z19-[psurface=unpaved_good],
|
||||
line|z19-[psurface=unpaved_bad]
|
||||
{width: 4;dashes: 6.3,2.7;}
|
||||
|
||||
|
||||
|
|
|
@ -278,8 +278,6 @@ highway-track-permissive # line z16-
|
|||
=== 130
|
||||
|
||||
highway-construction # line z13-
|
||||
psurface-unpaved_bad # line z14-
|
||||
psurface-unpaved_good # line z14-
|
||||
railway-abandoned # line z16-
|
||||
railway-abandoned-bridge # line z16- (also has line::bridgeblack z16-, line::bridgewhite z16-)
|
||||
railway-abandoned-tunnel # line z16-
|
||||
|
|
Loading…
Add table
Reference in a new issue