aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-04-18 13:43:34 -0400
committeradmin <admin@branchable.com>2015-04-18 13:43:34 -0400
commitcd790721b9baa8b7fbc91459144fcc61a853101c (patch)
tree3b70129151596ebe1b0486752f58b5883a34bbc4 /doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn
parent6deeb32ed6f6d1ccb2aaaa58278743b55ad23fab (diff)
downloadikiwiki-cd790721b9baa8b7fbc91459144fcc61a853101c.tar
ikiwiki-cd790721b9baa8b7fbc91459144fcc61a853101c.tar.gz
still works here, thanks to version pinning
Diffstat (limited to 'doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn')
-rw-r--r--doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn b/doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn
index bc92e80a0..45a746e2e 100644
--- a/doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn
+++ b/doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn
@@ -10,3 +10,13 @@ The javascript errors I saw are:
osm.js (line 30, col 1)
--[[Joey]]
+
+> I guess OpenLayers made a backwards-incompatible change... At [reseaulibre](http://wiki.reseaulibre.ca/) it seems we have survived this because we have a local copy of the OpenLayers source code:
+>
+> osm_openlayers_url: http://wiki.reseaulibre.ca/OpenLayers-2.12/OpenLayers.js
+>
+> Try specifying a versionned URL for the source:
+>
+> osm_openlayers_url: http://openlayers.org/api/2.12/OpenLayers.js
+>
+> ... and see if that fixes the problem. Then we can start looking at the [release notes](https://github.com/openlayers/openlayers/blob/master/notes/2.13.md) to figure out what change they did that broke us and upgrade. Or pin the version on our side. Or simply [[switch to something else|todo/replace_openlayers_with_leaflet]]. --[[anarcat]]