Skip to content

Commit

Permalink
Add key to WMTS xml
Browse files Browse the repository at this point in the history
This should add the key to the wmts xml for hosted services
  • Loading branch information
spatialillusions committed Sep 13, 2018
1 parent 76a0064 commit 782c28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/templates/wmts.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<TileMatrixSetLink>
<TileMatrixSet>GoogleMapsCompatible</TileMatrixSet>
</TileMatrixSetLink>
<ResourceURL format="image/png" resourceType="tile" template="{{baseUrl}}/styles/{{id}}/{TileMatrix}/{TileCol}/{TileRow}.png"/>
<ResourceURL format="image/png" resourceType="tile" template="{{baseUrl}}/styles/{{id}}/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}"/>
</Layer><TileMatrixSet>
<ows:Title>GoogleMapsCompatible</ows:Title>
<ows:Abstract>GoogleMapsCompatible EPSG:3857</ows:Abstract>
Expand Down

0 comments on commit 782c28c

Please sign in to comment.