Jachym Cepicky 13 лет назад
Родитель
Сommit
6a4a2e4222
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      OWS.py

+ 2 - 0
OWS.py

@@ -195,9 +195,11 @@ class OWS:
             # there is 'map' parameter in URL BUT the file does not exist:
             # create
             else:
+                logging.debug("Mapfile not found: creating new mapfile")
                 mapobj = self.makeMap(request.getValueByName("map"))
 
         # mapobj.getLayerByName(request.getValueByName("layers")).metadata.get("wfs_filter")
+        logging.debug("Calling OWSDispatch")
         res = mapobj.OWSDispatch(request)
         if mapscript.MS_DONE == res:
             raise OWSExceptions.NoValidRequest("No valid OWS Request")