Skip to content

Commit

Permalink
Merge pull request #4768 from HSLdevcom/DT-5701
Browse files Browse the repository at this point in the history
DT-5701 limit walttiopas geocoding search by polygon
  • Loading branch information
vesameskanen authored Mar 8, 2023
2 parents e5dc6c9 + 646762a commit fecffbf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/configurations/config.walttiOpas.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,24 @@ export default configMerger(walttiConfig, {
en: 'Salo',
},
},

useSearchPolygon: true,

areaPolygon: [
// Kajaani:
[28.1, 63.8],
[27.6, 63.9],
[26.7, 64],
[26.6, 64.5],
[28.5, 64.5],
[29.2, 64.1],
[28.7, 63.9],
[28.1, 63.8],
// Salo:
[23.1, 60.6],
[23.7, 60.2],
[22.8, 59.9],
[22.7, 60.4],
[23.1, 60.6],
],
});

0 comments on commit fecffbf

Please sign in to comment.