]> git.street.me.uk Git - andy/gpx.git/commit
Initial commit
authorAndy Street <andy@street.me.uk>
Thu, 13 Dec 2018 16:14:30 +0000 (16:14 +0000)
committerAndy Street <andy@street.me.uk>
Thu, 13 Dec 2018 16:14:30 +0000 (16:14 +0000)
commit885643398a12f976fc284d1ab49acc686375402a
treefd5566db25a0321f66e5b700ce976aefcdb66542
Initial commit

  * Read and write functionality for metadata.
17 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
docs/samples/full-1.0.gpx [new file with mode: 0644]
docs/samples/full-1.1.gpx [new file with mode: 0644]
phpdoc.dist.xml [new file with mode: 0644]
src/libgpx/bounds.php [new file with mode: 0644]
src/libgpx/copyright.php [new file with mode: 0644]
src/libgpx/geographic.php [new file with mode: 0644]
src/libgpx/gpx.php [new file with mode: 0644]
src/libgpx/gpxreader.php [new file with mode: 0644]
src/libgpx/gpxwriter.php [new file with mode: 0644]
src/libgpx/libgpx.php [new file with mode: 0644]
src/libgpx/libxmlexception.php [new file with mode: 0644]
src/libgpx/link.php [new file with mode: 0644]
src/libgpx/malformedgpxexception.php [new file with mode: 0644]
src/libgpx/person.php [new file with mode: 0644]
src/libgpx/xmlreader.php [new file with mode: 0644]