 {{{
#!mapcss
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;
}
}}}