From: Tom Hughes Date: Mon, 3 Oct 2011 13:06:44 +0000 (+0100) Subject: Update Potlatch 2 to 2.3-22-g7ed0c35 build X-Git-Tag: live~6211 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/35cbcdedd2e4fc343b807750d9e710d9ea0ea505?ds=sidebyside Update Potlatch 2 to 2.3-22-g7ed0c35 build --- diff --git a/public/potlatch2/locales/de_DE.swf b/public/potlatch2/locales/de_DE.swf index 73326dff1..7bb8883b4 100644 Binary files a/public/potlatch2/locales/de_DE.swf and b/public/potlatch2/locales/de_DE.swf differ diff --git a/public/potlatch2/locales/en_GB.swf b/public/potlatch2/locales/en_GB.swf index fcc81c2ee..3f8dd1494 100644 Binary files a/public/potlatch2/locales/en_GB.swf and b/public/potlatch2/locales/en_GB.swf differ diff --git a/public/potlatch2/locales/en_US.swf b/public/potlatch2/locales/en_US.swf index f0e101851..f18135d1a 100644 Binary files a/public/potlatch2/locales/en_US.swf and b/public/potlatch2/locales/en_US.swf differ diff --git a/public/potlatch2/locales/fr_FR.swf b/public/potlatch2/locales/fr_FR.swf index 6e9cfe0f7..df9f70ce5 100644 Binary files a/public/potlatch2/locales/fr_FR.swf and b/public/potlatch2/locales/fr_FR.swf differ diff --git a/public/potlatch2/locales/pl_PL.swf b/public/potlatch2/locales/pl_PL.swf index 4cbadf79f..622c51b9e 100644 Binary files a/public/potlatch2/locales/pl_PL.swf and b/public/potlatch2/locales/pl_PL.swf differ diff --git a/public/potlatch2/potlatch2.swf b/public/potlatch2/potlatch2.swf index 829fd8b96..b1d1e9fe9 100644 Binary files a/public/potlatch2/potlatch2.swf and b/public/potlatch2/potlatch2.swf differ diff --git a/public/potlatch2/stylesheets/core_ways.css b/public/potlatch2/stylesheets/core_ways.css index b7c282332..30c6e8e1d 100644 --- a/public/potlatch2/stylesheets/core_ways.css +++ b/public/potlatch2/stylesheets/core_ways.css @@ -30,7 +30,7 @@ way[highway=pedestrian] :area { color: #555555; width: 1; fill-color: #ddddee; way[highway=steps] { color: #FF6644; width: 6; dashes: 2, 2; } way[highway=footway] { color: #FF6644; width: 2; dashes: 6, 3; set .path;} -way[highway=footway][bicycle=yes] { z-index: 4; color: blue; width: 1; } +way[highway=footway][bicycle=yes]::bike { z-index: 4; color: blue; width: 1; } way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2; set .path;} way[highway=track] { color: #996644; width: 2; dashes: 4, 2; set .path;} way[highway=path] { color: brown; width: 2; dashes: 2, 2; set .path;}