Skip to content

Commit

Permalink
Reenable Wiener Linien provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mesinger authored and ialokim committed Jan 7, 2024
1 parent 07bde7f commit 3d40972
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,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 3d40972

Please sign in to comment.