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
460 stars 250 forks source link

Add support to retrieving properties on the mvt_elastic provider #1645

Closed doublebyte1 closed 1 month ago

doublebyte1 commented 1 month ago

Is your feature request related to a problem? Please describe. The current implementation of the MVT-elastic provider does not support publishing the properties associated to the geometries. It is worth noting that attribute based styling on client side, is one of the main arguments for preferring vector tiles over raster tiles. If a client can only retrieve the geometries, its analytical and visualisation capabilities are severely limited.

Describe the solution you'd like Providing the properties along with the geometries.

Describe alternatives you've considered Use the mvt-proxy or mvt-tippecanoe providers.