mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
make apply_to_layer public
This commit is contained in:
parent
808b07ad6c
commit
b50330c40e
@ -62,7 +62,6 @@ public:
|
||||
* \brief apply renderer to a single layer, providing pre-populated set of query attribute names.
|
||||
*/
|
||||
void apply(mapnik::layer const& lyr, std::set<std::string>& names);
|
||||
private:
|
||||
/*!
|
||||
* \brief render a layer given a projection and scale.
|
||||
*/
|
||||
@ -72,6 +71,7 @@ private:
|
||||
double scale_denom,
|
||||
std::set<std::string>& names);
|
||||
|
||||
private:
|
||||
/*!
|
||||
* \brief renders a featureset with the given styles.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user