fix writing of kml file
authorJoey Hess <joey@kitenet.net>
Tue, 13 Mar 2012 21:16:09 +0000 (17:16 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 13 Mar 2012 21:55:47 +0000 (17:55 -0400)
commita1d7aad40119cd3f2bc970fc7ce10625d0da7106
tree072423db8cac699481913785c7ba1ca186227dbc
parenta0e071739405787cb1c0c7151c62567178cd2e8c
fix writing of kml file

It just didn't work, but also, it didn't use writefile, which is not
desirable for security. Fixed both issues.

Also removed some unnecessary debug messages.
IkiWiki/Plugin/osm.pm