From: Tom Hughes Date: Mon, 22 Nov 2010 16:43:56 +0000 (+0000) Subject: Update Potlatch 2 to r24332 build X-Git-Tag: live~6290^2~27 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6bdc86dd33e280405317a6636ebab4734fe2e3a3 Update Potlatch 2 to r24332 build --- diff --git a/public/potlatch2/bikeshops.css b/public/potlatch2/bikeshops.css new file mode 100644 index 000000000..cd74a7fff --- /dev/null +++ b/public/potlatch2/bikeshops.css @@ -0,0 +1,3 @@ +node { z-index: 9; + icon-image: features/bike-shop.png; + text-offset: 28; font-family: DejaVu; text: name; font-size: 9; text_color: red; width: 50;} \ No newline at end of file diff --git a/public/potlatch2/bugs.css b/public/potlatch2/bugs.css new file mode 100644 index 000000000..68bd474f9 --- /dev/null +++ b/public/potlatch2/bugs.css @@ -0,0 +1,9 @@ +node[status=fixed] { z-index: 2; + icon-image: features/bugs/fixed.png; } + +node[status=invalid] { z-index: 2; + icon-image: features/bugs/invalid.png; } + +node[status=open] { z-index: 2; + icon-image: features/bugs/open.png; + text-offset: 14; font-family: DejaVu; text: name; font-size: 9; text_color: red; } \ No newline at end of file diff --git a/public/potlatch2/features/bike-shop.png b/public/potlatch2/features/bike-shop.png new file mode 100644 index 000000000..b7a0c68ac Binary files /dev/null and b/public/potlatch2/features/bike-shop.png differ diff --git a/public/potlatch2/potlatch2.swf b/public/potlatch2/potlatch2.swf index 8df71cb30..4431b4a92 100644 Binary files a/public/potlatch2/potlatch2.swf and b/public/potlatch2/potlatch2.swf differ