diff options
author | Chris <Chris@web> | 2013-10-02 10:35:09 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-10-02 10:35:09 -0400 |
commit | d481a35aecd04721d1e5b0d90ee8791241be26cf (patch) | |
tree | a8aebf53e1c50a14ffacf9e68b0d69af0cc9566c /doc/bugs | |
parent | 25b6aeddebfcfdf1ac9ff3cf6d13d89d0b8be326 (diff) | |
download | ikiwiki-d481a35aecd04721d1e5b0d90ee8791241be26cf.tar ikiwiki-d481a35aecd04721d1e5b0d90ee8791241be26cf.tar.gz |
Remove link to github commit, and reference a branch instead
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/osm_plugin_error_TypeError:_mapProjection_is_null.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/osm_plugin_error_TypeError:_mapProjection_is_null.mdwn b/doc/bugs/osm_plugin_error_TypeError:_mapProjection_is_null.mdwn index 39113c1b4..ce8339d18 100644 --- a/doc/bugs/osm_plugin_error_TypeError:_mapProjection_is_null.mdwn +++ b/doc/bugs/osm_plugin_error_TypeError:_mapProjection_is_null.mdwn @@ -1,5 +1,6 @@ +[[!template id=gitbranch branch=cbaines/osm-layers-patch author="[[cbaines]]"]] + Using the osm plugin with a simple \[[!osm]] directive does not seem to work, a "TypeError: mapProjection is null" is given. I believe this is because the client side Javascript uses the options.layers, which is always Null. [[!tag patch]] I have produced a patch for this issue, but beware, while it appears to fix the problem for me, I have little understanding of perl and the existing code base. -<https://github.com/cbaines/ikiwiki/commit/4294b4c24a56c7103c48250dd9d833b42838a472> |