Skip to content

Commit

Permalink
Merge pull request #479 from poljvd/patch-1
Browse files Browse the repository at this point in the history
Fix missing ScaleDenominator in wmts.tmpl
  • Loading branch information
petrsloup committed Sep 28, 2020
2 parents 042b8b9 + 5377414 commit 7ce4805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/templates/wmts.tmpl
Expand Up @@ -395,7 +395,7 @@
</TileMatrix>
<TileMatrix>
<ows:Identifier>18</ows:Identifier>
<ScaleDenominator></ScaleDenominator>
<ScaleDenominator>1066.3647919249</ScaleDenominator>
<TopLeftCorner>90 -180</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
Expand All @@ -404,4 +404,4 @@
</TileMatrix></TileMatrixSet>
</Contents>
<ServiceMetadataURL xlink:href="{{baseUrl}}/wmts/{{id}}/"/>
</Capabilities>
</Capabilities>

0 comments on commit 7ce4805

Please sign in to comment.