X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0faceb91c07636284e8543d517721a25dbe29058..9da467f063231185de7b336c36a62c08d1258ff4:/IkiWiki/Plugin/osm.pm
diff --git a/IkiWiki/Plugin/osm.pm b/IkiWiki/Plugin/osm.pm
index 8bf6ae93b..c9c5646c4 100644
--- a/IkiWiki/Plugin/osm.pm
+++ b/IkiWiki/Plugin/osm.pm
@@ -325,41 +325,6 @@ sub writekml($;$) {
eval q{use XML::Writer};
error $@ if $@;
foreach my $map (keys %waypoints) {
-
-=pod
-Sample placemark:
-
-
-
-
- Simple placemark
- Attached to the ground. Intelligently places itself
- at the height of the underlying terrain.
-
- -122.0822035425683,37.42228990140251,0
-
-
-
-
-Sample style:
-
-
-
-
-
-=cut
-
my $output;
my $writer = XML::Writer->new( OUTPUT => \$output,
DATA_MODE => 1, ENCODING => 'UTF-8');