ibi-group / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
13 stars 2 forks source link

Upstream merge 2024-01-27 #200

Closed leonardehrenfried closed 9 months ago

leonardehrenfried commented 9 months ago

This PR does two things:

{
  "vectorTileLayers": [
    // layer defintions
   ]
}

becomes

{
  "vectorTiles": {
    "layers" : [
       // layer defintions
    ]
   }
}

No IBI deployment actually requires Frank's config change so you can do the migration at your leisure, but it's probably best to start sooner rather than later.