This commit is contained in:
parent
cd3c27d503
commit
bf466863af
|
@ -97,10 +97,8 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='')
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$gpx = downloadRemoteFile($gpx);
|
$gpx = downloadRemoteFile($gpx);
|
||||||
print_r($gpx);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$points = getPoints( $gpx, $pointsoffset, $donotreducegpx);
|
$points = getPoints( $gpx, $pointsoffset, $donotreducegpx);
|
||||||
$points_maps = '';
|
$points_maps = '';
|
||||||
$points_graph = '';
|
$points_graph = '';
|
||||||
|
|
Loading…
Reference in New Issue