From b4913cc7e08435c3e4231d201678d5ce98f530a6 Mon Sep 17 00:00:00 2001 From: Joseph Miller Date: Wed, 24 Jul 2024 16:55:52 -0400 Subject: [PATCH] fixed underline in template doc --- doc/en/user/source/extensions/mapml/template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/user/source/extensions/mapml/template.rst b/doc/en/user/source/extensions/mapml/template.rst index 3cc27dec905..b8602e08b10 100644 --- a/doc/en/user/source/extensions/mapml/template.rst +++ b/doc/en/user/source/extensions/mapml/template.rst @@ -64,7 +64,7 @@ This would result in a head section that would resemble: GetMap MapML Head Stylesheet Templating -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The MapML format includes a map-head element that includes map-link elements to link to other resources, including map style variants. Additional map-link elements can be added to the map-head element by creating a ``mapml-head.ftl`` template in the GeoServer data directory in the directory for the layer we wish to append map-links to. For example we could create the ``mapml-head.ftl`` file under ``workspaces/tiger/nyc/poly_landmarks_shapefile/poly_landmarks``: .. code-block:: bash