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

Cannot concat None and string #57

Closed dyve closed 13 years ago

dyve commented 13 years ago

I've seen errors that indicate _reduce_url_parts in utils.py can get passed None instead of a string (while setting up a new project for example). This is ugly. I'll add lines that convert None to empty string.

yourcelf commented 13 years ago

Looks like this should be fixed now, but open a new ticket if you have more trouble.