Michal Šrédl 14 年之前
父節點
當前提交
19cd88a85f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      OWS.py

+ 0 - 1
OWS.py

@@ -175,7 +175,6 @@ class OWS:
             self.setFilter(mapobj,request)
 
         # mapobj.getLayerByName(request.getValueByName("layers")).metadata.get("wfs_filter")
-        # here is still fine, but it fails on dispatch:
         res = mapobj.OWSDispatch(request)
         if mapscript.MS_DONE == res:
             raise OWSExceptions.NoValidRequest("No valid OWS Request")