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

Players cannot move when using some GeoJSON points #17

Closed
tululum opened this issue Aug 3, 2020 · 2 comments · Fixed by #20
Closed

Players cannot move when using some GeoJSON points #17

tululum opened this issue Aug 3, 2020 · 2 comments · Fixed by #20
Assignees

Comments

@tululum
Copy link
Contributor

tululum commented Aug 3, 2020

Hi,

I've encountered a rather rare but a bit game-breaking issue. When I played using GeoJSON with my friends and family, sometimes it happened so that the person who set up the room could play normally but all the other players were locked in place, unable to move. For some reason, different street view spots were chosen for room owner and other players (and the other players were placed into static panorama view without the possibility to move). Luckily, I recall one such spot that reliably has this issue every time, so that can be used to debug the issue.

How to replicate:

  1. Use following GeoJSON:
{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"EPSG:4326"}},"features":[{"type":"Feature","id":15,"geometry":{"type":"Point","coordinates":[12.754708932182819,50.187283464784805]},"properties":{"OBJECTID":15,"JMENO":"Loket","NATOCENI":0,"DATA50_K":"1450000","DATA50_P":"hrad"}}]}
  1. Start a multiplayer game (starting the second instance in anonymous browser mode is sufficient).
  2. First player (room owner) can move. Second player (and 3rd, 4th, ...) cannot move.

If you could take a look at this that would be great!

@BilelJegham BilelJegham self-assigned this Aug 16, 2020
@BilelJegham
Copy link
Member

Hi, sorry for the delay.

The position is close to street view street and photosphere. The problem comes from this. I will fix that soon.

image

@BilelJegham
Copy link
Member

BilelJegham commented Aug 16, 2020

@tululum Bug fix and deploy on https://geoguess2.netlify.app/

Thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants