Ticket #10271: example_custom_tags.2.mapcss

File example_custom_tags.2.mapcss, 927 bytes (added by alex.rollin@…, 12 years ago)
Line 
1#!mapcss
2meta {
3 title: "Custom tages";
4 description: "Custom Tags";
5 version: "0.0.1";
6 author: "Alex!";
7}
8
9canvas {
10 background-color: #444444;
11}
12node {
13 text-color: black;
14 text-halo-color: white;
15 text-halo-radius: 2;
16}
17node[oursurvey=information] {
18 icon-image: "vehicle/restriction/roundabout_left.png";
19 symbol-shape: circle;
20 symbol-size: 50;
21 symbol-fill-color: #99cc33;
22 symbol-fill-opacity: 0.8;
23 z-index: -5;
24}
25node[amenity=restaurant] {
26 icon-image: "vehicle/restriction/roundabout_left.png";
27 symbol-shape: circle;
28 symbol-size: 50;
29 symbol-fill-color: #99cc33;
30 symbol-fill-opacity: 0.8;
31 z-index: -5;
32}
33node[oursurvey=restaurant] {
34 icon-image: "vehicle/restriction/roundabout_left.png";
35 symbol-shape: circle;
36 symbol-size: 50;
37 symbol-fill-color: #99cc33;
38 symbol-fill-opacity: 0.8;
39 z-index: -5;
40}