Skip to content

Commit

Permalink
Merge pull request #25 from AplinkosMinisterija/NTIS-1358-Neveikia-že…
Browse files Browse the repository at this point in the history
…mėlapių-funkcionalumas

NTIS-1358 Neveikia žemėlapių funkcionalumas
  • Loading branch information
navasandra authored Sep 17, 2024
2 parents f56e367 + 478f177 commit 7180805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ntis-web/projects/itree-web/src/assets/map/WMTSCapabilities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<ows:Operation name="GetCapabilities">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS/1.0.0/WMTSCapabilities.xml">
<ows:Get xlink:href="https://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS/1.0.0/WMTSCapabilities.xml">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>RESTful</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:Get>
<!-- add KVP binding in 10.1 -->
<ows:Get xlink:href="http://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS?">
<ows:Get xlink:href="https://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS?">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>KVP</ows:Value>
Expand All @@ -29,14 +29,14 @@
<ows:Operation name="GetTile">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS/tile/1.0.0/">
<ows:Get xlink:href="https://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS/tile/1.0.0/">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>RESTful</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:Get>
<ows:Get xlink:href="http://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS?">
<ows:Get xlink:href="https://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS?">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>KVP</ows:Value>
Expand Down Expand Up @@ -150,4 +150,4 @@
</TileMatrix>
</TileMatrixSet>
</Contents>
<ServiceMetadataURL xlink:href="http://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"/> </Capabilities>
<ServiceMetadataURL xlink:href="https://www.geoportal.lt/arcgis/rest/services/NZT/ORT10LT_Web_Mercator_102100/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"/> </Capabilities>

0 comments on commit 7180805

Please sign in to comment.