### Checklist - [X] I've searched through the existing [issues](https://github.com/g3w-suite/g3w-client/issues) and this bug has never been reported before ### Subject of the issue As you can see in the image below: - in the google panorama container we are looking towards **North** - the marker arrow points towards **East**  ### Steps to reproduce 1. edit your `config.js` file (g3w-client) providing it with a valid google key ```js const G3W_KEYS = { google: 'your super secret api key! :)', }; ``` 2. open a project of your choice (eg: http://localhost:3000/en/map/buildings/qdjango/10/) 3. click on streetview control  4. click anywhere on the map 5. now without zooming or panning the map your map should look like the image above ### Environment - g3w-admin: __3.5.dev-20230203102702__ - g3w-client: __3.8.0-alpha.1__ - browser: __Firefox v109__ and __Chrome v109__ - operating system: __Windows 10 64 bit__ ### Link to your project The same issue can be encountered here as well: _https://v35.g3wsuite.it/it/map/demo-35/_ ### Additional info _No response_