This plugin has recently broken 2 of my WP sites. I was forced to use FTP and rename the plugin folder in order to disable it to be able to login. At once when trying to activate the plugin again, the site crashes.
Good plugin as long as it worked. Is there a similar replacement?
]]>If like us Gmap is disabling your maps replacing them with an error message “Oops something went wrong” you can stop this by removing your API key from line 14 in the plugin file wp-content\plugins\google-maps-gpx-viewer\php\load_jsapi.php
We use non Gmap map tiles. Presumably Gmap tiles would still display ‘for development purposes only’.
Obviously this only applies if you added the key in the first place.
Combine this with the other workaround I posted below which hides the other message.
]]>Hello,
I was planning to take a look at your plugin, but got following exception while activating:
Fatal error: Uncaught Error: Call to undefined function mysql_get_server_info() in /home/site/public_html/lrlr/wp-content/plugins/google-maps-gpx-viewer/php/gpx_database.php:191 Stack trace: #0 /home/site/public_html/lrlr/wp-content/plugins/google-maps-gpx-viewer/php/gpx_database.php(12): poi_db_install() #1 /home/site/public_html/lrlr/wp-content/plugins/google-maps-gpx-viewer/php/map_functions.php(17): require_once(‘/home/site/p…’) #2 /home/site/public_html/lrlr/wp-content/plugins/google-maps-gpx-viewer/google-maps-gpx-viewer.php(17): require(‘/home/site/p…’) #3 /home/site/public_html/lrlr/wp-admin/includes/plugin.php(2141): include(‘/home/site/p…’) #4 /home/site/public_html/lrlr/wp-admin/plugins.php(175): plugin_sandbox_scrape(‘google-maps-gpx…’) #5 {main} thrown in /home/site/public_html/lrlr/wp-content/plugins/google-maps-gpx-viewer/php/gpx_database.php on line 191
Any idea what might have gone wrong?
Thank in advance
Uwe W
]]>Hi,
The elevation profiles are gone. I downloaded the Github version but still no go.
https://github.com/venqka/Google-Maps-GPX-Viewer
Tried to change the theme to twentyseventeen. Still gone. Any hints?
]]>Can’t load Google Maps correctly.
]]>After SSL certificate installation all maps are just gray boxes with no maps or tracks.
I do not expect to be Google API key related as my key is in use for quite long time with no problems at all. Problem noticed after SSL activation.
Any idea what can be the issue.
Cheers,
Rafal.
]]>It’s possible to force hide the
This page can’t load Google Maps correctly.
using CSS in the file /css/gmap_v3.css
/*defeat google 'This page can't load correctly...'*/
.gm-style{
z-index: 40 !important;
}
Unfortunately the change map type box/button on the map has disappeared as it is part of google maps so you’ll need to set a default map type (other than gmap obviously) in the settings.
]]>Hello,
I get the “for developmental purposes only” watermark over the map. Has anyone tried installing a Google API key and fixed this? Does the developer (who seems to have abandoned the plugin) also need to install a new API? If so, it wouldn’t work for me to install the API. Has anyone found a workaround?
Thanks,
Ragha
Presumably gmap’s API has changed, and added a full screen button, as I can also see it on the plugin’s home page maps. Commenting there seems to have been disabled.
To get rid of it (it doesn’t fill the gpx trace to the bounds) insert this into the plugin’s CSS:
img.gm-fullscreen-control {
display: none !important;
}
I know you shouldn’t edit core files but there’s no likelihood this plugin will be updated. Otherwise make a .css file and load it via functions.php
ATLsoft if you are listening – please don’t abandon this great plugin
]]>@pecktron2000
@alpinedon
You can download a fixed version here in the form of a .zip file.
This plugin stopped working and produces errors related to obsolete class constructors.
The called constructor method for WP_Widget in GMap_Gpx_Search_Widget is deprecated since version 4.3.0! Use __construct() instead.
[ No bumping please. And do not ping the author again that way, it’s considered rude. ]
]]>This was so cool. The ability to load GPX tracks from the front end was awesome. There is nothing else that does this!
??
Hey there. For some reason when I am publishing my posts, the map is not showing up, or shows up briefly and then disappears when a viewer starts to scroll. Any ideas on how to fix this?
]]>I am trying to use a fusion map with the GPX plugin. To try to understand how it works, I have created a fusion table using the ‘butterly’ (astraptes_fulgerator_complex_sample_data) example data provide by google. I have the ID for the table (1Rb0W8goV6AqzOVkRP5dJmjoU85WFk3HZz05eScCt).The table visibility is “public”.
I have added this to my page:
[map maptype=”TERRAIN” fusion=”1Rb0W8goV6AqzOVkRP5dJmjoU85WFk3HZz05eScCt;’Location'”]
But all that is shown is an empty box. Any ideas on what I am doing wrong?
]]>In some occasions Google Maps GPX Viewer gives this error:
Oops! Something went wrong.
This page didn’t load Google Maps correctly. See the JavaScript console for technical details.
I tested it on two domains and it worked on one and gave the error on the other. I did this little fix and it works for me.
Generate an api key https://developers.google.com/maps/documentation/javascript/get-api-key
Navigate to google-maps-gpx-viewer/php/load_jsapi.php and change line 14 from
$params = "sensor=false&libraries=places,panoramio"// sensor=true
to
$params = "sensor=false&libraries=places&key=YOUR API KEY"// sensor=true
If you have track editor you have to tweak it too. Got to google-maps-gpx-viewer/editor/editor.php and change line 133 from
<script type="text/javascript">google.load("maps", "3", {other_params:"sensor=false"});</script>
to
<script type="text/javascript">google.load("maps", "3", {other_params:"sensor=false&key=YOUR API KEY"});</script>
Use the same key for both files.
]]>Using v3.6 after a transfer to a different domain the map is first loading and then this message shows up:
Oops! Something went wrong.
This page didn’t load Google Maps correctly. See the JavaScript console for technical details.
I have updated the links which are called like this in WP:
[map kml=”https://NEWDOMAIN/wp-content/uploads/2012/map.kml” maptype=terrain style=”width:100%; height:340px; border:1px solid gray;”]
The following errors are showed in console:
“Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error”js:34:391
“Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys”util.js:210:12
“Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required”
I can’t remember if there was an API key and I can’t also find one in the current plugin setting or elsewhere. Appreciate any advise to solve this.
]]>I am walking across europe this summer. I am trying to set up a page displaying a map of your progress. I have tried to set up a plug in – Google maps-GPX Viewer – without success. I have an API for live GPS updates. How do i do this? Frankly I do not understand any of the instructions provided!
]]>I tried to use this plugin on my own server.
I’m running my blog with actually version of PHP (7.0) and there are some functions removed that are required.
ex. mysql_get_server_info > https://php.net/manual/en/function.mysql-get-server-info.php
Perhaps I’m missing something obvious, but I don’t understand how I can add a map using this plugin.
Specifically, when creating new posts or pages, I have a box called ‘Google Maps POI widget’, but no way to create a shortcode, or upload a map or KML, or similar, file.
]]>Suddenly the map containers are either blank or show the map but when enlarged the small map goes up to the corner, the rest of the screen fills with a blank, and it is unresponsive. The same on site as on a localhost installation.
Error console shows a whole lot of Google js errors:
TypeError: ‘undefined’ is not an object (evaluating ‘_.Zc.prototype.Db=_.ni(1,_.l(“O”))’) – common.js:216
js:38TypeError: ‘undefined’ is not a function (evaluating ‘a.set(“length”,a.j.length)’)
stats.js:9TypeError: ‘undefined’ is not a function (evaluating ‘_.x(l3,_.J)’)
util.js:30 SensorNotRequired, SensorNotRequired: https://developers.google.com/maps/documentation/javascript/error-messages
util.js:30 Google Maps API warning: SensorNotRequired: https://developers.google.com/maps/documentation/javascript/error-messages
22common.js:9TypeError: ‘undefined’ is not a function (evaluating ‘b.getSouthWest()’)
Site: Carnethy.com
I tried to load a GPX file into the plugin, which refers to image-files on the server, but this does not word.
Only a world map is displayed.
Isn’t it possible to link to an image file or is there an error in my code?
`<wpt lat=”40.5830555555556″ lon=”-74.1566666666667″><link>https://192.168.0.100/wp-content/uploads/path/to/directory/2015-10-14_12-03-59.jpg</link></wpt>
Regards
CJC
]]>Hi,
i like your plugin. It works perfect for my site, but now i have to different domains.
All path to gpx have been: https://myfirstdomain.de/wordpress/wp-content/uploads/tracks/gpxfile.gpx.
If i navigate to my site with myseconddomain.de no map and no gpx track is show.
So i decided to change to relativ path. But i cant get it to run. How to set gpx=”direct or absolute path to the gpx-file” correctly without domain name.
I tried gpx=”/wp-content/…” or gpx=”wp-content/…” or gpx=”/wordpress/wp-content/…” and gpx=”wordpress/wp-content/…”.
Can you explain the correct path?
Thx
Hi,
first of all: great plugin!! ??
I now (after updating WordPress and the plugins to the newest versions) have the problem that the Map plugin doesn’t work when the NexGEN Gallery plugin is activated at the same time. It just shows a white space instead of the map.
Is this a known problem? Is there a workaround?
See here as an example: https://strollingeast.com/dali-vom-backpackernest-zur-souvenirstadt/.
Thanks!
Although ‘relief’ is deselected in the settings it won’t go away in the list of map types.
Also, is there any way of changing the order of map types in the on map menu?
]]>Hello everyone,
I’ve got a problem using this fantastic plugin.
When I try to save a map via Track tab, nothing happens but in the debug console I see these errors:
Uncaught ReferenceError: uploadTrack is not defined [
plotElevation @ admin-ajax.php?action=gmap_tinymce_editor&input=drawFile&post=3660:189
(anonymous function) @ VM3749:44
(anonymous function) @ VM3749:26
(anonymous function) @ VM3749:44
(anonymous function) @ VM3788:2
(anonymous function) @ VM3788:1
d @ VM3749:38
(anonymous function) @ ElevationService.GetElevationForLine?2squx~Fk{ckAd%40dAc%40dD&3u3&callback=_xdc_._wy5obb&token=1217:1
]
How can I solve the problem ? Other map functions work correctly but not this !
Thank you !
]]>Hello,
I’m looking for an alternative to WordPress Plugin WP GPX MAPS, which engaged the support.
The plugin WP GPX MAPS worked also standalone. That’s exactly what I need.
I have a few questions about the plugin here. Does it work complete without Google? Or GPX routes in the background are always created with Google?
Can the plugin also be used commercially? A bit of advertising for money for Donations.
I would be very happy if I could use your plug-in a very short time as a standalone.
]]>I am looking for a solution where people can visit my site and click to add their spot (GPS location) on a map of Canada. Will this plugin do this? I can’t see the english view.
*Do people have to be users to be able to add their location.
]]>I am only getting grey blank screen instead of maps.
* update * This only happens in Google Chrome
Hi I love the plugin and it does what it says out of the box.
I wonder if there is any possible way of adding more than one gpx=”” shortcode argument?
I’ve seen that the OSM street maps plugin has a gpx_files argument which allows for more than one file. Thats really cool but the way it renders GPX POI isn’t working at all for me.
In my dreams, I’d like to loop for all the gpx files (inside a custom field) and render them all one one big map.
I can work out how to make the loop, just not the awesome map for it to go inside. Is this a pipe dream?
]]>Hello Developer,
This plugin is working fine on non https:// URL but while try to use it on https:// map is not showing up can you please solve that issue for me ?
Thanks in advance.
]]>