From: Richard Fairhurst Date: Fri, 21 Mar 2008 21:33:38 +0000 (+0000) Subject: Edgemaster's patch to colour routes depending on network X-Git-Tag: live~7836 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cb0b0d9d897eaf3cbf695da30d4f2173001cdb6d?hp=ec264a935e728d47e8167a3f7e43ea4c4e66875a Edgemaster's patch to colour routes depending on network --- diff --git a/config/potlatch/relation_colours.txt b/config/potlatch/relation_colours.txt index eff8c52b3..5eabe0e08 100644 --- a/config/potlatch/relation_colours.txt +++ b/config/potlatch/relation_colours.txt @@ -1,3 +1,7 @@ # Potlatch relations colours file # each line must be tab-separated: tag, colour, alpha, width +lcn 0x0000ff 50 10 +rcn 0x28c9fe 50 10 +ncn 0xff0000 50 10 +ldp 0x008000 50 10 diff --git a/public/potlatch/potlatch.swf b/public/potlatch/potlatch.swf index a8d30fd88..801b384e2 100755 Binary files a/public/potlatch/potlatch.swf and b/public/potlatch/potlatch.swf differ