Skip to content

Commit

Permalink
Merge pull request #5148 from HSLdevcom/v3-map
Browse files Browse the repository at this point in the history
Use v3 background map
  • Loading branch information
vesameskanen authored Nov 25, 2024
2 parents 090b01f + 2c8fd39 commit 2aaa996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurations/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const GEOCODING_BASE_URL =
process.env.GEOCODING_BASE_URL || `${API_URL}/geocoding/v1`;
const MAP_URL =
process.env.MAP_URL || 'https://digitransit-dev-cdn-origin.azureedge.net';
const MAP_VERSION = process.env.MAP_VERSION || 'v2';
const MAP_VERSION = process.env.MAP_VERSION || 'v3';
const POI_MAP_PREFIX = `${MAP_URL}/map/v3/finland`;
const OTP_URL = process.env.OTP_URL || `${API_URL}/routing/v2/finland/`;
const STOP_TIMETABLES_URL =
Expand Down

0 comments on commit 2aaa996

Please sign in to comment.