*** C:/OpenStreetMap/jOSM/elemstyles.mapcss Sat Feb 07 03:35:00 2015 --- C:/OpenStreetMap/jOSM/elemstyles_new.mapcss Sat Feb 07 12:16:47 2015 *************** *** 3372,3377 **** --- 3372,3381 ---- width: 2; color: aeroway#660000; } + way[aeroway=parking_position] { + width: 1; + color: aeroway#660000; + } area[aeroway=apron], area[aeroway=hangar] { fill-color: aeroway_light#990000; *************** *** 3390,3395 **** --- 3394,3404 ---- } node[aeroway=gate] { icon-image: "transport/airport/gate.png"; + set icon_z17; + text: auto; + } + node[aeroway=parking_position] { + icon-image: "transport/airport/parking_position.png"; set icon_z17; text: auto; }