Skip to content

Commit

Permalink
DT-5701 coordinate order fix, area fine tuned
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed Mar 7, 2023
1 parent 5e9dcda commit 646762a
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions app/configurations/config.walttiOpas.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,19 @@ export default configMerger(walttiConfig, {

areaPolygon: [
// Kajaani:
[63.7, 28.2],
[64.0, 26.7],
[64.5, 26.6],
[64.5, 29.5],
[63.8, 29.4],
[63.7, 28.2],
[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:
[60.6, 22.7],
[60.6, 23.9],
[60.2, 23.7],
[59.9, 22.8],
[60.6, 22.7],
[23.1, 60.6],
[23.7, 60.2],
[22.8, 59.9],
[22.7, 60.4],
[23.1, 60.6],
],
});

0 comments on commit 646762a

Please sign in to comment.