Skip to content

Commit

Permalink
Fix wxs example
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 19, 2021
1 parent 3645ba0 commit 2557f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/python/examples/wxs.py
Expand Up @@ -16,7 +16,7 @@
def main(map_file):

map = mapscript.mapObj(map_file)
map.setMetaData("ows_onlineresource", "http://dummy.org/")
map.web.metadata.set("ows_onlineresource", "http://dummy.org/")
ows_req = mapscript.OWSRequest()

ows_req.type = mapscript.MS_GET_REQUEST
Expand Down

0 comments on commit 2557f4a

Please sign in to comment.