Changes between Version 28 and Version 29 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2013-12-23T00:15:44+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v28 v29 430 430 <pre class="mapcss" style="text-align: left; font: Courier; font-size: 10pt; background:rgb(242,243,210); border-style: dotted; border-width:1pt; border-color:darkGray; padding: 5pt"> 431 431 way[oneway?] /* matches any way with a truth value in the tag 'oneway' */ 432 </pre> 433 }}} 434 }}} 435 |------------------------------------------------------------------------------- 436 {{{#!td align=left valign=top 437 Testing for false value (since r6513) 438 }}} 439 {{{#!td align=left valign=top 440 {{{ 441 #!html 442 <pre class="mapcss" style="text-align: left; font: Courier; font-size: 10pt; background:rgb(242,243,210); border-style: dotted; border-width:1pt; border-color:darkGray; padding: 5pt"> 443 way[oneway?!] /* matches any way with a false value in the tag 'oneway' */ 432 444 </pre> 433 445 }}}
