mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-04 11:51:52 +02:00
Issue #63: add way style to MapCSS.
This commit is contained in:
parent
e6cdf779af
commit
6635a5de4a
1 changed files with 31 additions and 0 deletions
|
@ -9,3 +9,34 @@ meta {
|
||||||
version: "0.1";
|
version: "0.1";
|
||||||
link: "https://github.com/enzet/Roentgen";
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue