- Timestamp:
- 2016-06-18T19:53:26+02:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r10388 r10419 368 368 369 369 /* #9182 */ 370 way[waterway][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] { 371 throwWarning: tr("Long waterway with negative {0} but without a {1} tag. Remove {0} or add a {1}tag if applicable. Also check crossing bridges and their {0} tags.", "{1.key}", "{2.key}");372 } 373 way[waterway][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) < 400] { 374 throwOther: tr("Short waterway with negative {0} but without a {1} tag. Remove {0} or add a {1}tag if applicable. Also check crossing bridges and their {0} tags.", "{1.key}", "{2.key}");375 } 370 way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] { 371 throwWarning: tr("Long waterway with {0} but without a tag which defines it as tunnel or underground. Remove {1} or add a tunnel tag if applicable. Also check crossing bridges and their {1} tags.", "{1.tag}", "{1.key}"); 372 } 373 way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) <= 400] { 374 throwOther: tr("Short waterway with {0} but without a tag which defines it as tunnel or underground. Remove {1} or add a tunnel tag if applicable. Also check crossing bridges and their {1} tags.", "{1.tag}", "{1.key}"); 375 } -
trunk/styles/standard/elemstyles.mapcss
r10351 r10419 1713 1713 } 1714 1714 node[leisure=firepit] { 1715 icon-image: "leisure/firepit.svg"; 1715 icon-image: "leisure/firepit.svg"; 1716 1716 set icon_z17; 1717 1717 } … … 2474 2474 } 2475 2475 node[amenity=shower] { 2476 icon-image: "service/shower.svg"; 2476 icon-image: "service/shower.svg"; 2477 2477 set icon_z17; 2478 2478 } … … 4061 4061 fill-color: water#0000ff; 4062 4062 } 4063 way[natural=water][intermittent=yes] {4063 area[natural=water][intermittent=yes] { 4064 4064 width: 2; 4065 4065 dashes: 15, 5; … … 4070 4070 right-casing-color: water#0000ff; 4071 4071 right-casing-width: 5; 4072 right-casing-opacity: 0.30; 4072 right-casing-opacity: 0.30; 4073 4073 } 4074 4074 area[natural=mud] { … … 4176 4176 } 4177 4177 way[waterway=river][intermittent=yes], 4178 way[waterway=riverbank][intermittent=yes],4178 area[waterway=riverbank][intermittent=yes], 4179 4179 way[waterway=canal][intermittent=yes], 4180 4180 way[waterway=stream][intermittent=yes],
Note:
See TracChangeset
for help on using the changeset viewer.