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

os.path.join creates bogus paths on iis #29

Closed onurmatik closed 14 years ago

onurmatik commented 14 years ago

Hi,

On a windows server, the paths created for the css and js files by os.path.join look like:

src="/olwidget\js/olwidget.js"

Thus, Firefox cannot find the files, but still works with Safari.

Thanks.

omat

yourcelf commented 14 years ago

Thanks, replaced os.path.join with a custom "url_join" that does the right thing.