From: Andy Allan Date: Mon, 30 Nov 2009 14:10:33 +0000 (+0000) Subject: Add poi preset for railway stations X-Git-Tag: 0.5~571 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/fe56d0a20276e13daa00dd47eaa72d9660e00e86 Add poi preset for railway stations --- diff --git a/resources/map_features.xml b/resources/map_features.xml index 913fe62d..61048659 100644 --- a/resources/map_features.xml +++ b/resources/map_features.xml @@ -423,7 +423,15 @@ - + + + ${name} + + + + + + diff --git a/resources/potlatch.css b/resources/potlatch.css index 0d86ce1b..e7b16761 100644 --- a/resources/potlatch.css +++ b/resources/potlatch.css @@ -38,7 +38,7 @@ way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2 way[highway=track] { color: #996644; width: 2; dashes: 4, 2; } way[highway=path] { color: lightgreen; width: 2; dashes: 2, 2; } -way[waterway=river], way[waterway=canal] { color: lightblue; width: 2; text:name; text-color:blue; font-size:7; text-position: offset; text-offset: 7;} +way[waterway=river], way[waterway=canal] { color: blue; width: 2; text:name; text-color:blue; font-size:9; text-position: offset; text-offset: 7;} way[barrier] {color: #000000; width: 1}