We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the geofencing_zones they use the v3.0 format for name https://data.rideflamingo.com/gbfs/wellington/geofencing_zones.json
geofencing_zones
name
{ "properties": { "name": [ { "text": "Wellington Botanic Gardens", "language": "en" } ], "rules": [...] } }
It should be
{ "properties": { "name": "Wellington Botanic Gardens", "rules": [...] } }
on this version
The text was updated successfully, but these errors were encountered:
https://mobilitydata-io.slack.com/archives/CNXA9ASBV/p1686231400471519?thread_ts=1686137783.112929&cid=CNXA9ASBV
Sorry, something went wrong.
No branches or pull requests
On the
geofencing_zones
they use the v3.0 format forname
https://data.rideflamingo.com/gbfs/wellington/geofencing_zones.json
It should be
on this version
The text was updated successfully, but these errors were encountered: