Skip to content

Commit 6f6016a

Browse files
committed
Geospatial maps: Review feedback
1 parent 1f760d8 commit 6f6016a

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@
115115
"@ngx-translate/core": "^16.0.3",
116116
"@nicky-lenaers/ngx-scroll-to": "^14.0.0",
117117
"@terraformer/wkt": "^2.2.1",
118-
"@types/grecaptcha": "^3.0.4",
119118
"altcha": "^0.9.0",
120-
"angular-idle-preload": "3.0.0",
121119
"angulartics2": "^12.2.0",
122120
"axios": "^1.7.9",
123121
"bootstrap": "^5.3",
@@ -143,7 +141,6 @@
143141
"json5": "^2.2.3",
144142
"jsonschema": "1.5.0",
145143
"jwt-decode": "^3.1.2",
146-
"klaro": "^0.7.18",
147144
"leaflet": "^1.9.4",
148145
"leaflet-providers": "^2.0.0",
149146
"leaflet.markercluster": "^1.5.3",

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
height: 100%;
3939
}
4040

41-
//.map {
42-
// height: 100%;
43-
//}
44-
4541
/* browse */
4642
.browse-map-container {
4743
height: 800px;

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ import { parseGeoJsonFromMetadataValue } from '../utils/geospatial.functions';
3636
imports: [ GeospatialMapComponent, NgIf ],
3737
})
3838

39+
/**
40+
* This component is used with the GeospatialMap ViewMode in search or browse results, and
41+
* prepares geospatial data collection for display on the GeospatialMapComponent
42+
*/
3943
export class ObjectGeospatialMapComponent {
4044

4145
/**

0 commit comments

Comments
 (0)