log pkg/wfs/download.go @ 3759:b65596531fda

age author description
Tue, 19 Mar 2019 12:20:54 +0100 Sascha L. Teichmann WFS downloader: Add BasicAuth support for downloading. TODO: Use it.
Mon, 18 Mar 2019 15:45:42 +0100 Sascha L. Teichmann WFS downloader: More on downloading GML. WIP.
Wed, 13 Mar 2019 15:39:12 +0100 Sascha L. Teichmann WFS downloads: Accept 'geojson' as mime type, too.
Wed, 13 Mar 2019 15:20:19 +0100 Sascha L. Teichmann WFS download: Removed waiting for configuration in feature download. It slipped in when added WFS error handling.
Tue, 05 Feb 2019 11:39:06 +0100 Sascha L. Teichmann WFS downloader: Use a custom XML streaming parser to detect error reports.
Mon, 04 Feb 2019 18:31:55 +0100 Sascha L. Teichmann WFS downloader: Don't use temp files. TODO: Use a streaming scanner for the detection of the exception documents.
Mon, 04 Feb 2019 17:48:36 +0100 Sascha L. Teichmann WFS downloader: Parse for exception reports when calling GetFeature. Not very efficient (uses temp files).