Fix quotes in tags yaml

This commit is contained in:
Maximilian Krög
2020-07-17 20:43:05 +02:00
parent 557563f331
commit 217f648608
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ docs: >
This example shows how to use a dynamic ArcGIS REST MapService.
This source type supports Map and Image Services. For dyamic ArcGIS
services.
tags: arcgis, image, dynamiclayer"
tags: "arcgis, image, dynamiclayer"
---
<div id="map" class="map"></div>

View File

@@ -7,6 +7,6 @@ docs: >
This source type supports Map and Image Services. For cached ArcGIS
services, better performance is available by using
<code>ol/source/XYZ</code> instead.
tags: arcgis, tile, tilelayer"
tags: "arcgis, tile, tilelayer"
---
<div id="map" class="map"></div>