[Potlatch-dev] external mapcss stylesheets and potlatch2

Richard Fairhurst richard at systemeD.net
Fri Jan 6 11:50:06 GMT 2012


On 06/01/2012 11:33, Cobra wrote:
> On 2012-01-06 11:59, Richard Fairhurst wrote:
>> Flash Player only allows Flash apps (such as P2) to load data from
>> domains that have a permissions file, called crossdomain.xml. This
>> permissions file needs to be saved at the root of the domain.
>
> <random rant, including the words "flash" and "retarded">

Yup. crossdomain.xml is horrid. To be fair, Flash Player supported this 
way before browser writers started allowing it for JS via 
Access-Control-Allow-Origin, and even then that requires sending 
additional response headers which (for most people) is harder than just 
uploading a file somewhere.

> Are there any plans for for combining several styles besides merging
> them locally into one file?

You can use @import directives:
	@import("stylesheets/core_ways.css");

cheers
Richard




More information about the Potlatch-dev mailing list