TileStache
TileStache copied to clipboard
Add ability to drop features to individual feature transforms
It would be nice if there was a way for the individual feature transforms to signal that a feature should be dropped. One way to do this would be to return None
for the shape. This would allow us to cut down on some of the post-process steps.