소스 검색

wfs_connectiontimeout set to 60"

Michal Šrédl 14 년 전
부모
커밋
768fb9c4fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      wfs/__init__.py

+ 1 - 0
wfs/__init__.py

@@ -46,6 +46,7 @@ class WFS(OWS):
                 
             mapobj.setMetaData("wms_srs",self.config.get("MapServer","srs"))
             mapobj.setMetaData("wfs_srs",self.config.get("MapServer","srs"))
+            mapobj.setMetaData("wfs_connectiontimeout","60")
             layer = self.capabilities.contents[name]
 
             logging.debug("Creating layer %s" % name)