From: Joey Hess Date: Sat, 18 Apr 2015 16:30:47 +0000 (-0400) Subject: bug report X-Git-Tag: 3.20150610~104 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/3fe1f39f88b68e6ca4301fec50c5003250e82ee6?hp=3c9537af5df0affc2c9ecd8dc4250f2ef07f401d bug report --- 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 new file mode 100644 index 000000000..bc92e80a0 --- /dev/null +++ b/doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn @@ -0,0 +1,12 @@ +A simple use of this plugin seems to fail now, +yeilding either a blank map or some javascript errors. + +The javascript errors I saw are: + + SyntaxError: syntax error + OpenLayers.js (line 476, col 64) + + ReferenceError: OpenLayers is not defined + osm.js (line 30, col 1) + +--[[Joey]]