mfdz / OpenTripPlanner

MFDZ (HSLdevcom/)OpenTripPlanner clone supporting Carpooling.
http://www.opentripplanner.org
Other
5 stars 4 forks source link

Add request parameter to only show bike park & ride routes using bike lockers #59

Closed leonardehrenfried closed 3 years ago

leonardehrenfried commented 3 years ago

Depends on #52

A user should have the ability to specify that she only wants to use a bike locker when searching for bike park & ride routes.

flaktack commented 3 years ago

This should be possible using #84

leonardehrenfried commented 3 years ago

Estimation: 1/2/1 days

flaktack commented 3 years ago

99 adds the required functionality to the ParkAPI updater:

Example tags:

      {
        "tags": [
          "lot_type:Fahrradabstellanlage",
          "address:Stuttgarter Str. 90-92",
          "forecast:false",
          "state:open",
          "bike-locker"
        ]
      },