Skip to content

Commit

Permalink
Merge pull request #9 from bbnavi/feature/URBIBBNA-55-2
Browse files Browse the repository at this point in the history
URLs Fahrraddaten Tileserver
  • Loading branch information
epam-vkerkhoff authored Jun 5, 2024
2 parents 3dd5419 + e6d5c41 commit 05b1722
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/configurations/config.bbnavi.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,26 +201,26 @@ export default configMerger(walttiConfig, {
name: 'poi_coords_bike_rentals',
labelId: 'map-layer-datahub-bike-rentals',
icon: 'poi_bicycle_rental',
baseUrl: `${DATAHUB_TILES_URL}/public.poi_coords_bike_rentals/`,
vectorTileLayer: 'public.poi_coords_bike_rentals',
baseUrl: `${DATAHUB_TILES_URL}/poi_coords_bike_rentals/`,
vectorTileLayer: 'poi_coords_bike_rentals',
}, {
name: 'poi_coords_bike_repair_shops',
labelId: 'map-layer-datahub-bike-repair-shops',
icon: 'icon-icon_stop_bicycle_repair',
baseUrl: `${DATAHUB_TILES_URL}/public.poi_coords_bike_repair_shops/`,
vectorTileLayer: 'public.poi_coords_bike_repair_shops',
baseUrl: `${DATAHUB_TILES_URL}/poi_coords_bike_repair_shops/`,
vectorTileLayer: 'poi_coords_bike_repair_shops',
}, {
name: 'poi_coords_e_bike_charging_stations',
labelId: 'map-layer-datahub-e-bike-charging-stations',
icon: 'icon-icon_stop_e_bike_charging_station',
baseUrl: `${DATAHUB_TILES_URL}/public.poi_coords_e_bike_charging_stations/`,
vectorTileLayer: 'public.poi_coords_e_bike_charging_stations',
baseUrl: `${DATAHUB_TILES_URL}/poi_coords_e_bike_charging_stations/`,
vectorTileLayer: 'poi_coords_e_bike_charging_stations',
}, {
name: 'poi_coords_e_bike_rentals',
labelId: 'map-layer-datahub-e-bike-rentals',
icon: 'poi_e_bike_rental',
baseUrl: `${DATAHUB_TILES_URL}/public.poi_coords_e_bike_rentals/`,
vectorTileLayer: 'public.poi_coords_e_bike_rentals',
baseUrl: `${DATAHUB_TILES_URL}/poi_coords_e_bike_rentals/`,
vectorTileLayer: 'poi_coords_e_bike_rentals',
}],
},

Expand Down

0 comments on commit 05b1722

Please sign in to comment.