Changeset 7977 in josm
- Timestamp:
- 2015-01-22T00:34:42+01:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 5 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r7976 r7977 2140 2140 </optional> 2141 2141 </item> <!-- Level Crossing --> 2142 <item name="Crossing" icon=" presets/crossing.png" type="node" preset_name_label="true">2142 <item name="Crossing" icon="styles/standard/vehicle/crossing.png" type="node" preset_name_label="true"> 2143 2143 <link href="http://wiki.openstreetmap.org/wiki/Key:crossing" 2144 2144 bg.href="http://wiki.openstreetmap.org/wiki/Bg:Key:crossing" … … 2743 2743 </optional> 2744 2744 </item> <!-- Subway Entrance --> 2745 <item name="Ticket Machine" icon=" presets/vending_machine.png" type="node" preset_name_label="true">2745 <item name="Ticket Machine" icon="styles/standard/transport/ticket-machine.png" type="node" preset_name_label="true"> 2746 2746 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=vending_machine" 2747 2747 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=vending_machine" -
trunk/data/validator/geometry.mapcss
r7975 r7977 17 17 node[aerialway=rope_tow], 18 18 node[aerialway=goods], 19 node[aeroway=taxiway], 20 node[aeroway=runway], 21 node[railway=rail], 22 node[railway=narrow_gauge], 23 node[railway=monorail], 24 node[railway=preserved], 25 node[railway=light_rail], 26 node[railway=subway], 27 node[railway=tram], 28 node[railway=disused], 29 node[railway=abandoned], 19 30 node[waterway=river], 20 31 node[waterway=canal], … … 51 62 node[man_made=bridge], 52 63 node[man_made=breakwater], 64 node[aeroway=apron], 53 65 node[power=plant], 54 66 node[source:outline] { … … 66 78 way[man_made=survey_point], 67 79 way[power=pole], 80 way[amenity=vending_machine], 68 81 way[natural=peak], 69 82 way[natural=saddle], -
trunk/data/validator/highway.mapcss
r7937 r7977 38 38 } 39 39 40 way[highway=crossing], way[railway=crossing] { 40 way[highway=crossing], 41 way[railway=crossing], 42 way[railway=level_crossing] { 41 43 throwWarning: tr("wrong crossing tag on a way"); 42 44 assertMatch: "way highway=crossing"; -
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.