Skip to content

Commit

Permalink
OCPDB direkt eingebunden (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff committed Jan 10, 2024
1 parent 1b18805 commit e392fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/configurations/config.bbnavi.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default configMerger(walttiConfig, {
RENTAL_VEHICLE_MAP: `${API_URL}/otp/routers/default/vectorTiles/rentalVehicles/`,
REALTIME_RENTAL_STATION_MAP: `${API_URL}/otp/routers/default/vectorTiles/realtimeRentalStations/`,
WEATHER_STATIONS_MAP: '', // `${API_URL}/map/v1/weather-stations/`,
/*CHARGING_STATIONS_MAP: 'https://ocpdb.bbnavi.de/tiles/{z}/{x}/{y}.mvt',
CHARGING_STATION_DETAILS_API: 'https://ocpdb.bbnavi.de/api/ocpi/2.2/location/', */
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 e392fab

Please sign in to comment.