mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Merge pull request #3540 from kshepherd/geospatial-maps-main
Geospatial maps for item pages, search, browse
This commit is contained in:
@@ -436,4 +436,23 @@ export const environment: BuildConfig = {
|
||||
messageTimeOutDurationMs: 30000,
|
||||
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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user