Skip to content

Implement getDataSource() in base class WFSStreamingRequest #11

@jlehtoma

Description

@jlehtoma

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions