Forums
(@rikb)
5 years, 5 months ago
A solution is to modifie the code in the pluginmap
open file wp-gpx-maps.php
+- at line 650
change $hideGraph = ( ‘0’ == $gh || ‘0px’ == $gh );
into $hideGraph = true;
and the graph is gone
Rik Bollen