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
Is there any ability to set mapnik::attributes variables (used to replace @tokens in postgis SQL sub-queries) for rendering VectorTiles?
mapnik::attributes
As example, with default mapnik raster tiles rendering it works next way:
mapnik::attributes vars; // ... setting vars mapnik::agg_renderer<mapnik::image_rgba8> ren(map, req, vars, im, scale_factor, 0, 0);
But looks like there no ability to set this variables with mapnik::vector_tile_impl::processor (https://github.com/mapbox/mapnik-vector-tile/blob/master/src/vector_tile_processor.hpp#L50).
mapnik::vector_tile_impl::processor
The text was updated successfully, but these errors were encountered:
Pass variables to replace tokens in query
caa85ce
This fixes mapbox#218
b3de2a9
d76be0f
Solved in #248 thanks to @rafatower
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there any ability to set
mapnik::attributes
variables (used to replace @tokens in postgis SQL sub-queries) for rendering VectorTiles?As example, with default mapnik raster tiles rendering it works next way:
But looks like there no ability to set this variables with
mapnik::vector_tile_impl::processor
(https://github.com/mapbox/mapnik-vector-tile/blob/master/src/vector_tile_processor.hpp#L50).The text was updated successfully, but these errors were encountered: