Changes between Version 2 and Version 3 of Styles/NoFeature


Ignore:
Timestamp:
2015-11-01T22:45:06+01:00 (10 years ago)
Author:
Klumbumbus
Comment:

update to most recent version from attached zip file, but keep in meta[lang=fr] block

Legend:

Unmodified
Added
Removed
Modified
  • Styles/NoFeature

    v2 v3  
    22#!style type="mapcss"
    33
     4/*
     5No Feature Validition Style, derived Humanitarian Style.
     6*/
    47meta {
    58    title: "NoFeature";
    69    icon: "icons/hot_small.png";
    7     description: "No Feature Validation focused style. This style let's switch from the visible to the Invisible ones (no major tag to describe a feature (ie, highway, building, landuse, natural, amenity, shop, etc).  Test Version for  comments.";
     10    description: "No Feature Validation focused style. This style hides the visible and make visible objects hidden in the database with no valid Main tag to facilitate identification of these Features (ie, highway, building, landuse, natural, amenity, shop,etc). This first version is a proof of concept. Comments welcomed.";
    811    version: "0.0.1";
    912    author: "Pierre Béland (PierZen)";   
    10    
    11     watch-modified: true;
    1213}
    1314meta[lang=fr]
     
    153154}
    154155
     156/*
     157area[amenity]!:closed,
     158area[building]!:closed,
     159area[landuse]!:closed,
     160area[leisure]!:closed,
     161area[man_made]!:closed,
     162area[office]!:closed,
     163area[shop]!:closed,
     164area[natural]!:closed 
     165 {
     166    text-color: red;
     167    fill-color: red;
     168    text-halo-color: white;
     169    text-halo-radius: 5;
     170    casing-color: yellow;
     171        casing-width:3;
     172    font-size: 16;
     173}
     174
     175way[highway] > node {
     176  symbol-size:10;
     177  symbol-shape: square;
     178  symbol-stroke-color: #00ffff;
     179  symbol-fill-color: blue;
     180}
     181
     182node:connection, node:tagged {
     183  symbol-size:5;
     184  symbol-fill-color: #808080;
     185  symbol-stroke-color: #808080;
     186*/
     187
    155188}}}