Re: [Potlatch-dev] CSS @import

2011-01-24 Thread Steve Bennett
On Mon, Jan 24, 2011 at 8:01 PM, Richard Fairhurst wrote: > In particular, it'd be great to use this so we could have two core > stylesheets: a Standard one and an Enhanced one. Would you mind explaining a bit what the original thinking behind multiple stylesheets in Potlatch 2 was/is? For exampl

Re: [Potlatch-dev] CSS @import

2011-01-24 Thread Steve Bennett
On Mon, Jan 24, 2011 at 11:25 PM, Andy Allan wrote: > We've still got some pretty nasty gotchas in the stylesheet handling > code - p2 doesn't behave well if the stylesheet in the SharedObject > isn't available, or if the stylesheets.xml is missing or has errors. I also noticed last night that it

Re: [Potlatch-dev] [OpenStreetMap] #3410: potlatch2 can't exit from dragging toolbox (was: can't exit from dragging toolbox)

2011-01-24 Thread OpenStreetMap
#3410: potlatch2 can't exit from dragging toolbox +--- Reporter: FK270673| Owner: potlatch-dev@… Type: defect | Status: new

Re: [Potlatch-dev] Potlatch2 against "forked" OSM

2011-01-24 Thread Eric Wolf
FYI: The networking folks loosened up the proxy/firewall a little and now everything's working great. -Eric -=--=---===---=--=-=--=---==---=--=-=- Eric B. Wolf                           720-334-7734 On Thu, Jan 13, 2011 at 1:30 PM, Eric Wolf wrote: >> I'm concerned that you get

Re: [Potlatch-dev] CSS @import

2011-01-24 Thread Andy Allan
On Mon, Jan 24, 2011 at 9:01 AM, Richard Fairhurst wrote: > Hi all, > > I've added support for CSS @import rules in stylesheets, so you can share > common features between them (even nesting them if you like): > > @import "pois.css"; > @import "interactive.css"; This is great. I maintain a number

[Potlatch-dev] CSS @import

2011-01-24 Thread Richard Fairhurst
Hi all, I've added support for CSS @import rules in stylesheets, so you can share common features between them (even nesting them if you like): @import "pois.css"; @import "interactive.css"; P2's MapCSS implementation is currently order-sensitive (i.e. some stuff, such as :drawn, will behave