X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2f90fce8d46b8ab9d7443f8d6b6d4ce53e7b9ed7..8d4342183b1c3a96797def6fff96feebacb90db6:/doc/ikiwiki/directive/osm/discussion.mdwn diff --git a/doc/ikiwiki/directive/osm/discussion.mdwn b/doc/ikiwiki/directive/osm/discussion.mdwn index 4570fdd82..d9eb56951 100644 --- a/doc/ikiwiki/directive/osm/discussion.mdwn +++ b/doc/ikiwiki/directive/osm/discussion.mdwn @@ -5,3 +5,9 @@ For some reason this stopped working after the 20120203 upgrade: Suppression de /home/a-mesh/public_html/map/pois.json, qui n'est plus rendu par nodes/anarcat 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"); + +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]]