hreilly / gvhomes.com

https://www.gvhomes.com
0 stars 0 forks source link

Fully transition away from Bixly's Google maps API #17

Closed hreilly closed 5 years ago

hreilly commented 5 years ago

The Google transition to paid API calls happened in the middle of development. This means that a good portion of our maps are dependent on Bixly's API key, which no longer functions for us. Consequently, we need to replace all instances of their key with ours. This also means we need to create our own popups on the locations markers as they are now broken. (Nothing to do with API, seems to be a problem with how the script was written) I believe this currently has minimal impact on the end user.

hreilly commented 5 years ago

Worked on infowindow issue, discovered that defining "var infoWindow" fixed the reference error. However, the close() call isn't working, so I've disabled them again. Also needs to be restyled.

hreilly commented 5 years ago

reference_error Triggered when you click a marker without having defined var infoWindow;

hreilly commented 5 years ago

Added Google Maps API ACF hook to theme functions (maps now function on admin)

hreilly commented 5 years ago

I'm going to tentatively close this as I can't find any additional references to Bixly's Google Maps API key