Skip to content

Commit 0ac95f5

Browse files
authored
Merge pull request #113 from HSLdevcom/DT-6528
DT-6528 kotka zone update
2 parents c05d03a + d4192c8 commit 0ac95f5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

middleware/config/kotka_zone_areas_20241218.json

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "FeatureCollection",
3+
"name": "final_aluetarkistuskotka",
4+
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5+
"features": [
6+
{ "type": "Feature", "properties": { "Zone": "B" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 26.83968, 60.47486 ], [ 26.84189, 60.45795 ], [ 26.82951, 60.44301 ], [ 26.80027, 60.44339 ], [ 26.77411, 60.44377 ], [ 26.74259, 60.44597 ], [ 26.73049, 60.4344 ], [ 26.70739, 60.42283 ], [ 26.67869, 60.40693 ], [ 26.62183, 60.40906 ], [ 26.59444, 60.40441 ], [ 26.51152, 60.38369 ], [ 26.48511, 60.43781 ], [ 26.48034, 60.44129 ], [ 26.47709, 60.4477 ], [ 26.44784, 60.49242 ], [ 26.5112, 60.52731 ], [ 26.50061, 60.54544 ], [ 26.54429, 60.55491 ], [ 26.54178, 60.57501 ], [ 26.58865, 60.6432 ], [ 26.63752, 60.65659 ], [ 26.68276, 60.64929 ], [ 26.75388, 60.57571 ], [ 26.83968, 60.47486 ] ] ], [ [ [ 27.45468, 60.6411 ], [ 27.38819, 60.60218 ], [ 27.35657, 60.55877 ], [ 27.41552, 60.50872 ], [ 27.40018, 60.4648 ], [ 27.26241, 60.50882 ], [ 27.24569, 60.51519 ], [ 27.22937, 60.51528 ], [ 27.20699, 60.51884 ], [ 27.15645, 60.51671 ], [ 27.10014, 60.52914 ], [ 27.07054, 60.5302 ], [ 27.05177, 60.52594 ], [ 27.02367, 60.52941 ], [ 27.00928, 60.54956 ], [ 27.0285, 60.60451 ], [ 26.92214, 60.64855 ], [ 27.06903, 60.69333 ], [ 27.12465, 60.77686 ], [ 27.22527, 60.7604 ], [ 27.29264, 60.822 ], [ 27.42836, 60.84264 ], [ 27.45468, 60.6411 ] ] ] ] } },
7+
{ "type": "Feature", "properties": { "Zone": "A" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 26.84394, 60.65508 ], [ 26.88703, 60.6432 ], [ 26.92214, 60.64855 ], [ 27.0285, 60.60451 ], [ 27.00928, 60.54956 ], [ 27.02367, 60.52941 ], [ 27.00881, 60.5177 ], [ 27.00419, 60.48512 ], [ 27.02882, 60.4764 ], [ 27.05267, 60.46767 ], [ 27.095, 60.45781 ], [ 27.09885, 60.42744 ], [ 27.09577, 60.37575 ], [ 27.04652, 60.37042 ], [ 26.90262, 60.39856 ], [ 26.83644, 60.41187 ], [ 26.84189, 60.45795 ], [ 26.83968, 60.47486 ], [ 26.75388, 60.57571 ], [ 26.76591, 60.60197 ], [ 26.71494, 60.66663 ], [ 26.79007, 60.69333 ], [ 26.84394, 60.65508 ] ] ] ] } }
8+
]
9+
}
10+

middleware/zones.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function setup(prefix) {
1313
OULU: require('./config/oulu_zone_areas_20241011.json'),
1414
Joensuu: require('./config/joensuu_zone_areas_20230830.json'),
1515
Vaasa: require('./config/vaasa_zone_lines_20231220.json'),
16-
Kotka: require('./config/kotka_zone_areas_20241218.json'),
16+
Kotka: require('./config/kotka_zone_areas_20250114.json'),
1717
};
1818

1919
// precompute bounding boxes to optimize test speed

0 commit comments

Comments
 (0)