tilequeue icon indicating copy to clipboard operation
tilequeue copied to clipboard

Allow formatters to accept shapely objects for geometries

Open rmarianski opened this issue 9 years ago • 0 comments

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.

rmarianski avatar Sep 03 '15 14:09 rmarianski