Fix missing ScaleDenominator in wmts.tmpl
The missing ScaleDenominator causes GeoServer to throw an error when importing the layer.
This commit is contained in:
parent
042b8b986a
commit
5377414710
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>
|
||||||
|
|
Loading…
Reference in a new issue