Log Message: |
WMS Extention improvements: Better logging for problem analysis.
Requirements: "logging" module is needed, included with Python 2.3.
* Extentions/wms/test/test_domutils.py: Used same trick as in
test_ogclib.py to support.initthuban() so the test now runs.
* Extensions/wms/capabilities.py: Added logging module and now
starts logging the capabilities downloaded. As the wms extention
is still experimental I have added the configuration so that
DEBUG is written to stderr.
* README: Requirements bumbed Python min to 2.3.5. because
of the use of the logging module.
|