Issue #63: add way style to MapCSS.

This commit is contained in:
Sergey Vartanov 2021-07-29 23:36:57 +03:00
parent e6cdf779af
commit 6635a5de4a

View file

@ -9,3 +9,34 @@ meta {
version: "0.1";
link: "https://github.com/enzet/Roentgen";
}
canvas {
fill-color: #FFFFFF;
}
way {
fill-opacity: 1;
text-color: black;
text-offset-y: -11;
}
relation {
fill-opacity: 1;
text-color: black;
text-offset-y: -11;
}
node {
symbol-shape: circle;
symbol-size: 1;
text: auto;
text-color: black;
text-offset-y: -11;
text-anchor-horizontal: center;
font-size: 11;
}
way[building] {
fill-color: #D8D0C8;
opacity: 1;
}
relation[building] {
fill-color: #D8D0C8;
opacity: 1;
}