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