Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "chore: restore oulu zones""""
Browse files Browse the repository at this point in the history
This reverts commit 7f0544a.
  • Loading branch information
vesameskanen committed Nov 13, 2024
1 parent 6b51b3f commit 8c6c069
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/configurations/config.oulu.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default configMerger(walttiConfig, {
sv: 'Zoner',
en: 'Zones',
},
url: '/assets/geojson/oulu_zone_lines_20241011.geojson',
url: '/assets/geojson/oulu_zone_lines_20230223.geojson',
},
],
},
Expand Down Expand Up @@ -138,7 +138,11 @@ export default configMerger(walttiConfig, {
],
},
zoneIdMapping: {
1: 'Oulu',
1: 'L',
2: 'A',
3: 'B',
4: 'C',
5: 'D',
},
zones: {
stops: true,
Expand Down

0 comments on commit 8c6c069

Please sign in to comment.