• Resolved tantares

    (@tantares)


    When trying to upload (“read lines”) a GPX file with lots of trackpoints, I get error 1 and the debug console reads:

    [Waymark Info] … waymark-js.min.js:9:135352
    Object { name: “Route_Layer.gpx”, full_path: “Route_Layer.gpx”, type: “”, tmp_name: “”, error: 1, size: 0 }

    This only happens with large GPX files (e.g. 5MB) containing several stages of a trip. When reducing the number of stages I finally reached a point, where the file is uploaded correctly. So my workaround to get the whole trip on a map is to split it in several GPX files and upload them separately.

    I have not found an information on any size limit, so I would appreciate some information about it.

    Thanks
    Tantares
    ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @tantares,

    Thanks for reaching out and I am sorry to hear you are having issues.

    My first thought is that you are hitting PHP’s upload_max_filesize limit. Do you know what this is for your environment? An easy way of finding out would be to use a plugin like this.

    Please do let me know if this is not the cause so I can investigate further.

    Cheers,
    Joe

    Thread Starter tantares

    (@tantares)

    Hi Joe,
    That was the limitation. After changing the value in php.ini anything went fine.

    Thank you for your help
    Tantares

    Plugin Author Joe

    (@morehawes)

    Hi @tantares,

    Very glad to hear that was it and you got it sorted ??

    Reviews appreciated!

    Cheers,
    Joe

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘GPX size limitations in Waymark’ is closed to new replies.