Changes between Version 111 and Version 112 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2016-03-07T16:00:55+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v111 v112 283 283 {{{ 284 284 #!mapcss 285 node[population >= 50000] 286 node[ele = 3000] /* elevation with exactly 3000 meters */ 285 node[population >= 50000] /* population greater than or equal to 50000 */ 286 node[ele = 3000] /* elevation with exactly 3000 meters */ 287 287 }}} 288 288 }}}