We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23232c8 commit 7cbdfb5Copy full SHA for 7cbdfb5
app/configurations/config.tampere.js
@@ -9,11 +9,6 @@ const APP_DESCRIPTION = 'Nyssen reittiopas';
9
const walttiConfig = require('./config.waltti').default;
10
const tampereTimetables = require('./timetableConfigUtils').default.tampere;
11
12
-const minLat = 61.16;
13
-const maxLat = 62.31;
14
-const minLon = 22.68;
15
-const maxLon = 24.9;
16
-
17
export default configMerger(walttiConfig, {
18
CONFIG,
19
@@ -125,13 +120,6 @@ export default configMerger(walttiConfig, {
125
120
: '';
126
121
},
127
122
128
- searchParams: {
129
- 'boundary.rect.min_lat': minLat,
130
- 'boundary.rect.max_lat': maxLat,
131
- 'boundary.rect.min_lon': minLon,
132
- 'boundary.rect.max_lon': maxLon,
133
- },
134
135
123
useSearchPolygon: true,
136
124
137
areaPolygon: [
0 commit comments