Skip to content

Commit

Permalink
Enable turku and oulu citybike networks in matka conf
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Jul 30, 2019
1 parent a23f610 commit 1a96260
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions app/configurations/config.matka.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,34 @@ export default {
en: 'https://www.hsl.fi/en/citybikes',
},
},
turku: {
icon: 'citybike',
name: {
fi: 'Turku',
sv: 'Åbo',
en: 'Turku',
},
type: 'citybike',
url: {
fi: 'https://www.foli.fi/kaupunkipyorat',
sv: 'https://www.foli.fi/sv/stadscyklar',
en: 'https://www.foli.fi/en/citybikes',
},
},
oulu: {
icon: 'citybike',
name: {
fi: 'Oulu',
sv: 'Uleåborg',
en: 'Oulu',
},
type: 'citybike',
url: {
fi: 'https://kaupunkipyorat.ouka.fi/',
sv: 'https://kaupunkipyorat.ouka.fi/home',
en: 'https://kaupunkipyorat.ouka.fi/home',
},
},
},
},

Expand Down

0 comments on commit 1a96260

Please sign in to comment.