Skip to content

Commit

Permalink
Added text to barrier nodes with "access=destination" tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baconcrisp26 committed Aug 28, 2024
1 parent e86819b commit 10ee1a0
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions Kaart-Styles.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,16 @@ symbol-size: 5;
symbol-stroke-color: #28DE03;
symbol-stroke-width: 20px;
symbol-fill-opacity: 10;
z-index: -5; }

/*node text styling*/
z-index: -5;
text: tr("D");
text-color: red;
text-position: line;
font-size: 15;
font-weight: bold;
text-halo-color: white;
text-halo-radius: 2; }


/** Not Ingested Barriers **/
Expand Down Expand Up @@ -1269,7 +1278,17 @@ symbol-size: 5;
symbol-stroke-color: #D70D02;
symbol-stroke-width: 20px;
symbol-fill-opacity: 10;
z-index: -5; }
z-index: -5;

/*node text styling*/
z-index: -5;
text: tr("D");
text-color: red;
text-position: line;
font-size: 15;
font-weight: bold;
text-halo-color: white;
text-halo-radius: 2; }


/* Power */
Expand Down

0 comments on commit 10ee1a0

Please sign in to comment.