aboutsummaryrefslogtreecommitdiff
path: root/gk2kml.py
diff options
context:
space:
mode:
authorpux <pux@pux.dom>2022-05-07 12:37:41 +0200
committerpux <pux@pux.dom>2022-05-07 12:37:41 +0200
commitb9bd2fb6a8166e08a5f345d3905e43adb3b72495 (patch)
tree8b91eaed03f872dc4ad490a415cb37ddd73de340 /gk2kml.py
parent193b5efd5db2ed89c198c29ce445d2d63879801b (diff)
downloadgauss_krueger_to_wgs84_kml-b9bd2fb6a8166e08a5f345d3905e43adb3b72495.tar.gz
gauss_krueger_to_wgs84_kml-b9bd2fb6a8166e08a5f345d3905e43adb3b72495.tar.bz2
gauss_krueger_to_wgs84_kml-b9bd2fb6a8166e08a5f345d3905e43adb3b72495.zip
template.kml to template/ dir
so we can easily mv *.kml later on
Diffstat (limited to 'gk2kml.py')
-rwxr-xr-xgk2kml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gk2kml.py b/gk2kml.py
index 3a02771..aad7408 100755
--- a/gk2kml.py
+++ b/gk2kml.py
@@ -93,7 +93,7 @@ def main():
if args.write:
print('Writing to kml file: ' + args.write + '.kml')
- template = open('template.kml', 'r', encoding='utf-8')
+ template = open('template/template.kml', 'r', encoding='utf-8')
outf = open(args.write + '.kml', 'w', encoding='utf-8',\
errors='ignore')
line = template.readline()
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa