Fix missing ScaleDenominator in wmts.tmpl

The missing ScaleDenominator causes GeoServer to throw an error when importing the layer.
This commit is contained in:
poljvd 2020-09-28 10:33:21 +02:00 committed by GitHub
parent 042b8b986a
commit 5377414710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>