Loading a map in desktop GIS software is simple. If you go in the administration menu on Maps and click one of the maps, you will see on the new page a map and few generated links. Use the link in the Web map service section. If you have the Free or Vector plan, you need to use a different method to load the map (read below).
ArcGIS
A Web Map Tile Service (WMTS) delivers pre-generated georeferenced map images. A WMTS service may contain one or more styles, dimensions, or tiling schemes to specify how the WMTS layer is to be displayed.
-
On the Insert tab, in the Project group, click Connections > Server > New WMTS Server.
The Add WMTS Server Connection dialog box appears. -
Type the URL of the WMTS server site you want to connect to in the Server URL text box.
The URL varies depending on the site configuration. -
Specify the version number of the server, if applicable.
-
If the WMTS server you are connecting to has additional capabilities, expand the Custom request parameters section and type the custom request parameters specific to this WMTS server as a parameter list.
ArcGIS Pro cannot validate these additional parameters. -
Type your user name and password, if appropriate. To save the user name and password information to Wind Credential Manager or as a connection file, check the Save Username/Password check box.
-
Click OK.
A WMTS connection file (.wmts
) is created and saved in the project's home folder. An item referencing this connection file is added to the project, and the connection appears in the Catalog pane and the catalog view.
Right-click the WMTS service in the Catalog pane to add the service to the current map or a new map. Expand the WMTS connection in the Catalog pane to access its layers. You can right-click a layer to add it to the current map or a new map. You can also add the layer by dragging it to the map view or the Contents pane.
QGIS
In QGIS, click on Add WMS/WMTS Layer… in the left menu (shortcut Ctrl + Shift + W) or from the context menu select Layer -> Add Layer -> Add WMS/WMTS Layer….
In the new window, click on New, write any Name and paste the generated link into the URL bar.
If you now click on Connect, it will guide you to the list of available layers. Select one and click on Add.
If you want to change the layer, open the Add WMS/WMTS Layer… window again, select your layer from the drop-down menu a click on Connect.
ProTip: To improve the look of any WMS/WMTS in QGIS, just right-click on the layer in the Layers panel, select Properties, and in Styles set the Resampling method for out to Average.
Other GIS software
There is a similar process for MapInfo, gvSIG, GRASS GIS, uDig, and other GIS software. If you are interested in how-to open maps in any of these, search for How-to open WMTS in my-favourite-GIS.
QGIS Vector Tiles Reader plugin
If you have the Free or Vector plan, you can still open our maps in QGIS with a Python plugin for loading vector tiles source with styles. You can install it directly from the plugin manager. The plugin adds an icon to the left panel which allows you to add and vector tiles source.
More info can be found on the project’s wiki, the source code is available under a free license on GitHub.
Add a vector map with styles copying paths from the administration. You need to add a link to TileJSON as a vector tile source from the Data section and link to hosted style from its page:
The opened map will be added as a group of layers. The plugin converts a style to QGIS native styles so there is a possible change of each layer separately. Labels are converted to native labels too.
Comments
0 comments
Please sign in to leave a comment.