Skip to content

Commit 1b18805

Browse files
Map tiles mit Fehlern bis auf weiteres deaktiviert
1 parent 1543bce commit 1b18805

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/configurations/config.bbnavi.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export default configMerger(walttiConfig, {
4848
RENTAL_VEHICLE_MAP: `${API_URL}/otp/routers/default/vectorTiles/rentalVehicles/`,
4949
REALTIME_RENTAL_STATION_MAP: `${API_URL}/otp/routers/default/vectorTiles/realtimeRentalStations/`,
5050
WEATHER_STATIONS_MAP: '', // `${API_URL}/map/v1/weather-stations/`,
51-
CHARGING_STATIONS_MAP: 'https://ocpdb.bbnavi.de/tiles/{z}/{x}/{y}.mvt',
52-
CHARGING_STATION_DETAILS_API: 'https://ocpdb.bbnavi.de/api/ocpi/2.2/location/',
51+
/*CHARGING_STATIONS_MAP: 'https://ocpdb.bbnavi.de/tiles/{z}/{x}/{y}.mvt',
52+
CHARGING_STATION_DETAILS_API: 'https://ocpdb.bbnavi.de/api/ocpi/2.2/location/', */
5353
PELIAS: `${process.env.GEOCODING_BASE_URL || GEOCODING_BASE_URL}/search`,
5454
PELIAS_REVERSE_GEOCODER: `${
5555
process.env.GEOCODING_BASE_URL || GEOCODING_BASE_URL
@@ -193,7 +193,7 @@ export default configMerger(walttiConfig, {
193193
previewImage: '/img/maptype-streets-osm.png',
194194
}],
195195

196-
datahubTiles: {
196+
/*datahubTiles: {
197197
show: true,
198198
smallIconZoom: 17,
199199
minZoom: 15,
@@ -222,13 +222,13 @@ export default configMerger(walttiConfig, {
222222
baseUrl: `${DATAHUB_TILES_URL}/public.poi_coords_e_bike_rentals/`,
223223
vectorTileLayer: 'public.poi_coords_e_bike_rentals',
224224
}],
225-
},
225+
}, */
226226

227-
chargingStations: {
227+
/*chargingStations: {
228228
show: true,
229229
smallIconZoom: 14,
230230
minZoom: 14
231-
},
231+
}, */
232232

233233
cityBike: {
234234
minZoomStopsNearYou: 10,

0 commit comments

Comments
 (0)