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

Flammingo | Invalid geometry's names #8

Open
PierrickP opened this issue Jun 8, 2023 · 1 comment
Open

Flammingo | Invalid geometry's names #8

PierrickP opened this issue Jun 8, 2023 · 1 comment

Comments

@PierrickP
Copy link

On the geofencing_zones they use the v3.0 format for name
https://data.rideflamingo.com/gbfs/wellington/geofencing_zones.json

{
  "properties": {
    "name": [
      {
        "text": "Wellington Botanic Gardens",
        "language": "en"
      }
    ],
    "rules": [...]
  }
}

It should be

{
  "properties": {
    "name": "Wellington Botanic Gardens",
    "rules": [...]
  }
}

on this version

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

No branches or pull requests

1 participant