<#if collection.title??>
  • Title: ${collection.title}
  • <#if collection.description??>
  • Description: ${collection.description!}
  • <#assign spatial = collection.extent.spatial>
  • Geographic extents:
      <#list spatial as se>
    • ${se.getMinX()}, ${se.getMinY()}, ${se.getMaxX()}, ${se.getMaxY()}.
  • Queryables as HTML.
  • <#if collection.mapPreviewURL??>
  • The layer can also be explored in this map preview
  • <#-- TODO when upgrading Freemaker add ?no_esc to avoid html escaping --> ${htmlExtensions(collection)}
Data as HTML or choose another format: