--- resources/styles/default/lines 2015-05-09 17:17:14.697647600 +0200 +++ resources/styles/default/lines 2015-05-09 16:42:46.238400600 +0200 @@ -17,6 +17,9 @@ highway=* & name=* { set mkgmap:street=' # Mark highways with the toll flag highway=* & (toll=yes|toll=true) { set mkgmap:toll=yes } +# mark multipolygons as area +highway=* & mkgmap:mp_created=true {add area=yes;} + # Hide proposed ways highway=proposed {delete highway;delete junction} # Hide unaccessible tunnels @@ -150,7 +153,7 @@ highway=service [0x07 road_class=0 road_ highway=cycleway [0x07 road_class=0 road_speed=1 resolution 23] -highway=footway|highway=path|highway=steps [0x16 road_class=0 road_speed=0 resolution 23] +(highway=footway|highway=path|highway=steps) & area!=yes [0x16 road_class=0 road_speed=0 resolution 23] highway=track [0x0a road_class=0 road_speed=1 resolution 22] highway=unsurfaced [0x0a road_class=0 road_speed=1 resolution 22] highway=road { add mkgmap:dead-end-check = false} [0x06 road_class=0 road_speed=1 resolution 22] diff -urpN f:\Garmin\_rozne\mkgmap\resources/styles/default/polygons resources/styles/default/polygons --- resources/styles/default/polygons 2015-02-12 14:51:32.048420000 +0100 +++ resources/styles/default/polygons 2015-05-09 16:43:54.987721400 +0200 @@ -52,8 +52,11 @@ place=islet & name=* [0x53 resolution 20 shop=* [0x08 resolution 22] +# mark multipolygons as area +highway=* & mkgmap:mp_created=true {add area=yes;} + # squares and plazas -highway=pedestrian & area=yes [0x17 resolution 22] +(highway=pedestrian|highway=footway|highway=path|highway=steps) & area=yes [0x17 resolution 22] # other highways that have area=yes set must be parking lots highway=* & area=yes [0x05 resolution 22]