geosolutions-it / ogc-vtp-2018

Report for the OGC Vector Tiles Pilot 2018
https://waffle.io/geosolutions-it/ogc-vtp-2018
0 stars 0 forks source link

Expose tiling API via the OpenAPI3 document #7

Closed aaime closed 5 years ago

aaime commented 6 years ago

The current document is not declaring the tiling endpoints we have added. See for example the Interactive Instrument one (as a reference, our document is structured in a different way though):

Our current document is loaded from a template into a Java object, customized, and then saved. I suggest we add extension points that can customize the OpenAPI object, that the OpenAPIBuilder would call doing a extensions lookup:

public WFS3APIExtension {
    public void extend(OpenAPI api);
}

The only implementation right now would be the tiling one, that is going to add the paths for the the tiling bits.