diagonalworks/diagonal-b6

Support spaces in WKT geometry

Opened this issue · 0 comments

We currently support importing geometry from WKT, eg:

def test_search_within_wkt_polygon(self):

however, so systems don't put a space between the geometry types and points, and we need the space. Presumably, this is became the geometry originally came from postgis, and so it's actual EWKT: http://postgis.net/docs/ST_AsEWKT.html

Reported by @gacafe