Hi, I'm working on a Django hobby project on-and-off, and it makes heavy use of GIS and OSM. The last time I worked on the project was several weeks ago. Today, I fired up Django again to do some more work on it. However, it seems that the display of OSM widgets in admin screens is now broken. On pages that are supposed to display a widget, only the navigation control buttons (pan/zoom) show, and there's just white space where the map should get rendered. The checkboxes to toggle layers is also not getting rendered.
Firebug is giving me this error: OpenLayers.Layer.OSM is undefined http://www.openstreetmap.org/openlayers/OpenStreetMap.js Line 56 See screenshot also: http://basement.greenash.net.au/screenshots/django_osm_error.png I'm not aware of any changes I've made to my code, that could have caused this behavior. I'm also not sure if this is a problem with the code on the OSM side, or with the code on the Django side - I'm pretty new to it all. I'm hoping that other people can reproduce this bug. I was going to submit this straight to the Django core issue queue, but I thought I should go through this mailing list first, in case this is all a silly mistake on my part. But if it is a bug, then I'll go ahead and submit it to the queue, and it would be great to get it fixed. Thanks, Jeremy. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---