File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 <ows:Operation name= " GetCapabilities" >
1212 <ows:DCP>
1313 <ows:HTTP>
14- <ows:Get xlink:href= " {{baseUrl}}wmts /{{id}}/" >
14+ <ows:Get xlink:href= " {{baseUrl}}styles /{{id}}/wmts.xml " >
1515 <ows:Constraint name= " GetEncoding" >
1616 <ows:AllowedValues>
1717 <ows:Value>RESTful</ows:Value>
2424 <ows:Operation name= " GetTile" >
2525 <ows:DCP>
2626 <ows:HTTP>
27- <ows:Get xlink:href= " {{baseUrl}}styles/" >
27+ <ows:Get xlink:href= " {{baseUrl}}styles/{{id}}/wmts.xml " >
2828 <ows:Constraint name= " GetEncoding" >
2929 <ows:AllowedValues>
3030 <ows:Value>RESTful</ows:Value>
5050 <TileMatrixSetLink>
5151 <TileMatrixSet>GoogleMapsCompatible_256</TileMatrixSet>
5252 </TileMatrixSetLink>
53- <ResourceURL format= " image/png" resourceType= " tile" template = " {{baseUrl}}/ styles/{{id}}/256/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}" />
53+ <ResourceURL format= " image/png" resourceType= " tile" template = " {{baseUrl}}styles/{{id}}/256/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}" />
5454 </Layer>
5555 <Layer>
5656 <ows:Title>{{name}}-512</ows:Title>
6666 <TileMatrixSetLink>
6767 <TileMatrixSet>GoogleMapsCompatible_512</TileMatrixSet>
6868 </TileMatrixSetLink>
69- <ResourceURL format= " image/png" resourceType= " tile" template = " {{baseUrl}}/ styles/{{id}}/512/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}" />
69+ <ResourceURL format= " image/png" resourceType= " tile" template = " {{baseUrl}}styles/{{id}}/512/{TileMatrix}/{TileCol}/{TileRow}.png{{key_query}}" />
7070 </Layer>
7171 <TileMatrixSet>
7272 <ows:Title>GoogleMapsCompatible_256</ows:Title>
777777 </TileMatrix>
778778 </TileMatrixSet>
779779 </Contents>
780- <ServiceMetadataURL xlink:href= " {{baseUrl}}wmts /{{id}}/" />
780+ <ServiceMetadataURL xlink:href= " {{baseUrl}}styles /{{id}}/wmts.xml " />
781781</Capabilities>
You can’t perform that action at this time.
0 commit comments