I am trying to import maps of Norway from norgeskart.no, but I'm having a problem with the projection. From the information I found on the site, it appears that the map uses the EPSG:25833 projection (https://epsg.io/25833) but this is not the correct projection. When I import the OCG-WTK definition, the map is much too large. Here is what it looks like now, compared to the base map...
If anyone has already imported the map or knows how to read Norwegian in order to find the correct projection on the norgeskart website...
Here is the AQX file I have so far:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<aqx version="7">
<import-ogc-wkt-def code="EPSG:25833L"><![CDATA[
PROJCS["ETRS89 / UTM zone 33N",
GEOGCS["ETRS89",
DATUM["European_Terrestrial_Reference_System_1989",
SPHEROID["GRS 1980",6378137,298.257222101,
AUTHORITY["EPSG","7019"]],
TOWGS84[0,0,0,0,0,0,0],
AUTHORITY["EPSG","6258"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4258"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",15],
PARAMETER["scale_factor",0.9996],
PARAMETER["false_easting",500000],
PARAMETER["false_northing",0],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","25833"]]
]]></import-ogc-wkt-def>
<name>Topo norvèges</name>
<description>© www.norgeskart.no</description>
<source id="NO_raster">
<name>norvège raster</name>
<data-source><![CDATA[https://www.norgeskart.no/]]></data-source>
<copyright>norgeskart</copyright>
<region>EURO</region>
<type>TOPO</type>
<preview-location>3.581543,44.331707,14</preview-location>
<level>
<zoom-values>1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17</zoom-values>
<update-delay>3M</update-delay>
<servers>
<referer><![CDATA[https://www.norgeskart.no/]]></referer>
<user-agent>AQ</user-agent>
<projection-code>EPSG:25833L</projection-code>
<server><![CDATA[https://cache.kartverket.no/norgeskart_bakgrunn/v1/wmts/1.0.0/?layer=norgeskart_bakgrunn&style=default&tilematrixset=utm33n&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix={$z}&TileCol={$x}&TileRow={$y}]]></server>
</servers>
</level>
</source>
</aqx>