projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b57311
)
make icon absolute
author
Joey Hess
<joey@kitenet.net>
Tue, 13 Mar 2012 21:49:41 +0000
(17:49 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 13 Mar 2012 21:55:48 +0000
(17:55 -0400)
it is put into kml files, etc
IkiWiki/Plugin/osm.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/osm.pm
b/IkiWiki/Plugin/osm.pm
index 91f23ba1f65c8e8e7a366012f12a108c65de604e..be499495c4f7e65722773c73974b12e8eba3fcb2 100644
(file)
--- a/
IkiWiki/Plugin/osm.pm
+++ b/
IkiWiki/Plugin/osm.pm
@@
-151,7
+151,7
@@
sub process_waypoint {
last;
}
}
- $icon = urlto($icon, $dest);
+ $icon = urlto($icon, $dest
, 1
);
$tag = '' unless $tag;
if ($page eq $dest) {
if (!defined($config{'osm_format'}) || !$config{'osm_format'}) {