#11401 closed (fixed)
OSM Admin broken after OpenLayers updated to version 2.8
Reported by: | Charlie DeTar | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
OpenLayers updated their stable version from version 2.7 to version 2.8. I don't know why, but this seems to have broken the Admin OSM implementation, even though the admin implementation still uses version 2.7. See this thread:
http://groups.google.com/group/geodjango/browse_thread/thread/139f0e7013a87c78
The attached patch seems to resolve the issue by using OpenLayers version 2.8 in the admin implementation instead.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | update_osmadmin_to_OL2.8.diff added |
---|
comment:1 by , 15 years ago
milestone: | → 1.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
In #geodjango
, springmeyer identified the root cause: http://trac.openstreetmap.org/changeset/16131.
The OSM JavaScript file that is linked to in the geographic admin was changed to only support OpenLayers 2.8. Glad this was caught before the release.
(In r11125) Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMap does not support previous versions. Thanks, yourcelf for ticket and patch.