Changeset 7977 in josm for trunk/styles/standard
- Timestamp:
- 2015-01-22T00:34:42+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r7976 r7977 2160 2160 area[amenity=car_wash], 2161 2161 area[amenity=taxi], 2162 area[amenity=fuel], 2163 area[amenity=charging_station] { 2162 area[amenity=fuel] { 2164 2163 fill-color: amenity_traffic#f7efb7; 2165 2164 } … … 2642 2641 area[amenity=shelter], 2643 2642 area[amenity=marketplace], 2644 area[amenity=wlan], 2645 area[amenity=vending_machine] { 2643 area[amenity=wlan] { 2646 2644 fill-color: amenity_light#f7efb7; 2647 2645 } … … 3157 3155 /****************/ 3158 3156 3159 area[railway=station], area[railway=tram_station],3160 area[railway= subway_entrance],3161 area[railway= crossing], area[railway=level_crossing] {3157 area[railway=station], 3158 area[railway=tram_station], 3159 area[railway=subway_entrance] { 3162 3160 fill-color: railwaypoint#f7efb7; 3163 3161 } … … 3183 3181 } 3184 3182 node[railway=crossing] { 3185 icon-image: "vehicle/crossing _small.png";3183 icon-image: "vehicle/crossing.png"; 3186 3184 set icon_z17; 3187 3185 text: auto; 3188 3186 } 3189 3187 node[railway=level_crossing] { 3190 icon-image: "vehicle/crossing.png"; 3188 icon-image: "presets/level_crossing.png"; 3189 icon-width: 16; 3191 3190 set icon_z17; 3192 3191 text: auto; … … 3254 3253 dashes: 9,9; 3255 3254 } 3256 area[railway=turntable], 3257 area[railway=buffer_stop] { 3255 area[railway=turntable] { 3258 3256 fill-color: rail#404040; 3259 3257 } … … 3279 3277 color: rail#404040; 3280 3278 dashes: 9,9; 3279 } 3280 node[railway=switch] { 3281 icon-image: "presets/railway_switch.png"; 3282 icon-width: 16; 3283 set icon_z17; 3284 text: auto; 3281 3285 } 3282 3286 node[railway=rail], node[railway=tram], node[railway=light_rail], … … 3320 3324 /****************/ 3321 3325 3322 area[aeroway=aerodrome] :closed{3326 area[aeroway=aerodrome] { 3323 3327 fill-color: aeroway#660000; 3324 }3325 way[aeroway=aerodrome] {3326 3328 width: 2; 3327 color: aeroway#660000;3328 3329 dashes: 9,9; 3329 3330 } … … 3356 3357 color: aeroway_dark#330000; 3357 3358 } 3358 node[aeroway=runway] {3359 icon-image: "transport/airport/runway.png";3360 set icon_z17;3361 text: auto;3362 }3363 3359 area[aeroway=taxiway]:closed { 3364 3360 fill-color: aeroway#660000; … … 3368 3364 color: aeroway#660000; 3369 3365 } 3366 area[aeroway=apron], 3367 area[aeroway=hangar] { 3368 fill-color: aeroway_light#990000; 3369 } 3370 node[aeroway=apron], 3371 node[aeroway=runway], 3370 3372 node[aeroway=taxiway] { 3371 icon-image: "transport/airport/taxiway.png"; 3372 set icon_z17; 3373 text: auto; 3374 } 3375 area[aeroway=apron], area[aeroway=hangar] { 3376 fill-color: aeroway_light#990000; 3377 } 3378 node[aeroway=apron] { 3379 icon-image: "transport/airport/apron.png"; 3373 icon-image: "misc/deprecated.png"; 3380 3374 set icon_z17; 3381 3375 text: auto;
Note:
See TracChangeset
for help on using the changeset viewer.