Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SyncPulse

    (@syncpulse)

    My file has more then 1MB but the switch to Mode 2 SAX inside the plugin did not work!

    Is there someting addional to install like Java ?
    https://www.saxproject.org/

    I tested some other plugins (not working out of the box) but this plugin has a nice speed diagramm feature. So I want to go with xml-google-maps!

    If I switch to Mode2

    Defines the GPX parse mode. To clear database content for Mode 2 simply switch this option an press save. Then reswitch this option and resave!
    Mode 1 DOM is a life time parsing and loads always the whole GPX file into your PHP application memory. For larger files you will often get an out of memory exception because of this (if your memory maximum is at 32mb, this happens already with files a little bit larger than 1mb).
    Mode 2 SAX reads the GPX file sequentially and saves all needed data into the database. For showing the map and all the other charts and tables, the plugin reads the data from the database (if file updatetime get changed, there will be a reparse). With the database its is no longer necessary to load always all the data. With this mode you get a really large database.

    This error is posted: Cannot get modified date from the file you like to parse! Like this, it is not possible to use this file that way!

    GPX Parse Mode 2 Max Rows Limit: 2000 or higher didnt change anything

    Regrads SyncPulse

    Thread Starter SyncPulse

    (@syncpulse)

    php.ini

    increasing the upload mode to more then factor x10 at /etc is no progress inside /etc

    php5/cli/php.ini:post_max_size = 80M
    php5/apache2/php.ini:post_max_size = 80M ..this should be the right one after restart of apache2 but any way ..more is better when time is less

    php5/cli/php.ini:upload_max_filesize = 20M
    php5/apache2/php.ini:upload_max_filesize = 80M

    so I will reduce it again later by factor 10
    still only mode 1 is working see first post => link = fine

    mode 1 ok
    mode 2 same error ..and i can see that data is uploaded to google!

    by the way bad forum admin you can only edit your last posting.. facebook style …!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: XML Google Maps] gpx with removed tags is not working after edit from GPSprune’ is closed to new replies.