Changes between Version 123 and Version 124 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2016-11-23T00:18:35+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

add special example

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v123 v124  
    506506node[inside("FR")]                    /* matches any node located inside of France (this includes all the overseas territories)                                     */
    507507node[inside("FX")]                    /* matches any node located inside of Metropolitan France (i.e. only the mainland part with its near islands including Corse) */
     508node[inside("EU")]                    /* matches any node located inside of the European Union                                                                      */
    508509node[inside("FR,DE")]                 /* matches any node located inside of France __OR__ inside of Germany                                                         */
    509510node[inside("US-FL")]                 /* matches any node located inside of the US state Florida                                                                    */