Skip to content

Instantly share code, notes, and snippets.

@mugan86
Created December 28, 2022 18:16
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 mugan86/0907efc9aee8761cff576a32525b8c75 to your computer and use it in GitHub Desktop.
Save mugan86/0907efc9aee8761cff576a32525b8c75 to your computer and use it in GitHub Desktop.
Map CSS - Tourism
{{style:
node[tourism=museum]
{ color:blue; fill-color:blue; }
node[tourism=motel]
{ color:red; fill-color:red; fill-opacity: 0.5}
node[tourism=hostel], node[tourism=hotel]
{ color: yellow; fill-color: green }
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment