Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent map background from filling the full canvas #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hholzgra
Copy link

@hholzgra hholzgra commented May 7, 2016

The cairo_renderer in recent Mapnik versions fills
the map background with the background_color
set in the active stylesheet.

By setting a clip area before calling mapnik.render()
we restrict the background filling to the area we
actually want to have the map in. Otherwise it would
fill the whole canvas and so paint over already
existing features.

See also: mapnik/mapnik@12dfcef

The cairo_renderer in recent Mapnik versions fills
the map background with the background_color
set in the active stylesheet.

By setting a clip area before calling mapnik.render()
we restrict the background filling to the area we
actually want to have the map in. Otherwise it would
fill the whole canvas and so paint over already
existing features.

See also: mapnik/mapnik@12dfcef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant