Skip to content

split Features and Tiles endpoints in the Factory #6

@vincentsarago

Description

@vincentsarago

let's have a Endpoints().register_ogc_features() and Endpoints().register_ogc_tiles()

then we can do

    def __post_init__(self):
        """Post Init: register route and configure specific options."""
        self.register_landing()
        self.register_conformance()

        if self.with_ogc_features:
            self.register_ogc_features()
       
        if self.with_ogc_tiles:
            self.register_ogc_tiles()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions