Skip to content

Commit

Permalink
chore: remove raasepori planner temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Nov 15, 2023
1 parent bbac148 commit c01fbf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/configurations/config.matka.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export default {
'Kajaani',
'Salo',
'Pori',
'Raasepori',
'VARELY',
],

Expand Down
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 c01fbf5

Please sign in to comment.