Passer la navigation

[Résolu] THIS PAGE CAN’T LOAD GOOGLE MAPS CORRECTLY

This support ticket is created Il y a 3 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Fuseau horaire du supporter : Asia/Kolkata (GMT+05:30)

Ce sujet contient 2 réponses, a 1 voix.

Dernière mise à jour par Kenneth Horn Il y a 3 months.

Assisté par: Minesh.

Auteur
Publications
#2826477

Tell us what you are trying to do?
Getting message - This page can't load Google Maps correctly on all maps
Is there any documentation that you are following?
No
Is there a similar example that we can see?
lien caché
What is the link to your site?

Also - Watermark on map says This Map for Development Purposes Only

#2826572

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

As I understand - you are using Toolset maps plugin and you want to display the map.

Can you please make sure you registere the Google Map API key.
- https://toolset.com/course-lesson/creating-a-maps-api-key/

#2826638

Had to do with payment source on the Google Maps platform. However I am now wanting to limit expense and would like to use coordinates to avoid geocoding expense. I have created two fields "location-latitude" and "location-longitude" and have populated them with the coordinates for a marker location. What is the correct syntax to replace the ** marker_field='wpcf-location-map-address'] ** attribute int he map marker shortcode with coordinates to generate the marker?

#2826666

Got it working by exchanging the legacy Views code parameter of marker_field='wpcf-location-map-address'] to >> lat='[types field="location-latitude"][/types]' lon='[types field="location-longitude"][/types]'] - Works as desired.