Changes between Initial Version and Version 1 of Styles/plan.at


Ignore:
Timestamp:
2011-04-30T10:24:49+02:00 (15 years ago)
Author:
simon04
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/plan.at

    v1 v1  
     1{{{
     2#!style type="mapcss"
     3
     4meta {
     5  title: "plan.at ToDos";
     6  description: "Highlight problematic objects from plan.at import";
     7  author: "simon04";
     8  watch-modified: true;
     9  link: "http://wiki.openstreetmap.org/wiki/WikiProject_Austria/plan.at/Abschluss";
     10}
     11
     12meta[lang=de] {
     13  title: "plan.at ToDos";
     14  description: "Problematische Objekte aus dem plan.at-Import hervorheben";
     15}
     16
     17*[fixme*="check import"],
     18*[highway*="plan.at"], *["highway:plan:at"],
     19*[landuse*="plan.at"], *["landuse:plan:at"],
     20*[waterway*="plan.at"], *["waterway:plan:at"],
     21*["at:maxspeed"], *[maxspeed="Ortsgebiet"],
     22*[is_in^="..."],
     23*[note*="plan.at"],
     24*[uploaded_by*="Wasserburger"], *[downloaded_by*="Wasserburger"],
     25*[":acad_id"], *["acad_id"], *["plan.at:acad_id"]
     26{
     27  casing-width: +4;
     28  casing-color: #FF0000;
     29}
     30
     31}}}