<#global pagecrumbs=""> <#include "common-header.ftl">

${service.title!"GeoServer Features 1.0 Service"}

${service.abstract!""}
This is the landing page of the Features 1.0 service, providing links to the service API and its contents.
This document is also available as <#list model.getLinksExcept("landingPage", "text/html") as link>${link.type}<#if link_has_next>, .

API definition

The API document provides a machine processable description of this service API conformant to OpenAPI 3.
This API document is also available as <#list model.getLinksExcept("api", "application/json") as link>${link.type}<#if link_has_next>, .

Collections

The collection page provides a list of all the collections available in this service.
This collection page is also available as <#list model.getLinksExcept("collections", "text/html") as link>${link.type}<#if link_has_next>, .

<#-- TODO when upgrading Freemaker add ?no_esc to avoid html escaping --> ${htmlExtensions('landing')}
<#include "landingpage-conformance.ftl">

Contact information

<#include "common-footer.ftl">