Skip to content

Commit

Permalink
Reenable Wiener Linien provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mesinger committed Jan 1, 2024
1 parent 088cf3f commit ebfa78e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@ private val networks = arrayOf(
logo = R.drawable.network_stv_logo,
factory = { StvProvider() }
),*/
/*TransportNetwork(
TransportNetwork(
id = NetworkId.WIEN,
name = R.string.np_name_wien,
description = R.string.np_desc_wien,
logo = R.drawable.network_wien_logo,
factory = { WienProvider() }
),*/
),
// see https://github.com/grote/Transportr/issues/817
/*TransportNetwork(
id = NetworkId.VMOBIL,
Expand Down

0 comments on commit ebfa78e

Please sign in to comment.