Changes between Version 3 and Version 4 of Styles/DiscGolfCourse


Ignore:
Timestamp:
2024-03-19T16:27:48+01:00 (22 months ago)
Author:
negreheb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/DiscGolfCourse

    v3 v4  
    2727meta[lang=de] {
    2828    title: "Disc Golf Course";
    29     description: "Einfärbungen und Symbole für einen Disc-Golf-Kurs, um die Zuordnung zu erleichtern.";
     29    description: "Einfärbungen und Symbole für einen Disc-Golf-Kurs, um das Mappen zu erleichtern.";
    3030    link: "https://josm.openstreetmap.de/wiki/De:Styles/DiscGolfCourse";
    3131}
     
    4141
    4242node[disc_golf=tee]{
    43         icon-image: "tee.svg";
    44         icon-width: 75;
    45         icon-offset-x: 10;
    46         symbol-stroke-color: #FFC800;
    47         text: auto;
     43        icon-image: "tee.svg";
     44        icon-width: 75;
     45        icon-offset-x: 10;
     46        symbol-stroke-color: #FFC800;
     47        text: auto;
    4848}
    4949
    5050node[disc_golf=basket]{
    51         icon-image: "basket2.svg";
    52         icon-width: 50;
    53         icon-offset-y: -28;
    54         icon-offset-x: 1;
    55         text: auto;
     51        icon-image: "basket2.svg";
     52        icon-width: 50;
     53        icon-offset-y: -28;
     54        icon-offset-x: 1;
     55        text: auto;
    5656}
    5757
    5858way[disc_golf=hole]{
    59         text: "ref";
    60         font-size: 20;
    61         /*text-offset: 9; */
    62         width: 30;
    63         opacity: 0.4;
    64         /*casing-color: #808080;*/
    65         z-index: 110;
    66         left-casing-color:black;
    67         left-casing-width:2;
    68         left-casing-dashes:0;
    69         left-casing-opacity:0;
    70         right-casing-color:black;
    71         right-casing-width:2;
    72         right-casing-opacity:0;
    73         right-casing-dashes:0;
     59        text: "ref";
     60        font-size: 20;
     61        width: 25;
     62        opacity: 0.2;
     63        left-casing-color: black;
     64        left-casing-width: 2;
     65        left-casing-dashes: 0;
     66        left-casing-opacity: 0.7;
     67        right-casing-color: black;
     68        right-casing-width: 2;
     69        right-casing-opacity: 0.7;
     70        right-casing-dashes: 0;
    7471}
    7572
    7673node[disc_golf=drop_zone]{
    77         text: eval("DZ");
    78         text-color: orange;
    79         font-size: 10;
    80         casing-width: 10;
    81         /*symbol-size: 20;
    82         symbol-shape: circle;
    83         symbol-fill-color: orange;
    84         symbol-fill-opacity: 0.5;*/
     74        text: eval("DZ");
     75        text-color: orange;
     76        font-size: 10;
     77        casing-width: 10;
     78        symbol-size: 20;
     79        symbol-shape: circle;
     80        symbol-fill-color: orange;
     81        symbol-fill-opacity: 0.5;
    8582}
    8683
    8784node[disc_golf=mando]{
    88         text: eval("Mando");
    89         text-color: red;
    90         font-weight: bold;
    91         font-size: 10;
    92         symbol-size: 20;
    93         symbol-shape: triangle;
    94         symbol-fill-color: red;
    95         symbol-fill-opacity: 0.5;       
     85        text: eval("Mando");
     86        text-color: red;
     87        font-weight: bold;
     88        font-size: 10;
     89        symbol-size: 20;
     90        symbol-shape: triangle;
     91        symbol-fill-color: red;
     92        symbol-fill-opacity: 0.5;       
    9693}
    9794
    9895area[disc_golf=out_of_bounds]{
    99         fill-color: red;
    100         text: eval("OB");
    101         font-size: 15;
    102         font-weight: bold;
    103         text-color: red;
    104         text-halo-color: black;
     96        fill-color: red;
     97        text: eval("OB");
     98        font-size: 15;
     99        font-weight: bold;
     100        text-color: red;
     101        /*text-halo-color: black;*/
    105102}
    106103