Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty array on load route #20

Closed
mujie-dm opened this issue Dec 17, 2017 · 2 comments
Closed

Empty array on load route #20

mujie-dm opened this issue Dec 17, 2017 · 2 comments
Labels

Comments

@mujie-dm
Copy link

Hi,
I was successfully load an array of waypoints and tracks, but failed with routes gpx file with a simple codes. Array points of route is empty.

use phpGPX\phpGPX;
$gpx = new phpGPX();
$file = $gpx->load('gps_result.gpx');
print_r($file);

By the way, thank you for your great work.

Regards,
M

@Sibyx
Copy link
Owner

Sibyx commented Dec 18, 2017

Hi,
thank you for reporting. I found a typo in the parsing of routes in the library. I will try to resolve it this week.

@Sibyx
Copy link
Owner

Sibyx commented Jan 15, 2018

Resolved in RC-4

@Sibyx Sibyx closed this as completed Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants