nmns.place
This commit is contained in:
parent
a8c4913437
commit
d37b0a67a4
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ from xml.dom import minidom
|
|||
|
||||
collection = {}
|
||||
gpx_root = '''<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" version="1.1" creator="nfc.flux.vision"></gpx>'''
|
||||
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" version="1.1" creator="nmns.place"></gpx>'''
|
||||
kml_root = '''<?xml version="1.0" encoding="UTF-8"?>
|
||||
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2"><Document><Folder></Folder></Document></kml>'''
|
||||
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" creator="nmns.place"><Document><Folder></Folder></Document></kml>'''
|
||||
|
||||
def make_files(void):
|
||||
makeGPX()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue