Risposte nei forum create
-
AutorePost
-
max
MembroHello, I’ll check it soon
13 Gennaio 2025 alle 12:30 in risposta a: Update GPX Map to 1.7.10 brings a critical PHP error #109263max
MembroCan you send me the gpx ? it looks like the file is missing some information
max
MembroHello guys, in a couple of minutes the new version of the plugin will be available
max
MembroThanks!
max
MembroHello, in a couple of minutes the new version of the plugin will be available
max
MembroHello guys, in a couple of minutes the new version of the plugin will be available
max
MembroHello, in a couple of minutes the new version of the plugin will be avaiable
max
MembroHello, wich version on php and what kind of hosting are you using?
By the way, it seems there is no write permission in the folder /wp-content/uploads/gpx/~cachemax
MembroSorry, please ignore the previous message.. I just saw you merge request 🙂
max
MembroHi, I’m currenty working on this gitlab:
https://github.com/devfarm-it/wp-gpx-maps
can you push your changes to this repository?
7 Dicembre 2018 alle 18:53 in risposta a: Last track not showing when gpx contains multiple tracks #82254max
MembroThat might be a nice trick but I believe it’s better to correct the function like this:
DividePolylinesPoints : function (mapData) { var lastCut = 0; var result = []; var _len = mapData.length; for (i=0; i < _len; i++) { if (mapData == null) { result.push( mapData.slice(lastCut == 0 ? 0 : lastCut + 1 ,i) ); lastCut = i; } } if ( (_len - 1 ) != lastCut) { result.push( mapData.slice(lastCut) ); } return result; },max
Membrothanks
max
MembroThe problem is resolved, in the next days I’ll publish a new plugin version
max
MembroHello there is no ‘plugins’ in the wordpress core: https://developer.wordpress.org/reference/functions/wp_register_script/
there might somenting else int the theme or in other plugin that breake javascript codemax
MembroCiao, mi puoi spiegare meglio il problema?
Su quel valore viene calcolato tutta la salita e non la differenza tra punto più alto e punto più basso.. -
AutorePost