Skip to content

Commit

Permalink
#43 add xml output in case of text/xml info_format
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jul 7, 2021
1 parent d760ff1 commit a40fc07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/WMSLayer.R
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ WMSLayer <- R6Class("WMSLayer",
"application/vnd.ogc.gml" = "gml",
"application/vnd.ogc.gml/3.1.1" = "gml",
"application/json" = "json",
"text/xml" = "xml",
"gml"
)
tempf = tempfile()
Expand Down

0 comments on commit a40fc07

Please sign in to comment.