rwfs icon indicating copy to clipboard operation
rwfs copied to clipboard

Implement getDataSource() in base class WFSStreamingRequest

Open jlehtoma opened this issue 8 years ago • 0 comments

Since the following case is very common:

getDataSource = function() {
    private$getURL()
}

This could be implemented in WFSStreamingRequest making it a non-abstract method. This WFSStreaming* and WFSCaching* classes could be used directly (for simple use cases) without the need of implementing subclasses first.

jlehtoma avatar Oct 28 '16 11:10 jlehtoma