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

Be able to set buffer-size at layer level #23

Open
dgaubert opened this issue Jan 16, 2017 · 2 comments
Open

Be able to set buffer-size at layer level #23

dgaubert opened this issue Jan 16, 2017 · 2 comments

Comments

@dgaubert
Copy link

With mapnik we can set buffer-size at layer level:

<Layer name="wadus" srs="+init=epsg:3857" buffer-size="64">

If we try to set buffer-size at layer level directly in CartoCSS:

#layer { buffer-size: 64 }

then carto raises the following error:

Error: Map properties are not permitted in other rules

In order to take advantage of mapnik's feature we need to be able to set buffer-size as layer's property as we can do at Map level.

cc @rochoa, @javisantana, @jorgesancha

@javisantana
Copy link

what reference are you using?

If we can use the Map {} buffe-size I think is an low priority issue

@saleiva saleiva changed the title Be able to set beffer-size at layer level Be able to set buffer-size at layer level Jan 16, 2017
@rochoa
Copy link

rochoa commented Jan 17, 2017

To be clear: this is a nice to have, we don't need it for the migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants