index.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. _community_wfstemplating:
  2. Features-Templating Extension
  3. =============================
  4. The Features Templating plug-in works by allowing us to define a What You See Is What You Get template, that will be applied on a stream of features respecting the defined content negotiation rules. Both Simple and Complex features are supported. The following services and operations are supported:
  5. .. list-table::
  6. :widths: 20 20
  7. * - **Service**
  8. - **Operation**
  9. * - WFS
  10. - GetFeature
  11. * - WMS
  12. - GetFeatureInfo
  13. * - OGCAPI Features
  14. - Collection
  15. The following output formats are supported:
  16. * ``GeoJSON``
  17. * ``GML``
  18. * ``JSON-LD`` `JSON-LD <https://json-ld.org>`_ is a Linked Data format, based on JSON format, and revolves around the concept of "context" to provide additional mappings from JSON to an RDF model.
  19. * ``HTML``
  20. The first part of the plug-in documentation will go through the template syntax. The second one will show how to configure the template to apply it to a vector layer. The third part shows the backwards mapping functionality.
  21. .. toctree::
  22. :maxdepth: 1
  23. installing
  24. directives
  25. configuration
  26. querying
  27. rest