Seeing an error from shapely when calling [orient](https://github.com/mapzen/TileStache/blob/2420aca942e3203910a041113bbda427791d298e/TileStache/Goodies/VecTiles/transform.py#L1402) on a multipolygon. line 334, in orient ring = polygon.exterior | AttributeError: 'MultiPolygon' object has no attribute 'exterior' We're using Shapely==1.4.3 at the moment.
Seeing an error from shapely when calling orient on a multipolygon.
line 334, in orient ring = polygon.exterior | AttributeError: 'MultiPolygon' object has no attribute 'exterior'
We're using Shapely==1.4.3 at the moment.