Changes between Version 1 and Version 2 of Help/Plugin/Scripting/Python


Ignore:
Timestamp:
2011-08-06T12:20:15+02:00 (15 years ago)
Author:
Polyglot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/Scripting/Python

    v1 v2  
    33Export a collection of routes to Garmin GPX file:
    44
     5
     6{{{
    57#!/bin/jython
    68'''
     
    9496f.write('</gpx>\n')
    9597f.close()
     98}}}
    9699
    97100
    98101
     102