Skip to content

Instantly share code, notes, and snippets.

@ihabunek
Created March 24, 2020 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihabunek/833b3040843a4097663b23d8ff987d4d to your computer and use it in GitHub Desktop.
Save ihabunek/833b3040843a4097663b23d8ff987d4d to your computer and use it in GitHub Desktop.
meta {
title: "Highlighted capes and bays";
description: "Highlights capes and bays for better visibility.";
version: "1.0.0_2020-03-24";
author: "Ivan Habunek";
}
node|z14-[natural=cape],
node|z14-[natural=bay] {
text: auto;
font-size: 14;
font-weight: bold;
icon-image: none;
symbol-shape: square;
symbol-size: 15;
text-anchor-horizontal: right;
text-halo-opacity: 1;
text-halo-radius: 3;
}
node|z14-[natural=cape] {
symbol-fill-color: red;
text-halo-color: red;
}
node|z14-[natural=bay] {
symbol-fill-color: blue;
text-halo-color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment