Changes between Version 33 and Version 34 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2014-01-05T16:34:57+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v33 v34 20 20 - analyze the final list of properties and generate styles from it 21 21 }}} 22 23 MapCSS uses the '''comment''' format of CSS (`/* ... */`). Note that when commenting out large parts of a MapCSS file, some constructs may cause an unexpected end of the comment, for instance: 24 {{{ 25 #!mapcss 26 /* 27 *[highway][name =~ /^R(\.|:)? .*/] { /* the end of the regular expression defines the unexpected end of the comment */ 28 throwWarning: tr("foo"); 29 } 30 */ 31 }}} 22 32 23 33 == Selectors ==