From b9bd2fb6a8166e08a5f345d3905e43adb3b72495 Mon Sep 17 00:00:00 2001 From: pux Date: Sat, 7 May 2022 12:37:41 +0200 Subject: template.kml to template/ dir so we can easily mv *.kml later on --- gk2kml.py | 2 +- template.kml | 60 --------------------------------------------------- template/template.kml | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 template.kml create mode 100644 template/template.kml 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() diff --git a/template.kml b/template.kml deleted file mode 100644 index 9469872..0000000 --- a/template.kml +++ /dev/null @@ -1,60 +0,0 @@ - - - - $NAME.kml - - - - normal - #s_ylw-pushpin - - - highlight - #s_ylw-pushpin_hl - - - - - $NAME - $NAME - - $LON - $LAT - 0 - 0 - 0 - 999.9998585735252 - relativeToSeaFloor - - #m_ylw-pushpin - - 1 - $LON,$LAT - - - - diff --git a/template/template.kml b/template/template.kml new file mode 100644 index 0000000..9469872 --- /dev/null +++ b/template/template.kml @@ -0,0 +1,60 @@ + + + + $NAME.kml + + + + normal + #s_ylw-pushpin + + + highlight + #s_ylw-pushpin_hl + + + + + $NAME + $NAME + + $LON + $LAT + 0 + 0 + 0 + 999.9998585735252 + relativeToSeaFloor + + #m_ylw-pushpin + + 1 + $LON,$LAT + + + + -- cgit v1.2.2-1-g5e49