This patch adds error reporting when load of a geo field fails

CommentFileSizeAuthor
geo_field_load_error.patch1.42 KBstrk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

strk’s picture

As a note, the parsing error occurs due to http://drupal.org/node/827060
That is, geo_value uses GeoSimple, for which WKB parsers are not implemented.

See also http://drupal.org/node/827756 for discussion of intended behaviour.

I think error handling is always good, however the actual bug will be fixed.