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")