This is a strange bug.
When running WAMP locally, by default it presents what it finds using "localhost" as opposed to "127.0.0.1".
The only difference is that the TDOC Google Maps plugin does not like the "localhost" option. So:
- This works: http://127.0.0.1/LP_510_c/information-on-the-park/printable-maps/walks-stag-current-course,
- This fails: http://localhost/LP_510_c/information-on-the-park/printable-maps/walks-stag-current-course, with the following message
Oops! Something went wrong.
This page didn't load Google Maps correctly. See the JavaScript console for technical details.
The JavaScript console states:Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading js:236:281
Google Maps JavaScript API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error js:144:68
Uncaught (in promise) TypeError: a.getDiv() is undefined
vna https://maps.googleapis.com/maps-api-v3/api/js/57/7/map.js:2
sb https://maps.googleapis.com/maps-api-v3/api/js/57/7/map.js:133
And you can make of that what you will !