diff --git a/docs/assets/images/customise-layers.png b/docs/assets/images/customise-layers.png
new file mode 100644
index 0000000..6744f3b
Binary files /dev/null and b/docs/assets/images/customise-layers.png differ
diff --git a/docs/db/layers.md b/docs/db/layers.md
index c9b452c..054ced6 100644
--- a/docs/db/layers.md
+++ b/docs/db/layers.md
@@ -83,8 +83,8 @@ Common additional parameters you may want to use include:
#### Other options
-- `projection` - If the projection is anything other than EPSG:3857, set it here. For WMS based layers, this is enough. For XYZ layers, see the section on [XYZ reprojection](#xyz-reprojection)
-- `cswendpoint` - An endpoint to retrieve a CSW Metadata document, describing the layer. The metadata document should use Dublin Core and will be available via the 'i' button next to the layer name in the layer control.
+- `projection` - If the layer is only available in a projection that is not the same as the map you are putting it in to, set the projection here, otherwise you can not include it, and the layer will be requested in the projection of the map. For XYZ layers, see the section on [XYZ reprojection](#xyz-reprojection)
+- `cswendpoint` - An endpoint to retrieve a CSW Metadata document, describing the layer. The metadata document should use Dublin Core and will be available via the 'i' button next to the layer name in the layer control.
### Layer
@@ -110,49 +110,7 @@ Once this has been created, the layer table has the following fields to fill in:
#### Info Templates
-Info templates control how the user see's data when they click an item on the map. There are two info templates used by GIFramework Maps.
-
-- `InfoTemplate` - The template for what appears when you select a single map feature
-
-
UPRN: {{UPRN}}
` - - Output: - - `UPRN: 10010101001
` - -`InfoListTitleTemplate`s are simpler, and are designed for a single line of text with placeholders. It still uses nunjucks and the placeholder `{{COLUMN_NAME}}`, but should be kept simple as there may be many results listed. - -!!! warning - Avoid using HTML in an `InfoListTitleTemplate`. The template is injected into an `` tag within a `UPRN: {{UPRN}}
` + + Output: + + `UPRN: 10010101001
` + +Info List Templates are simpler, and are designed for a single line of text with placeholders. It still uses nunjucks and the placeholder `{{COLUMN_NAME}}`, but should be kept simple as there may be many results listed. + +!!! warning + Avoid using HTML in an info list template. The template is injected into an `` tag within a `