tilequeue
tilequeue copied to clipboard
Allow formatters to accept shapely objects for geometries
At the moment, most of the formatters expect wkb. We should either extend them or modify them to take in a shapely object directly. All of them load the geometry into a shapely object anyway, and the callers just dump the shapely object to wkb before formatting.