#!mapcss
meta {
    title: "Custom tages";
    description: "Custom Tags";
    version: "0.0.1";
    author: "Alex!";   
}

canvas {
    background-color: #444444;
}
node {
    text-color: black;
    text-halo-color: white;
    text-halo-radius: 2;
}
node[oursurvey=information] {
	icon-image: "vehicle/restriction/roundabout_left.png";
    symbol-shape: circle;
    symbol-size: 50;
    symbol-fill-color: #99cc33;
    symbol-fill-opacity: 0.8;
    z-index: -5;
}
node[amenity=restaurant] {
	icon-image: "vehicle/restriction/roundabout_left.png";
    symbol-shape: circle;
    symbol-size: 50;
    symbol-fill-color: #99cc33;
    symbol-fill-opacity: 0.8;
    z-index: -5;
}
node[oursurvey=restaurant] {
	icon-image: "vehicle/restriction/roundabout_left.png";
    symbol-shape: circle;
    symbol-size: 50;
    symbol-fill-color: #99cc33;
    symbol-fill-opacity: 0.8;
    z-index: -5;
}