Skip to content
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 Streetview is empty even after adding API Key Properly #691

Open
1 task done
rezw4n opened this issue Nov 24, 2024 · 1 comment
Open
1 task done

Google Streetview is empty even after adding API Key Properly #691

rezw4n opened this issue Nov 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rezw4n
Copy link

rezw4n commented Nov 24, 2024

Checklist

  • I've searched through the existing issues and this bug has never been reported before

Subject of the issue

Hello I have successfully added Google Maps API key to settings_docker.py but whenever I try to load the streetview it doesn't show anything. It remains blank with no error on the console just a warning
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
ST View

Steps to reproduce

  1. Add VENDOR_KEYS = {'google': 'API KEY HERE'} to settings_docker.py
  2. Go to the IP_ADDRESS:8080
  3. Click on the Google Streetview button
  4. Clikc on Map

Environment

[g3wsdk.info]

  • g3w-admin: 3.8.dev-20241030145956
  • g3w-client: 3.11.0-alpha.1
    • qtimeseries: 3.8.0
  • browser: Chrome
  • operating system: Windows 11

Link to your project

username: user password: g3wadmin
http://13.212.84.118:8080/en/map/roads-and-highways/qdjango/3/

Additional info

No response

@rezw4n rezw4n added the bug Something isn't working label Nov 24, 2024
@wlorenzetti wlorenzetti transferred this issue from g3w-suite/g3w-admin Nov 25, 2024
@volterra79 volterra79 assigned Raruto and unassigned volterra79 Nov 25, 2024
@volterra79 volterra79 added this to the v3.11 milestone Nov 25, 2024
@Raruto
Copy link
Collaborator

Raruto commented Nov 25, 2024

Hi @rezw4n,

as a temporary workaround you can add this within your custom css:

#streetview {
  height:100%;
}

👋 Raruto

Raruto added a commit that referenced this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants