Revision: 4845
http://linpha.svn.sourceforge.net/linpha/?rev=4845&view=rev
Author: bzrudi
Date: 2008-01-31 11:57:11 -0800 (Thu, 31 Jan 2008)
Log Message:
-----------
remove test xml output
Modified Paths:
--------------
trunk/linpha2/lib/plugins/maps/module.maps.php
Modified: trunk/linpha2/lib/plugins/maps/module.maps.php
===================================================================
--- trunk/linpha2/lib/plugins/maps/module.maps.php 2008-01-31 19:54:28 UTC (rev 4844)
+++ trunk/linpha2/lib/plugins/maps/module.maps.php 2008-01-31 19:57:11 UTC (rev 4845)
@@ -24,11 +24,11 @@
*/
if(!defined('LINPHA_DIR')) { exit(1); }
include_once LINPHA_DIR.'/lib/plugins/maps/xml_parser.class.php';
-
+/*
$GPXData = new LinXmlParser();
$array_with_gpx = $GPXData->readXmlFile('/tmp/sample.gpx');
echo "<pre>", print_r($array_with_gpx), "</pre>";
-
+*/
/**
* xml load/save stuff
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|