Skip to content

Commit

Permalink
#43 change default info_format for getfeatureinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jul 7, 2021
1 parent fd4821c commit 0c00db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/WMSGetFeatureInfo.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WMSGetFeatureInfo <- R6Class("WMSGetFeatureInfo",
),
public = list(
initialize = function(op, url, version, layers, srs, styles, feature_count = 1,
x, y, width, height, bbox, info_format = "application/vnd.ogc.gml",
x, y, width, height, bbox, info_format = "text/xml",
logger = NULL, ...) {

mimeType <- switch(info_format,
Expand Down

0 comments on commit 0c00db0

Please sign in to comment.