| 1 | #!mapcss
|
|---|
| 2 | meta {
|
|---|
| 3 | title: "Custom tages";
|
|---|
| 4 | description: "Custom Tags";
|
|---|
| 5 | version: "0.0.1";
|
|---|
| 6 | author: "Alex!";
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | canvas {
|
|---|
| 10 | background-color: #444444;
|
|---|
| 11 | }
|
|---|
| 12 | node {
|
|---|
| 13 | text-color: black;
|
|---|
| 14 | text-halo-color: white;
|
|---|
| 15 | text-halo-radius: 2;
|
|---|
| 16 | }
|
|---|
| 17 | node[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 | }
|
|---|
| 25 | node[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 | }
|
|---|
| 33 | node[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 | }
|
|---|