yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 43 forks source link

Invalid geometry syntax should result in ValidationError, not TemplateSyntaxError #54

Open yourcelf opened 13 years ago

yourcelf commented 13 years ago

Currently, invalid geometries entered into a textarea result in a TemplateSyntaxError. Really, they should result in a ValidationError, so the corresponding field is marked as erroneous with a proper error message.