-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google map not rendering, Silverstripe 4.6.1 #225
Comments
If his helps, I've worked out it's not returning a request:
|
Hi @TimStannard, The I believe the way it is implemented in in the 3.1 release line, if the get var is not detected in the url, it will not return results. I'd have to check the reasoning here with the team for the current implementation. I believe in most of our use cases we do not display results until the user does a search, which then adds the get var to the url as a part of the form submission. One suggestion I have, if this is a new project you're working on, would be to use |
Hey, that's lit. The master branch is now rendering the map. Thanks for the heads up :) |
Glad that did it @TimStannard. We're hoping to tag/release the new major version soon, but in the mean time let us know if there is anything else you notice that seems to be broken. I'll close this ticket for now based on it working and the above comment noting the PR. |
Hey guys, the google map doesn't render in the CMS and the front end (Silverstripe 4.6.1)
I'm running on a localhost (MAMP), Google chrome. My Google API keys are added to the yml file (tested and valid). They aren't restricted.
I have installed all the requirements:
and I've added a few addresses. Any ideas here? Thanks heaps
The text was updated successfully, but these errors were encountered: