[mkgmap-dev] aeroway in default style
From Andrzej Popowski popej at poczta.onet.pl on Mon Feb 13 22:19:40 GMT 2017
Hi, attached is second version of patch, where function is_closed() is used instead of area=yes. It looks like tag area is most often not used for aeroway objects. -- Best regards, Andrzej -------------- next part -------------- Index: resources/styles/default/lines =================================================================== --- resources/styles/default/lines (revision 3804) +++ resources/styles/default/lines (working copy) @@ -9,9 +9,10 @@ # for more information. addr:housenumber=* {set mkgmap:execute_finalize_rules=true} -aeroway=runway [0x27 resolution 20] -aeroway=taxiway [0x27 resolution 24] +aeroway=runway & highway!=* & is_closed()=false {name '${ref}'} [0x27 resolution 20] +(aeroway=taxiway | aeroway=taxilane) & highway!=* & is_closed()=false {name '${ref}'} [0x27 resolution 24] + # Assign the street name for house number search highway=* & name=* { set mkgmap:street='${name}' } Index: resources/styles/default/polygons =================================================================== --- resources/styles/default/polygons (revision 3804) +++ resources/styles/default/polygons (working copy) @@ -17,6 +17,9 @@ aeroway=airport [0x07 resolution 20] aeroway=aerodrome [0x07 resolution 20] +aeroway=runway & is_closed()=true {name '${ref}'} [0x0e resolution 20] +(aeroway=taxiway | aeroway=taxilane) & is_closed()=true {name '${ref}'} [0x0e resolution 24] +aeroway=heliport [0x07 resolution 21] aeroway=helipad [0x0e resolution 22] amenity=kindergarten [0x0a resolution 22]
- Previous message: [mkgmap-dev] aeroway in default style
- Next message: [mkgmap-dev] aeroway in default style
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list