Skip to content

Commit 7cbdfb5

Browse files
committed
fix: remove small and redundant rectangle boundary from tampere search
1 parent 23232c8 commit 7cbdfb5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/configurations/config.tampere.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ const APP_DESCRIPTION = 'Nyssen reittiopas';
99
const walttiConfig = require('./config.waltti').default;
1010
const tampereTimetables = require('./timetableConfigUtils').default.tampere;
1111

12-
const minLat = 61.16;
13-
const maxLat = 62.31;
14-
const minLon = 22.68;
15-
const maxLon = 24.9;
16-
1712
export default configMerger(walttiConfig, {
1813
CONFIG,
1914

@@ -125,13 +120,6 @@ export default configMerger(walttiConfig, {
125120
: '';
126121
},
127122

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-
135123
useSearchPolygon: true,
136124

137125
areaPolygon: [

0 commit comments

Comments
 (0)