Skip to content

Commit

Permalink
Revert "Revert "Merge pull request #5142 from HSLdevcom/pori-and-salo…
Browse files Browse the repository at this point in the history
…-varely-coordinates-and-text""

This reverts commit 723d728.
  • Loading branch information
vesameskanen committed Nov 1, 2024
1 parent 5c8306b commit 136f2e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/configurations/config.varely.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const walttiConfig = require('./config.waltti').default;

const colorPrimary = '#008161';

const minLat = 60;
const minLat = 59.98;
const maxLat = 61.8;
const minLon = 21;
const maxLon = 23.6;
const maxLon = 23.9;

export default configMerger(walttiConfig, {
CONFIG,
Expand Down Expand Up @@ -123,7 +123,7 @@ export default configMerger(walttiConfig, {
{
header: 'Tietoja palvelusta',
paragraphs: [
'Tervetuloa reittioppaaseen! Reittiopas kertoo, miten pääset nopeasti ja helposti perille joukkoliikenteellä Turussa, Aurassa, Maskussa, Mynämäellä, Nousiaisissa, Paimiossa ja Paraisilla. Reittiopas-palvelun tarjoaa Varsinais-Suomen ELY-keskus, ja se perustuu Digitransit –palvelualustaan.',
'Tervetuloa reittioppaaseen! Reittiopas kertoo, miten pääset nopeasti ja helposti perille joukkoliikenteellä Turussa, Aurassa, Maskussa, Mynämäellä, Nousiaisissa, Paimiossa, Paraisilla, Raumalla, Porissa ja Salossa. Reittiopas-palvelun tarjoaa Varsinais-Suomen ELY-keskus, ja se perustuu Digitransit –palvelualustaan.',
],
},
],
Expand All @@ -132,7 +132,7 @@ export default configMerger(walttiConfig, {
{
header: 'Om tjänsten',
paragraphs: [
'Den här tjänsten är för reseplanering inom Egentliga Finland (Åbo, Aura, Masku, Mynämäki, Nousis, Pemar and Pargas). Reseplaneraren täcker med vissa begränsningar kollektivtrafik, promenad, cykling samt privatbilism. Tjänsten baserar sig på Digitransit-plattformen.',
'Den här tjänsten är för reseplanering inom Egentliga Finland (Åbo, Aura, Masku, Virmo, Nousis, Pemar, Pargas, Raumo, Björneborg och Salo). Reseplaneraren täcker med vissa begränsningar kollektivtrafik, promenad, cykling samt privatbilism. Tjänsten baserar sig på Digitransit-plattformen.',
],
},
],
Expand All @@ -141,7 +141,7 @@ export default configMerger(walttiConfig, {
{
header: 'About this service',
paragraphs: [
'Welcome to the Journey Planner! The Journey Planner shows you how to get to your destination fast and easy by public transport in Turku, Aura, Masku, Mynämäki, Nousiainen, Paimio and Parainen. You can also use the planner to find fast walking and cycling routes, and to an extent, for driving directions. The Journey Planner is provided by Centre for Economic Development, Transport and the Environment of Southwest Finland and it is based on the Digitransit service platform.',
'Welcome to the Journey Planner! The Journey Planner shows you how to get to your destination fast and easy by public transport in Turku, Aura, Masku, Mynämäki, Nousiainen, Paimio, Parainen, Rauma, Pori and Salo. You can also use the planner to find fast walking and cycling routes, and to an extent, for driving directions. The Journey Planner is provided by Centre for Economic Development, Transport and the Environment of Southwest Finland and it is based on the Digitransit service platform.',
],
},
],
Expand Down

0 comments on commit 136f2e1

Please sign in to comment.