@@ -95,7 +95,7 @@ const routers = {
95
95
mapSrc ( 'Salo' , 'https://tvv.fra1.digitaloceanspaces.com/239.zip' , true ) ,
96
96
mapSrc ( 'Kajaani' , 'https://tvv.fra1.digitaloceanspaces.com/211.zip' , true ) ,
97
97
] ,
98
- osm : [ 'finland ' ] ,
98
+ osm : [ 'kajaani' , 'oulu' , 'pori' , 'rovaniemi' , 'southeastFinland' , 'southwestFinland' , 'vaasa '] ,
99
99
dem : 'waltti'
100
100
} ,
101
101
@@ -104,7 +104,7 @@ const routers = {
104
104
src : [
105
105
mapSrc ( 'WalttiTest' , 'http://digitransit-proxy:8080/out/lmjadmin.mattersoft.fi/feeds/229.zip' , true ) ,
106
106
] ,
107
- osm : [ 'finland ' ]
107
+ osm : [ 'oulu ' ]
108
108
} ,
109
109
110
110
varely : {
@@ -116,7 +116,7 @@ const routers = {
116
116
mapSrc ( 'Salo' , 'https://tvv.fra1.digitaloceanspaces.com/239.zip' , true ) ,
117
117
mapSrc ( 'Pori' , 'https://tvv.fra1.digitaloceanspaces.com/231.zip' , true )
118
118
] ,
119
- osm : [ 'finland ' ]
119
+ osm : [ 'varely ' ]
120
120
} ,
121
121
122
122
kela : {
@@ -175,9 +175,17 @@ router.src.forEach(src => { gtfsMap[src.id] = src })
175
175
const extraOSM = process . env . EXTRA_OSM !== undefined ? JSON . parse ( process . env . EXTRA_OSM ) : { }
176
176
177
177
const osm = {
178
+ estonia : 'https://download.geofabrik.de/europe/estonia-latest.osm.pbf' ,
178
179
finland : 'https://karttapalvelu.storage.hsldev.com/finland.osm/finland.osm.pbf' ,
179
180
hsl : 'https://karttapalvelu.storage.hsldev.com/hsl.osm/hsl.osm.pbf' ,
180
- estonia : 'https://download.geofabrik.de/europe/estonia-latest.osm.pbf' ,
181
+ kajaani : 'https://karttapalvelu.storage.hsldev.com/waltti.osm/kajaani.osm.pbf' ,
182
+ oulu : 'https://karttapalvelu.storage.hsldev.com/waltti.osm/oulu.osm.pbf' ,
183
+ pori : 'https://karttapalvelu.storage.hsldev.com/waltti.osm/pori.osm.pbf' ,
184
+ rovaniemi : 'https://karttapalvelu.storage.hsldev.com/waltti.osm/rovaniemi.osm.pbf' ,
185
+ southeastFinland : 'https://karttapalvelu.storage.hsldev.com/waltti.osm/southeast_finland.osm.pbf' ,
186
+ southwestFinland : 'https://karttapalvelu.storage.hsldev.com/waltti.osm/southwest_finland.osm.pbf' ,
187
+ vaasa : 'https://karttapalvelu.storage.hsldev.com/waltti.osm/vaasa.osm.pbf' ,
188
+ varely : 'https://karttapalvelu.storage.hsldev.com/finland.osm/varely.osm.pbf' ,
181
189
...extraOSM
182
190
}
183
191
0 commit comments