aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-04-13 00:42:36 -0400
committeradmin <admin@branchable.com>2012-04-13 00:42:36 -0400
commit5ab0da9b217804ab87019f83d508c7f0ff44680a (patch)
tree1ee4f2a8b76d23efe985d2536338c832d7b07ba6 /doc/ikiwiki
parenta13e1dad909cd6ae128215e28fc4e5956210fd6c (diff)
downloadikiwiki-5ab0da9b217804ab87019f83d508c7f0ff44680a.tar
ikiwiki-5ab0da9b217804ab87019f83d508c7f0ff44680a.tar.gz
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/osm/discussion.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/osm/discussion.mdwn b/doc/ikiwiki/directive/osm/discussion.mdwn
index f29a14cdc..d9eb56951 100644
--- a/doc/ikiwiki/directive/osm/discussion.mdwn
+++ b/doc/ikiwiki/directive/osm/discussion.mdwn
@@ -8,4 +8,6 @@ The map ceased to be generated, basically. --[[anarcat]]
> Weird. This went away after adding debugging. No clue what happened here. But note that this following debugging code was quite useful in the output of --rebuild:
- debug("writing pois file pois.kml in " . $config{destdir} . "/$map");
+ debug("writing pois file pois.kml in " . $config{destdir} . "/$map");
+
+The `width` and `height` parameters of the `[[!osm]]` directive stopped working after that upgrade too. The map doesn't show at all when they are added to the directive. --[[anarcat]]