fix: wmts urls
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
e1738cc107
commit
26d8066cdc
1 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
||||||
<ows:Operation name="GetCapabilities">
|
<ows:Operation name="GetCapabilities">
|
||||||
<ows:DCP>
|
<ows:DCP>
|
||||||
<ows:HTTP>
|
<ows:HTTP>
|
||||||
<ows:Get xlink:href="{{baseUrl}}wmts/{{id}}/">
|
<ows:Get xlink:href="{{baseUrl}}styles/{{id}}/wmts.xml">
|
||||||
<ows:Constraint name="GetEncoding">
|
<ows:Constraint name="GetEncoding">
|
||||||
<ows:AllowedValues>
|
<ows:AllowedValues>
|
||||||
<ows:Value>RESTful</ows:Value>
|
<ows:Value>RESTful</ows:Value>
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<ows:Operation name="GetTile">
|
<ows:Operation name="GetTile">
|
||||||
<ows:DCP>
|
<ows:DCP>
|
||||||
<ows:HTTP>
|
<ows:HTTP>
|
||||||
<ows:Get xlink:href="{{baseUrl}}styles/">
|
<ows:Get xlink:href="{{baseUrl}}styles/{{id}}/wmts.xml">
|
||||||
<ows:Constraint name="GetEncoding">
|
<ows:Constraint name="GetEncoding">
|
||||||
<ows:AllowedValues>
|
<ows:AllowedValues>
|
||||||
<ows:Value>RESTful</ows:Value>
|
<ows:Value>RESTful</ows:Value>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
<TileMatrixSetLink>
|
<TileMatrixSetLink>
|
||||||
<TileMatrixSet>GoogleMapsCompatible_256</TileMatrixSet>
|
<TileMatrixSet>GoogleMapsCompatible_256</TileMatrixSet>
|
||||||
</TileMatrixSetLink>
|
</TileMatrixSetLink>
|
||||||
<ResourceURL format="image/png" resourceType="tile" template="{{baseUrl}}/styles/{{id}}/256/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}"/>
|
<ResourceURL format="image/png" resourceType="tile" template="{{baseUrl}}styles/{{id}}/256/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}"/>
|
||||||
</Layer>
|
</Layer>
|
||||||
<Layer>
|
<Layer>
|
||||||
<ows:Title>{{name}}-512</ows:Title>
|
<ows:Title>{{name}}-512</ows:Title>
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
<TileMatrixSetLink>
|
<TileMatrixSetLink>
|
||||||
<TileMatrixSet>GoogleMapsCompatible_512</TileMatrixSet>
|
<TileMatrixSet>GoogleMapsCompatible_512</TileMatrixSet>
|
||||||
</TileMatrixSetLink>
|
</TileMatrixSetLink>
|
||||||
<ResourceURL format="image/png" resourceType="tile" template="{{baseUrl}}/styles/{{id}}/512/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}"/>
|
<ResourceURL format="image/png" resourceType="tile" template="{{baseUrl}}styles/{{id}}/512/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}"/>
|
||||||
</Layer>
|
</Layer>
|
||||||
<TileMatrixSet>
|
<TileMatrixSet>
|
||||||
<ows:Title>GoogleMapsCompatible_256</ows:Title>
|
<ows:Title>GoogleMapsCompatible_256</ows:Title>
|
||||||
|
@ -777,5 +777,5 @@
|
||||||
</TileMatrix>
|
</TileMatrix>
|
||||||
</TileMatrixSet>
|
</TileMatrixSet>
|
||||||
</Contents>
|
</Contents>
|
||||||
<ServiceMetadataURL xlink:href="{{baseUrl}}wmts/{{id}}/"/>
|
<ServiceMetadataURL xlink:href="{{baseUrl}}styles/{{id}}/wmts.xml"/>
|
||||||
</Capabilities>
|
</Capabilities>
|
||||||
|
|
Loading…
Reference in a new issue