Skip to content

Commit 9c1d7f8

Browse files
authored
Fix fetch wetland (#4425)
1 parent 6447904 commit 9c1d7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bims/static/js/wetland_site.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ let fetchWetlandData = () => {
176176
if (!currentCoordinate) return;
177177
let coordinate = currentCoordinate;
178178
let view = map.getView();
179-
let layerSource = wmsLayer.getSource().getGetFeatureInfoUrl(
179+
let layerSource = wmsLayer.getSource().getFeatureInfoUrl(
180180
coordinate,
181181
view.getResolution(),
182182
view.getProjection(),

0 commit comments

Comments
 (0)