fluctuo / gbfs-issues

0 stars 0 forks source link

Flammingo | Invalid geometry's names #8

Open PierrickP opened 1 year ago

PierrickP commented 1 year ago

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

PierrickP commented 1 year ago

https://mobilitydata-io.slack.com/archives/CNXA9ASBV/p1686231400471519?thread_ts=1686137783.112929&cid=CNXA9ASBV

Image