Hi Thomas,
The attached file kind of works for me, but you'll have to adapt it (or
create additional variants) if you want other layers.
This is initially derived from the WMTS for the French IGN servers.
I added a "ResourceURL" entry at the end of the layer description.
In an attempt to simplify the file, I also removed all Layers but
"toporaster3" and all TileMatrixSets but "EPSG:3857".
I'm definitely no WMTS specialist here so I don't really know what I'm
doing: just playing "trial and error".
-Pierre.
Le 23/02/2018 à 23:30, mitxel a écrit :
Hi Thomas
I also tried the workaround that works for spanish ign and others but
with no succes for norge wmts...
Honestely I don't know what could be the key., but the last example you
have pasted gets the tile in a web browser 😊 so that is a good start
point to remake the spanish Ign example. Note that the Tilematrix part
is different....
I am away now and I can not test it but I suggest you to try this.
Layer idx="0">
<Title>Norway TMS</Title>
<Script><![CDATA[(
function convert(z1,x1,y1)
{y=(1<<z1)-1-y1;
return
"http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?&layer=topo4&style=default&tilematrixset=EPSG:3857&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=
<http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?&layer=topo4&style=default&tilematrixset=EPSG%900913&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=>EPSG:3857:"+z1+"&TileCol="+x1+"&TileRow="+y1;
}
)]]></Script>
</Layer>
<Copyright>STATKART</Copyright>
</TMS>
The relevant part is the Tilematrix
for spanish ign and others is only a number in relation with zoom level
,the z1 variable (eg. 4) and for norge topo seems to be the number
preceded by the SRS code and :
(eg. EPSG:3857:4)
mitxel
-------- Mensaje original --------
De: Thomas Carlyle <tcarl...@gmail.com <mailto:tcarl...@gmail.com>>
Fecha: 20/2/18 20:08 <calendar:T1:20:08> (GMT+01:00 <calendar:T1:01:00>)
Para: Oliver Eichler <oliver.eich...@gmx.de <mailto:oliver.eich...@gmx.de>>
Cc: qlandkartegt-users@lists.sourceforge.net
<mailto:qlandkartegt-users@lists.sourceforge.net>
Asunto: Re: [Qlandkartegt-users] anyone with experience of adding
norwegian topographic maps on Qmapshak
Hi,
thanks for the answers. I actually tried an attempt to replicate the
example of the Spanish IGN Raster map
and having a tms like:
<TMS>
<Layer idx="0">
<Title>Norway TMS</Title>
<Script><![CDATA[(
function convert(z1,x1,y1)
{y=(1<<z1)-1-y1;
return
"http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?&layer=topo4&style=default&tilematrixset=EPSG%900913&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix="+z1+"&TileCol="+x1+"&TileRow="+y1;
}
)]]></Script>
</Layer>
<Copyright>STATKART</Copyright>
</TMS>
inspired on the example
http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?&layer=topo4&style=default&tilematrixset=EPSG%3A25833&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=EPSG%3A25833%3A4&TileCol=7&TileRow=6
at
https://kartkatalog.geonorge.no/metadata/kartverket/topografisk-norgeskart-4-cache/8f381180-1a47-4453-bee7-9a3d64843efa
But it did not work. I'm afraid Id need to properly learn about WMTS
before having a clue of what should I do much differently, as I have no
knowledge in the topic.
2018-02-20 8:46 <calendar:T7:2018-02-20 8:46> GMT+01:00
<calendar:T1:01:00> Oliver Eichler <oliver.eich...@gmx.de
<mailto:oliver.eich...@gmx.de>>:
That mail totally slipped my attention. Sorry.
I tested the capability file and could locate the crash. It's a
missing bounding box in a layer.
But anyway, bypassing that problem, QMapShack can't handle that
file. The WMTS speciafication is as chaotic and over-engineered as
the WMS specification. I gave up at a very early stage, so QMapShack
only implements a very limited subset. I do not like to waste time
on online maps as they are not at all my favorite source of maps. If
you look at the WMTS imlementation in QGis, which is very good, you
will see that it takes a huge effort to do it right. I allways
suggest to everyone who wants to use WMTS maps to improve the code.
So far everyone stepped back at once.
There are several tips concerning TMS and WMTS maps in the wiki:
https://bitbucket.org/maproom/qmapshack/wiki/DocMapsTipsTricks
<https://bitbucket.org/maproom/qmapshack/wiki/DocMapsTipsTricks>
Maybe that helps
Oliver
*Gesendet:* Sonntag, 18. Februar 2018 um 19:09 <calendar:T1:19:09> Uhr
*Von:* AM <apschwim...@apmland.de <mailto:apschwim...@apmland.de>>
*An:* qlandkartegt-users@lists.sourceforge.net
<mailto:qlandkartegt-users@lists.sourceforge.net>
*Betreff:* Re: [Qlandkartegt-users] anyone with experience of adding
norwegian topographic maps on Qmapshak
Hi,
http://download.freizeitkarte-osm.de/garmin/latest/Freizeitkarte_NOR_de.Images.zip
<http://download.freizeitkarte-osm.de/garmin/latest/Freizeitkarte_NOR_de.Images.zip>
as an offline card.
It's not a special topographic map, but you can add DEM datas.
Maybe it help!
Kind regards
Axel
On 16.02.2018 20:56, Thomas Carlyle wrote:
Hi,
does anyone have experience adding norwegian topographic maps
on Qmapshak?
Im new to Qmapshak, but I tried downloading the WMTS
capabilities from the nowegian maps site:
https://www.kartverket.no/data/api-og-wms/
<https://www.kartverket.no/data/api-og-wms/> the WMTS at
http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?Version=1.0.0&service=wmts&request=getcapabilities
<http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?Version=1.0.0&service=wmts&request=getcapabilities>
I download, rename it to .wmts, but when I try to active it, it
crashes.
Any thoughts?
Cheers
--
------------------------------------------------------
Thomas Carlyle Minetto Vilarinho
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites,Slashdot.org
<http://Slashdot.org>!http://sdm.link/slashdot
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
<mailto:Qlandkartegt-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
<https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org <http://Slashdot.org>!
http://sdm.link/slashdot_______________________________________________
<http://sdm.link/slashdot_______________________________________________>
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
<mailto:Qlandkartegt-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
<https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org <http://Slashdot.org>!
http://sdm.link/slashdot
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
<mailto:Qlandkartegt-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
<https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users>
--
------------------------------------------------------
Thomas Carlyle Minetto Vilarinho
-------- Mensaje original --------
De: Thomas Carlyle <tcarl...@gmail.com>
Fecha: 20/2/18 20:08 (GMT+01:00)
Para: Oliver Eichler <oliver.eich...@gmx.de>
Cc: qlandkartegt-users@lists.sourceforge.net
Asunto: Re: [Qlandkartegt-users] anyone with experience of adding
norwegian topographic maps on Qmapshak
Hi,
thanks for the answers. I actually tried an attempt to replicate the
example of the Spanish IGN Raster map
and having a tms like:
<TMS>
<Layer idx="0">
<Title>Norway TMS</Title>
<Script><![CDATA[(
function convert(z1,x1,y1)
{y=(1<<z1)-1-y1;
return
"http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?&layer=topo4&style=default&tilematrixset=EPSG%900913&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix="+z1+"&TileCol="+x1+"&TileRow="+y1;
}
)]]></Script>
</Layer>
<Copyright>STATKART</Copyright>
</TMS>
inspired on the example
http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?&layer=topo4&style=default&tilematrixset=EPSG%3A25833&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=EPSG%3A25833%3A4&TileCol=7&TileRow=6
at
https://kartkatalog.geonorge.no/metadata/kartverket/topografisk-norgeskart-4-cache/8f381180-1a47-4453-bee7-9a3d64843efa
But it did not work. I'm afraid Id need to properly learn about WMTS
before having a clue of what should I do much differently, as I have no
knowledge in the topic.
2018-02-20 8:46 GMT+01:00 Oliver Eichler <oliver.eich...@gmx.de
<mailto:oliver.eich...@gmx.de>>:
That mail totally slipped my attention. Sorry.
I tested the capability file and could locate the crash. It's a
missing bounding box in a layer.
But anyway, bypassing that problem, QMapShack can't handle that
file. The WMTS speciafication is as chaotic and over-engineered as
the WMS specification. I gave up at a very early stage, so QMapShack
only implements a very limited subset. I do not like to waste time
on online maps as they are not at all my favorite source of maps. If
you look at the WMTS imlementation in QGis, which is very good, you
will see that it takes a huge effort to do it right. I allways
suggest to everyone who wants to use WMTS maps to improve the code.
So far everyone stepped back at once.
There are several tips concerning TMS and WMTS maps in the wiki:
https://bitbucket.org/maproom/qmapshack/wiki/DocMapsTipsTricks
<https://bitbucket.org/maproom/qmapshack/wiki/DocMapsTipsTricks>
Maybe that helps
Oliver
*Gesendet:* Sonntag, 18. Februar 2018 um 19:09 Uhr
*Von:* AM <apschwim...@apmland.de <mailto:apschwim...@apmland.de>>
*An:* qlandkartegt-users@lists.sourceforge.net
<mailto:qlandkartegt-users@lists.sourceforge.net>
*Betreff:* Re: [Qlandkartegt-users] anyone with experience of adding
norwegian topographic maps on Qmapshak
Hi,
http://download.freizeitkarte-osm.de/garmin/latest/Freizeitkarte_NOR_de.Images.zip
<http://download.freizeitkarte-osm.de/garmin/latest/Freizeitkarte_NOR_de.Images.zip>
as an offline card.
It's not a special topographic map, but you can add DEM datas.
Maybe it help!
Kind regards
Axel
On 16.02.2018 20:56, Thomas Carlyle wrote:
Hi,
does anyone have experience adding norwegian topographic maps
on Qmapshak?
Im new to Qmapshak, but I tried downloading the WMTS
capabilities from the nowegian maps site:
https://www.kartverket.no/data/api-og-wms/
<https://www.kartverket.no/data/api-og-wms/> the WMTS at
http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?Version=1.0.0&service=wmts&request=getcapabilities
<http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?Version=1.0.0&service=wmts&request=getcapabilities>
I download, rename it to .wmts, but when I try to active it, it
crashes.
Any thoughts?
Cheers
--
------------------------------------------------------
Thomas Carlyle Minetto Vilarinho
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!http://sdm.link/slashdot
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
<mailto:Qlandkartegt-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
<https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!
http://sdm.link/slashdot_______________________________________________
<http://sdm.link/slashdot_______________________________________________>
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
<mailto:Qlandkartegt-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
<https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
<mailto:Qlandkartegt-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
<https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users>
--
------------------------------------------------------
Thomas Carlyle Minetto Vilarinho
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
<?xml version="1.0" encoding="UTF-8"?>
<Capabilities xmlns="http://www.opengis.net/wmts/1.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd" version="1.0.0">
<ows:ServiceIdentification>
<ows:Title>Kartverket - Cachetjenester</ows:Title>
<ows:Abstract>Grunnkart</ows:Abstract>
<ows:ServiceType>OGC WMTS</ows:ServiceType>
<ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
<ows:Fees>None / Norge Digitalt</ows:Fees>
<ows:AccessConstraints>Copyright: Kartverket - see http://www.statkart.no/nor/Land/Kart_og_produkter/visningstjenester/</ows:AccessConstraints>
</ows:ServiceIdentification>
<ows:ServiceProvider>
<ows:ProviderName>Kartverket</ows:ProviderName>
<ows:ProviderSite xlink:href="http://www.kartverket.no" />
<ows:ServiceContact>
<ows:IndividualName>Tjenestedrift</ows:IndividualName>
<ows:ContactInfo>
<ows:Phone>
<ows:Voice>08700</ows:Voice>
</ows:Phone>
<ows:Address>
<ows:DeliveryPoint />
<ows:City>Hønefoss</ows:City>
<ows:AdministrativeArea>Buskerud</ows:AdministrativeArea>
<ows:PostalCode>3507</ows:PostalCode>
<ows:Country>Norway</ows:Country>
<ows:ElectronicMailAddress>wms-dr...@kartverket.no</ows:ElectronicMailAddress>
</ows:Address>
</ows:ContactInfo>
</ows:ServiceContact>
</ows:ServiceProvider>
<ows:OperationsMetadata>
<ows:Operation name="GetCapabilities">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>KVP</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:Get>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
<ows:Operation name="GetTile">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>KVP</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:Get>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
<ows:Operation name="GetFeatureInfo">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>KVP</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:Get>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
</ows:OperationsMetadata>
<Contents>
<Layer>
<ows:Title>toporaster3</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-180.0 -90.0</ows:LowerCorner>
<ows:UpperCorner>180.0 90.0</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>toporaster3</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/jpeg</Format>
<TileMatrixSetLink> <TileMatrixSet>EPSG:3857</TileMatrixSet> </TileMatrixSetLink>
<ResourceURL format="image/jpeg" resourceType="tile" template="http://opencache.statkart.no/gatekeeper/gk/gk.open_wmts?LAYER=toporaster3&STYLE=default&TILEMATRIXSET={TileMatrixSet}&SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&FORMAT=image/jpeg&TILEMATRIX={TileMatrix}&TILECOL={TileCol}&TILEROW={TileRow}"/>
</Layer>
<TileMatrixSet>
<ows:Identifier>EPSG:3857</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::3857</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>EPSG:3857:0</ows:Identifier>
<ScaleDenominator>5.590822640287179E8</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>1</MatrixWidth>
<MatrixHeight>1</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:1</ows:Identifier>
<ScaleDenominator>2.795411320143589E8</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>2</MatrixWidth>
<MatrixHeight>2</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:2</ows:Identifier>
<ScaleDenominator>1.397705660071794E8</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>4</MatrixWidth>
<MatrixHeight>4</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:3</ows:Identifier>
<ScaleDenominator>6.988528300358972E7</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>8</MatrixWidth>
<MatrixHeight>8</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:4</ows:Identifier>
<ScaleDenominator>3.494264150179486E7</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>16</MatrixWidth>
<MatrixHeight>16</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:5</ows:Identifier>
<ScaleDenominator>1.747132075089743E7</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>32</MatrixWidth>
<MatrixHeight>32</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:6</ows:Identifier>
<ScaleDenominator>8735660.375448715</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>64</MatrixWidth>
<MatrixHeight>64</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:7</ows:Identifier>
<ScaleDenominator>4367830.1877243575</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>128</MatrixWidth>
<MatrixHeight>128</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:8</ows:Identifier>
<ScaleDenominator>2183915.0938621787</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>256</MatrixWidth>
<MatrixHeight>256</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:9</ows:Identifier>
<ScaleDenominator>1091957.5469310887</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>512</MatrixWidth>
<MatrixHeight>512</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:10</ows:Identifier>
<ScaleDenominator>545978.7734655447</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>1024</MatrixWidth>
<MatrixHeight>1024</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:11</ows:Identifier>
<ScaleDenominator>272989.3867327723</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>2048</MatrixWidth>
<MatrixHeight>2048</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:12</ows:Identifier>
<ScaleDenominator>136494.69336638617</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>4096</MatrixWidth>
<MatrixHeight>4096</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:13</ows:Identifier>
<ScaleDenominator>68247.34668319307</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>8192</MatrixWidth>
<MatrixHeight>8192</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:14</ows:Identifier>
<ScaleDenominator>34123.67334159654</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>16384</MatrixWidth>
<MatrixHeight>16384</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:15</ows:Identifier>
<ScaleDenominator>17061.83667079827</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>32768</MatrixWidth>
<MatrixHeight>32768</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:16</ows:Identifier>
<ScaleDenominator>8530.918335399136</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>65536</MatrixWidth>
<MatrixHeight>65536</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:17</ows:Identifier>
<ScaleDenominator>4265.459167699568</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>131072</MatrixWidth>
<MatrixHeight>131072</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:18</ows:Identifier>
<ScaleDenominator>2132.729583849784</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>262144</MatrixWidth>
<MatrixHeight>262144</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:19</ows:Identifier>
<ScaleDenominator>1066.364791924892</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>524288</MatrixWidth>
<MatrixHeight>524288</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>EPSG:3857:20</ows:Identifier>
<ScaleDenominator>533.182395962446</ScaleDenominator>
<TopLeftCorner>-2.003750834E7 2.003750834E7</TopLeftCorner>
<TileWidth>256</TileWidth>
<TileHeight>256</TileHeight>
<MatrixWidth>1048576</MatrixWidth>
<MatrixHeight>1048576</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
</Contents>
<ServiceMetadataURL xlink:href="http://opencache.statkart.no/geowebcache/service/wmts?REQUEST=getcapabilities&VERSION=1.0.0" />
</Capabilities>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users