aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-08-05 22:02:39 -0400
committerJoey Hess <joey@kitenet.net>2012-08-05 22:02:39 -0400
commitd926c4aca9679cf2f259bd8bb0ee678eed43e30d (patch)
tree188ce16f3b49af71aaa6fe6d1d4a65821c85e893 /doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn
parent409c4e48f983d10aceb6321148d7f440d17eb28f (diff)
downloadikiwiki-d926c4aca9679cf2f259bd8bb0ee678eed43e30d.tar
ikiwiki-d926c4aca9679cf2f259bd8bb0ee678eed43e30d.tar.gz
merged anarcat's osm fixes
Diffstat (limited to 'doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn')
-rw-r--r--doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn b/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn
index 6420e133d..89c08b73c 100644
--- a/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn
+++ b/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn
@@ -8,10 +8,16 @@ Indeed, that URL yields a 404. The proper URL is <http://mesh.openisp.ca/map/poi
## Proposed solution
-The problem seems to be caused by `urlto()` being called for the `osm` directive before the generated files are registered with `will_render()` from the `waypoint` directive. Proposed patch adds a function that is called from the `preprocess` hook for both directives that registers the files.
+The problem seems to be caused by `urlto()` being called for the `osm`
+directive before the generated files are registered with `will_render()`
+from the `waypoint` directive. Proposed patch adds a function that is
+called from the `preprocess` hook for both directives that registers the
+files.
Here is a [[patch]] to IkiWiki/Plugin/osm.pm: <https://reseaulibre.deuxpi.ca/0000-Fix-incorrect-URL-pointing-to-the-generated-waypoint.patch>
--[[deuxpi]]
I confirm the patch works, and I added it to my master branch. --[[anarcat]]
+
+> [[applied|done]]. Thanks guys. --[[Joey]]