We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
buffer-size
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:
carto
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
The text was updated successfully, but these errors were encountered:
what reference are you using?
If we can use the Map {} buffe-size I think is an low priority issue
Map {}
Sorry, something went wrong.
beffer-size
To be clear: this is a nice to have, we don't need it for the migration.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: