From 1e198bb4ee522928546f8689597c487c33c3643e Mon Sep 17 00:00:00 2001 From: Samuel Mesa Date: Sun, 6 Jan 2019 17:54:57 -0500 Subject: [PATCH] Update documentation Update documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8dbf689..5905d74 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ TODO ```bash cd application/mapbender/src -git clone git@github.com:mapbender/wmts.git +git clone git@github.com:mapbender/wmts.git WmtsBundle ``` **Project specific installation** @@ -27,7 +27,7 @@ git clone git@github.com:mapbender/wmts.git ```bash cd application/src/Mapbender -git clone git@github.com:mapbender/wmts.git +git clone git@github.com:mapbender/wmts.git WmtsBundle ``` * add WmtsBundle to `routing.yml` and `AppKernel.php` @@ -101,4 +101,4 @@ It is important to note, that your map element should be configured to use the s Just like a WMS, a WMTS/TMS can be added to a layerset. Please note that for now, you can only ever activate one layer from a WMTS/TMS source. If you want to add multiple layers from one source, you need to add more instances to your layerset. -![Add WMTS/TMS to layerset](Documentation/04.png) \ No newline at end of file +![Add WMTS/TMS to layerset](Documentation/04.png)