Changes between Version 111 and Version 112 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2016-03-07T16:00:55+01:00 (9 years ago)
Author:
naoliv
Comment:

Fixing alignment

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v111 v112  
    283283{{{
    284284#!mapcss
    285 node[population >= 50000]                    /* population greater than or equal to 50000 */
    286 node[ele = 3000]                           /* elevation with exactly 3000 meters */
     285node[population >= 50000]                   /* population greater than or equal to 50000 */
     286node[ele = 3000]                            /* elevation with exactly 3000 meters */
    287287}}}
    288288}}}