Hi
using the Mapnikrasterizer and trying to zoom to a particular set of features (or area) befor creating an image with the input datasets.
For example (and keeping it very basic for now), suppose two datasets are being fed into the Mapnikrasterizer:
Dataset1 covers an entire State/County...whatever jurisdiction.
Dataset2 is a polygon and only partly covers part of the jurisdiction.
WITHOUT CLIPPING the data from Dataset1, can Dataset2 be used to manage the extent of the contents such the the final image produced by Mapnikrazterizer is limited to the extents (or thereabouts) of Dataset2?
If tried using the BoundingBoxAccumulator, BoundsExtractor, Bounding Boxreplacer and 2D Box Replacer to mange the extent but they don't appear to have any affect.
Grateful for any feeback
CC