Skip to content

Problem with carto.css and src-out #68

Open
@Zbychus

Description

@Zbychus

I have simple carto style:

// global land vector 10m (Natural Earth)
#land{
polygon-pattern-file: url("noise.png");
}
// global lakes vector 10m (Natural Earth)
#lakes {
polygon-opacity:0;
polygon-comp-op: src-out;
}

which should render land polygons with noise.png as a texture with exclusion of lakes polygons.

While it works fine in TileMill (in lakes polygons there is transparent background), when applied in tessera I receive the lake polygons that are grayed and covered by noise.png texture as well.

What and where is wrong, TileMill or tessera ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions