geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
461 stars 251 forks source link

Make tiling scheme parameter optional #1566

Closed doublebyte1 closed 4 months ago

doublebyte1 commented 4 months ago

Overview

This PR makes the tiling scheme in the configuration file, optional. In the case of MVT-tipepcanoe and MVT-elastic providers, only WebMercatorQuad is supported, so that is built-in in the code. In the case of MVT-proxy, as it is a more generic provider, the user still needs to input that parameter.

Related issue / discussion

https://github.com/geopython/pygeoapi/issues/1559

Dependency policy (RFC2)

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)