]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
bug report
authorJoey Hess <joeyh@joeyh.name>
Sat, 18 Apr 2015 16:30:47 +0000 (12:30 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 18 Apr 2015 16:30:47 +0000 (12:30 -0400)
doc/bugs/osm_plugin_fails_to_display_map_with_javascript_error.mdwn [new file with mode: 0644]

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 (file)
index 0000000..bc92e80
--- /dev/null
@@ -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]]