Update Potlatch 2 to 2.3-27-gb6d4754 build

This commit is contained in:
Tom Hughes 2011-10-03 15:09:49 +01:00
parent 35cbcdedd2
commit 027bcbd329
8 changed files with 9 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -18,7 +18,8 @@ way :tiger { casing-color: #ff00ff;}
node :dupe { z-index: 9; icon-image: circle; icon-width:8; color: white; opacity: 0.4; casing-opacity: 0.4; casing-color: red; casing-width: 3; }
node :hoverway { z-index: 9; icon-image: square; icon-width: 7; color: blue; layer: 5; }
node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 4; color: green; casing-color: black; casing-width: 1; }
node !:drawn :hasTags :poi { z-index: 2; icon-image: circle; icon-width: 4; color: green; casing-color: black; casing-width: 1; }
node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 4; color: #BBB; casing-color: #333; casing-width: 1; }
node !:drawn :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; }
node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 4; color: black; }
node !:drawn :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1; layer: 5; }

View file

@ -18,11 +18,11 @@
way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
@import("stylesheets/core_interactive.css");
/* Test rendering for licence status */
/* Rendering for licence status */
way[_status=no]::status { z-index: 0; width: 20; color: red; }
way[_status=partial]::status { z-index: 0; width: 20; color: red; opacity: 0.4; }
way[_status=unsure]::status { z-index: 0; width: 20; color: orange; opacity: 0.4; }
node[_status=no]::status { z-index: 0; icon-image: square; icon-width: 15; color: red; }
node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: 15; color: red; opacity: 0.4; }
node[_status=unsure]::status { z-index: 0; icon-image: square; icon-width: 15; color: orange; opacity: 0.4; }
way[_status=no]::status { z-index: 0; width: eval('_width+7'); color: red; }
way[_status=partial]::status { z-index: 0; width: eval('_width+7'); color: red; opacity: 0.4; }
way[_status=unsure]::status { z-index: 0; width: eval('_width+7'); color: orange; opacity: 0.4; }
node[_status=no]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: red; }
node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: red; opacity: 0.4; }
node[_status=unsure]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: orange; opacity: 0.4; }