Mercurial > hg > events2kml
comparison harvestDataFromEvents.py @ 3:f198c86dd1f6
umstellung fuer dariah browser
author | dwinter |
---|---|
date | Wed, 09 Jan 2013 14:37:39 +0100 |
parents | 283badd62593 |
children |
comparison
equal
deleted
inserted
replaced
2:d8af0ff76407 | 3:f198c86dd1f6 |
---|---|
26 | 26 |
27 | 27 |
28 def toKML(self): | 28 def toKML(self): |
29 ret=""" | 29 ret=""" |
30 <Placemark> | 30 <Placemark> |
31 <name>%s - %s</name> | 31 <name>%s</name> |
32 <address>%s</address> | |
32 <description><![CDATA[%s]]></description> | 33 <description><![CDATA[%s]]></description> |
33 <TimeStamp><when>%s</when></TimeStamp> | 34 <TimeStamp><when>%s</when></TimeStamp> |
34 <Point> | 35 <Point> |
35 <coordinates>%s,%s</coordinates> | 36 <coordinates>%s,%s</coordinates> |
36 </Point> | 37 </Point> |