EOxServer / eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.
https://eoxserver.org
Other
40 stars 19 forks source link

Rectified Dataset list save results in GEOSException #104

Closed Schpidi closed 10 years ago

Schpidi commented 11 years ago

Reporter: meissls Date: 2012/01/23 11:29

Trying to save the list view of Rectified Datasets results in:

GEOSException: Error encountered checking Geometry returned from GEOS C function "GEOSWKBReader_read_r".

constantinius commented 11 years ago

Date: 2012/03/08 15:58

Links to the same problem in Django google-group: [http://groups.google.com/group/geodjango/browse_thread/thread/548247fb4d8a03ff?pli=1], [https://groups.google.com/forum/#!msg/geodjango/hR1X5bVxaj0/QNJEGwsYYT8J]

constantinius commented 11 years ago

Date: 2012/03/09 14:12

Preliminarily fixed with r1494. The occurring exception is simply swallowed.

constantinius commented 10 years ago

This doesn't seem to be an issue anymore. Checked with Django 1.4.13, 1.5.8 and 1.6.

We can still reopen it if this surfaces again.