diff options
author | cbaines <cbaines@web> | 2013-08-24 10:55:18 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-24 10:55:18 -0400 |
commit | f3371a505c4df284890ef222b864ee2aa2763066 (patch) | |
tree | 0d3022b58dc44dffb8888e5718b600e51b760934 /doc/bugs | |
parent | 650ed10866bb07ed6e83b91c4bcba9f0e3bf74ed (diff) | |
download | ikiwiki-f3371a505c4df284890ef222b864ee2aa2763066.tar ikiwiki-f3371a505c4df284890ef222b864ee2aa2763066.tar.gz |
Add patch, and fix directive
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/osm_plugin_error_TypeError:_mapProjection_is_null.mdwn | 6 |
1 files changed, 5 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 2babb3dae..39113c1b4 100644 --- a/doc/bugs/osm_plugin_error_TypeError:_mapProjection_is_null.mdwn +++ b/doc/bugs/osm_plugin_error_TypeError:_mapProjection_is_null.mdwn @@ -1 +1,5 @@ -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. +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> |