@@ -48,8 +48,8 @@ export default configMerger(walttiConfig, {
48
48
RENTAL_VEHICLE_MAP : `${ API_URL } /otp/routers/default/vectorTiles/rentalVehicles/` ,
49
49
REALTIME_RENTAL_STATION_MAP : `${ API_URL } /otp/routers/default/vectorTiles/realtimeRentalStations/` ,
50
50
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/', */
53
53
PELIAS : `${ process . env . GEOCODING_BASE_URL || GEOCODING_BASE_URL } /search` ,
54
54
PELIAS_REVERSE_GEOCODER : `${
55
55
process . env . GEOCODING_BASE_URL || GEOCODING_BASE_URL
@@ -193,7 +193,7 @@ export default configMerger(walttiConfig, {
193
193
previewImage : '/img/maptype-streets-osm.png' ,
194
194
} ] ,
195
195
196
- datahubTiles : {
196
+ /* datahubTiles: {
197
197
show: true,
198
198
smallIconZoom: 17,
199
199
minZoom: 15,
@@ -222,13 +222,13 @@ export default configMerger(walttiConfig, {
222
222
baseUrl: `${DATAHUB_TILES_URL}/public.poi_coords_e_bike_rentals/`,
223
223
vectorTileLayer: 'public.poi_coords_e_bike_rentals',
224
224
}],
225
- } ,
225
+ }, */
226
226
227
- chargingStations : {
227
+ /* chargingStations: {
228
228
show: true,
229
229
smallIconZoom: 14,
230
230
minZoom: 14
231
- } ,
231
+ }, */
232
232
233
233
cityBike : {
234
234
minZoomStopsNearYou : 10 ,
0 commit comments