Tiled Map Configuration for Web Map Services

This page documents the specific configurations for Web Map and Web Map Tiled Services for Orbit 3DM Viewer.
It is advised to read first the documentation about Web-based Resources.

Concepts

Web Map Services in 3DM Viewer

WMS and WMTS display in the 3DM Viewer use the Orbit Tiled Map (OTM) driver, as an abstract layer to consume the Web Map Services.

It has several advantages in comparison with a direct connection of the remote resource:

The resource should be accompanied by an Orbit Resource Descriptor file.
The resource coordinate system must be defined via the associated .ord file, just like other regular file-based resources.

Configurations

*.otm Configuration Parameters

Required

Optional

Examples

For WMS

Format=WMS
MapUrl=http://kartor.stockholm.se:80/bios/wms/app/baggis/web/WMS_STHLM_STOCKHOLMSKARTA_GRA_FORENKLAD_RASTER?
ImageFormat=image/jpg
Layer=p_1002800
CRS=3011
PixelSize=0.5

For WMTS

Format=WMTS
MapUrl=http://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?
Layer=grb_bsk
PreferredCRS=31370
UserName=
Password=
Format=WMS
MapUrl=https://geoservices.informatievlaanderen.be/raadpleegdiensten/omwrgbmrvl/wms?
Layer=Ortho
CRS=31370
PixelSize=0.5
Request Capabilities

Check the capabilities of the web services to find get the configuration values.
<server URL>?Service=WMS&Request=GetCapabilities&Version=1.3.0
<server URL>?Service=WMTS&Request=GetCapabilities&Version=1.3.0
example:
http://maps.wien.gv.at/basemap/1.0.0/WMTSCapabilities.xml?Service=WMTS&Request=GetCapabilities&Version=1.0.0