Skip to content

Commit 603c177

Browse files
authored
Merge pull request #4926 from HSLdevcom/DT-5997
chore: dt-5997 tampere search area polygon update
2 parents 19a7686 + 93f7a88 commit 603c177

File tree

1 file changed

+46
-4
lines changed

1 file changed

+46
-4
lines changed

app/configurations/config.tampere.js

+46-4
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,53 @@ export default configMerger(walttiConfig, {
132132
'boundary.rect.max_lon': maxLon,
133133
},
134134

135+
useSearchPolygon: true,
136+
135137
areaPolygon: [
136-
[minLon, minLat],
137-
[minLon, maxLat],
138-
[maxLon, maxLat],
139-
[maxLon, minLat],
138+
[23.33685, 61.63721],
139+
[23.4547, 61.66004],
140+
[23.49304, 61.58569],
141+
[23.38259, 61.51959],
142+
[23.19278, 61.5372],
143+
[23.20269, 61.47284],
144+
[23.13709, 61.46593],
145+
[23.20483, 61.45408],
146+
[23.27882, 61.23892],
147+
[23.5689, 61.20008],
148+
[23.74499, 61.25923],
149+
[23.95899, 61.18411],
150+
[23.9587, 61.10186],
151+
[24.29702, 61.19127],
152+
[24.07982, 61.33006],
153+
[24.30211, 61.39897],
154+
[24.28287, 61.43758],
155+
[24.6227, 61.42868],
156+
[24.78261, 61.49082],
157+
[24.97205, 61.45072],
158+
[24.92861, 61.49204],
159+
[25.1823, 61.51541],
160+
[25.24034, 61.57576],
161+
[24.83695, 61.55567],
162+
[24.78389, 61.62198],
163+
[24.85561, 61.6727],
164+
[24.73655, 61.69435],
165+
[24.7228, 61.76192],
166+
[24.82336, 61.76892],
167+
[24.66667, 61.86303],
168+
[24.55725, 61.71581],
169+
[24.2266, 61.82436],
170+
[23.89718, 61.81708],
171+
[23.83426, 61.84271],
172+
[23.88669, 61.86715],
173+
[23.84536, 61.94907],
174+
[23.68161, 62.08377],
175+
[23.37378, 62.16425],
176+
[23.29287, 62.10854],
177+
[23.36569, 62.0713],
178+
[23.30253, 61.9601],
179+
[23.59453, 61.81945],
180+
[23.21133, 61.73389],
181+
[23.21056, 61.65544],
140182
],
141183

142184
defaultEndpoint: {

0 commit comments

Comments
 (0)