-
Notifications
You must be signed in to change notification settings - Fork 2
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
Availability check marks are not working like in the web app #163
Comments
@leonardehrenfried could you please provide some context to @SamuelRioTz on when the availability should be green, orange, red? Thank you! |
@Denis306 the real issue here comparing web with app, is that on the web the map layers is fetched every interaction and in the app the map layer is fetched only once at the first time. |
Sorry for the late answer: you can use the following GraphQL query:
|
Or you can redownload the tiles every x seconds. |
The web app uses check marks in green, a clock in orange and a cross in red to indicate the availability of parking garages.
The mobile app is currently only displaying the green check marks.
Please change this to be the same behaviour as in the web app.
The text was updated successfully, but these errors were encountered: