Changes between Version 6 and Version 7 of Styles/Admin_Boundaries


Ignore:
Timestamp:
2024-09-04T07:54:01+02:00 (8 months ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Admin_Boundaries

    v6 v7  
    2323
    2424/* Setting Options - Select Territory layers (boolean value yes/no) */
    25 
     25setting::admin_level_1 {
     26  type: boolean;
     27  label: tr("Admin_level=1");
     28  default: false;
     29}
     30setting::admin_level_2 {
     31  type: boolean;
     32  label: tr("Admin_level=2");
     33  default: false;
     34}
     35setting::admin_level_3 {
     36  type: boolean;
     37  label: tr("Admin_level=3");
     38  default: false;
     39}
    2640setting::admin_level_4 {
    2741  type: boolean;
     
    7993  fill-color:blue; fill-opacity:0.2;
    8094   font-size: 9;
    81    text-color: blue;
    82    text: name;
    83    text-position: center;
    84    color:blue;
    85    casing-width:9; casing-color: blue;
     95   text-color: #1DCFFF;
     96   text: name;
     97   text-position: center;
     98   color:#1DCFFF;
     99   casing-width:9; casing-color: #1DCFFF;
    86100  } 
    87101area[boundary][setting("admin_level_9")][admin_level=9]
     
    90104  fill-color:cyan; fill-opacity:0.2;
    91105   font-size: 10;
    92    text-color: cyan;
     106   text-color: #FFD798;
    93107   text: name;
    94108   text-position: center;
    95109   color:cyan;
    96    casing-width:9; casing-color: cyan;
     110   casing-width:9; casing-color: #FFD798;
    97111  } 
    98112area[setting("admin_level_8")][boundary][admin_level=8]
     
    159173   casing-width:3; casing-color: crimson;
    160174}
    161 
     175area[boundary][setting("admin_level_3")][admin_level=3]
     176{set t_3;
     177  object-z-index: 20;
     178  fill-color:crimson; fill-opacity:0.2;
     179   font-size: 16;
     180   text-color: #E100FF;
     181   text: name;
     182   text-position: center;
     183   width: 3;
     184   color: crimson;
     185   casing-width:3; casing-color: #E100FF;
     186}
     187area[boundary][setting("admin_level_2")][admin_level=2]
     188{set t_2;
     189  object-z-index: 20;
     190  fill-color:crimson; fill-opacity:0.2;
     191   font-size: 16;
     192   text-color: #FFC6E2;
     193   text: name;
     194   text-position: center;
     195   width: 3;
     196   color: crimson;
     197   casing-width:3; casing-color: #FFC6E2;
     198}
     199area[boundary][setting("admin_level_1")][admin_level=1]
     200{set t_1;
     201  object-z-index: 20;
     202  fill-color:crimson; fill-opacity:0.2;
     203   font-size: 16;
     204   text-color: #A2DAFF;
     205   text: name;
     206   text-position: center;
     207   width: 3;
     208   color: crimson;
     209   casing-width:3; casing-color: #A2DAFF;
     210}
    162211canvas {
    163212    fill-color: #ffffea;