Skip to content

Commit

Permalink
data: switch charging stations urls to ocpdb.de
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Jul 8, 2024
1 parent bf39599 commit ff80087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/configurations/config.aachen.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default configMerger(parentConfig, {
RENTAL_STATION_MAP: `${OTP_URL}vectorTiles/rentalStations/`,
RENTAL_VEHICLE_MAP: `${OTP_URL}vectorTiles/rentalVehicles/`,
REALTIME_RENTAL_STATION_MAP: `${OTP_URL}vectorTiles/realtimeRentalStations/`,

CHARGING_STATIONS_MAP: `https://api.ocpdb.de/tiles/{z}/{x}/{y}.mvt`,
CHARGING_STATION_DETAILS_API: 'https://api.ocpdb.de/api/ocpi/2.2/location/',
PELIAS: `${process.env.GEOCODING_BASE_URL || GEOCODING_BASE_URL}/search`,
PELIAS_REVERSE_GEOCODER: `${
process.env.GEOCODING_BASE_URL || GEOCODING_BASE_URL
Expand Down

0 comments on commit ff80087

Please sign in to comment.