When decoding, return a geometry which is in a geojson-ish dict. This allows one to throw it into shapely to get a geometry. You can do this yourself, but then you have to detect multi vs non-multi yourself. Whereas with this patch, you don't have to worry at all.
When decoding, return a geometry which is in a geojson-ish dict. This allows one to throw it into shapely to get a geometry. You can do this yourself, but then you have to detect multi vs non-multi yourself. Whereas with this patch, you don't have to worry at all.