Skip to content

Commit ce877a4

Browse files
committed
feat: enable journey polylines by default
1 parent 8031c11 commit ce877a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/map/-hooks/useMapOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const tileLayers = Object.freeze(["standard", "wmts_topplusopen", "esri_satellit
1515
*/
1616
const defaultMapOptions: MapOptions = Object.freeze({
1717
tileLayer: tileLayers[0],
18-
enabledLayers: ["trains", "dispatch_posts"],
18+
enabledLayers: ["trains", "dispatch_posts", "journey_polyline"],
1919
});
2020

2121
/**

0 commit comments

Comments
 (0)