Merge pull request #479 from poljvd/patch-1
Fix missing ScaleDenominator in wmts.tmpl
This commit is contained in:
commit
7ce4805cdd
1 changed files with 2 additions and 2 deletions
|
@ -395,7 +395,7 @@
|
||||||
</TileMatrix>
|
</TileMatrix>
|
||||||
<TileMatrix>
|
<TileMatrix>
|
||||||
<ows:Identifier>18</ows:Identifier>
|
<ows:Identifier>18</ows:Identifier>
|
||||||
<ScaleDenominator></ScaleDenominator>
|
<ScaleDenominator>1066.3647919249</ScaleDenominator>
|
||||||
<TopLeftCorner>90 -180</TopLeftCorner>
|
<TopLeftCorner>90 -180</TopLeftCorner>
|
||||||
<TileWidth>256</TileWidth>
|
<TileWidth>256</TileWidth>
|
||||||
<TileHeight>256</TileHeight>
|
<TileHeight>256</TileHeight>
|
||||||
|
@ -404,4 +404,4 @@
|
||||||
</TileMatrix></TileMatrixSet>
|
</TileMatrix></TileMatrixSet>
|
||||||
</Contents>
|
</Contents>
|
||||||
<ServiceMetadataURL xlink:href="{{baseUrl}}/wmts/{{id}}/"/>
|
<ServiceMetadataURL xlink:href="{{baseUrl}}/wmts/{{id}}/"/>
|
||||||
</Capabilities>
|
</Capabilities>
|
||||||
|
|
Loading…
Reference in a new issue