Skip to content

Commit 0be836a

Browse files
committed
Geospatial maps: icon and browse page fix
1 parent b6cdb7c commit 0be836a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/browse-by/browse-by-geospatial-data/browse-by-geospatial-data.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export class BrowseByGeospatialDataComponent implements OnInit {
9898
const searchOptions: PaginatedSearchOptions = Object.assign({
9999
'configuration': environment.geospatialMapViewer.spatialFacetDiscoveryConfiguration,
100100
'scope': scope,
101+
'facetLimit': 99999,
101102
});
102103
return this.searchService.getFacetValuesFor(searchFilterConfig, 1, searchOptions,
103104
null, true);

src/app/shared/geospatial-map/geospatial-map.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export class GeospatialMapComponent implements AfterViewInit, OnInit, OnDestroy
135135
// Set better default icons
136136
L.Icon.Default.mergeOptions({
137137
iconRetinaUrl: 'assets/images/marker-icon-2x.png',
138+
iconUrl: 'assets/images/marker-icon-2x.png',
138139
shadowUrl: 'assets/images/marker-shadow.png',
139140
});
140141
// Define map object

0 commit comments

Comments
 (0)