Changes between Version 2 and Version 3 of Styles/NoFeature
- Timestamp:
- 2015-11-01T22:45:06+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/NoFeature
v2 v3 2 2 #!style type="mapcss" 3 3 4 /* 5 No Feature Validition Style, derived Humanitarian Style. 6 */ 4 7 meta { 5 8 title: "NoFeature"; 6 9 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."; 8 11 version: "0.0.1"; 9 12 author: "Pierre Béland (PierZen)"; 10 11 watch-modified: true;12 13 } 13 14 meta[lang=fr] … … 153 154 } 154 155 156 /* 157 area[amenity]!:closed, 158 area[building]!:closed, 159 area[landuse]!:closed, 160 area[leisure]!:closed, 161 area[man_made]!:closed, 162 area[office]!:closed, 163 area[shop]!:closed, 164 area[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 175 way[highway] > node { 176 symbol-size:10; 177 symbol-shape: square; 178 symbol-stroke-color: #00ffff; 179 symbol-fill-color: blue; 180 } 181 182 node:connection, node:tagged { 183 symbol-size:5; 184 symbol-fill-color: #808080; 185 symbol-stroke-color: #808080; 186 */ 187 155 188 }}}
