lawrencedeerclub/resources/style.mapcss

24 lines
353 B
Text

meta {
title: "Hunting Trails Preview";
version: "1.0";
description: "Styles for road/trail/shooting lane cleanup work.";
}
way[type=road] {
width: 8;
color: #654321;
opacity: 1.0;
}
way[type=trail] {
width: 3;
color: #800000;
opacity: 1.0;
}
way[type=shooting_lane] {
width: 2;
color: #000000;
dashes: 3,3;
opacity: 0.9;
}