Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "chore: remove raasepori planner tempo…
Browse files Browse the repository at this point in the history
…rarily""""

This reverts commit a92a853.
  • Loading branch information
optionsome committed Dec 4, 2023
1 parent f5b9d9f commit f3f42ac
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions app/configurations/config.walttiOpas.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default configMerger(walttiConfig, {
logo: 'walttiOpas/waltti-logo.png',
favicon: './app/configurations/images/walttiOpas/walttiOpas-favicon.png',

feedIds: ['Salo', 'Kajaani'],
feedIds: ['Salo', 'Kajaani', 'Raasepori'],

defaultEndpoint: {
address: 'Helsinki-Vantaan Lentoasema',
Expand Down Expand Up @@ -131,6 +131,11 @@ export default configMerger(walttiConfig, {
fi: 'Salo',
sv: 'Salo',
en: 'Salo',
},
Raasepori: {
fi: 'Raasepori',
sv: 'Raseborg',
en: 'Raasepori',
}
},

Expand All @@ -146,9 +151,13 @@ export default configMerger(walttiConfig, {
[29.2, 64.1],
[28.7, 63.9],
[28.1, 63.8],
// Salo:
// Salo + Raasepori:
[23.1, 60.6],
[23.7, 60.2],
[23.898, 60.207],
[23.942, 60.129],
[23.836, 59.980],
[23.847, 59.892],
[23.581, 59.796],
[22.8, 59.9],
[22.7, 60.4],
[23.1, 60.6],
Expand Down

0 comments on commit f3f42ac

Please sign in to comment.