forked from hazza/dspace-angular
Merge remote-tracking branch 'dspace/main' into accessibility-settings-main
# Conflicts: # config/config.example.yml # src/config/app-config.interface.ts # src/config/default-app-config.ts # src/environments/environment.test.ts
This commit is contained in:
@@ -269,14 +269,18 @@ export const environment: BuildConfig = {
|
||||
// Rounded to the nearest size in the list of selectable sizes on the
|
||||
// settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'.
|
||||
pageSize: 5,
|
||||
// Show the bitstream access status label
|
||||
showAccessStatuses: false,
|
||||
},
|
||||
},
|
||||
community: {
|
||||
defaultBrowseTab: 'search',
|
||||
searchSection: {
|
||||
showSidebar: true,
|
||||
},
|
||||
},
|
||||
collection: {
|
||||
defaultBrowseTab: 'search',
|
||||
searchSection: {
|
||||
showSidebar: true,
|
||||
},
|
||||
@@ -433,6 +437,25 @@ export const environment: BuildConfig = {
|
||||
isVisible: false,
|
||||
},
|
||||
|
||||
// Leaflet tile providers and other configurable attributes
|
||||
geospatialMapViewer: {
|
||||
spatialMetadataFields: [
|
||||
'dcterms.spatial',
|
||||
],
|
||||
spatialFacetDiscoveryConfiguration: 'geospatial',
|
||||
spatialPointFilterName: 'point',
|
||||
enableItemPageFields: true,
|
||||
enableSearchViewMode: true,
|
||||
enableBrowseMap: true,
|
||||
tileProviders: [
|
||||
'OpenStreetMap.Mapnik',
|
||||
],
|
||||
defaultCentrePoint: {
|
||||
lat: 41.015137,
|
||||
lng: 28.979530,
|
||||
},
|
||||
},
|
||||
|
||||
accessibility: {
|
||||
cookieExpirationDuration: 7,
|
||||
},
|
||||
|
Reference in New Issue
Block a user