Skip to content

Commit

Permalink
#43 getfeatureinfo compatibility with wms 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 27, 2021
1 parent 165c61b commit 5b5148c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/WMSClient.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ WMSClient <- R6Class("WMSClient",
)
}else if(is(wmsLayer, "list")){
features <- wmsLayer[[1]]$getFeatureInfo(
srs = srs, crs = crs, styles = styles, feature_count = feature_count,
srs = srs, styles = styles, feature_count = feature_count,
x = x, y = y, width = width, height = height, bbox = bbox,
info_format = info_format,
...
Expand Down

0 comments on commit 5b5148c

Please sign in to comment.