[mkgmap-dev] [PATCH] reduce highway=service resolution
From Marko Mäkelä marko.makela at iki.fi on Fri Aug 7 10:27:41 BST 2009
When the resolution of highway=residential was reduced, highway=service should have been reduced as well. It looks odd to see highway=service but not the highway=residential that they are connected to. Please apply this patch. The resolution of highway=track looks a bit high too, but displaying highway=track at low zoom levels could be useful in sparsely built areas. Marko Index: resources/styles/default/lines =================================================================== --- resources/styles/default/lines (revision 1122) +++ resources/styles/default/lines (working copy) @@ -46,7 +46,7 @@ highway=primary_link [0x08 road_class=3 highway=residential | highway=living_street [0x06 road_class=0 road_speed=2 resolution 23] highway=secondary [0x04 road_class=2 road_speed=3 resolution 20] highway=path {add access = no; add bicycle = yes; add foot = yes} [0x16 road_class=0 road_speed=0 resolution 23] -highway=service [0x07 road_class=0 road_speed=1 resolution 22] +highway=service [0x07 road_class=0 road_speed=1 resolution 23] highway=steps {add access = no; add foot = yes} [0x16 road_class=0 road_speed=0 resolution 23] highway=tertiary [0x05 road_class=1 road_speed=3 resolution 20] highway=track [0x0a road_class=0 road_speed=1 resolution 21]
- Previous message: [mkgmap-dev] Styling for the power user: filtering contour lines
- Next message: [mkgmap-dev] [PATCH] reduce highway=service resolution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list