Versions and version support
The LINZ Data Service provides three Open Geospatial Consortium compliant web services. Find out which web service versions we provide and the versions supported by some of the most commonly used GIS apps.
Web service versions
The LINZ Data Service provides OGC web services to enable streamlined access to our data and map services between systems and applications. The Open Geospatial Consortium web service standards have multiple versions. The LINZ Data Service supports the following versions:
- WMTS – v1.0.0
- WFS – v2.0.0 (default), 1.1.0 and 1.0.0
- CS-W – v2.0.2
Not all client systems support all versions.
For Web Feature Services, by default, the web service request URLs in the LINZ Data Service use WFS version 2.0.0. If your application does not support the default version you can specify a version by amending the ‘version’ parameter in your request:
<your_api_key></your_api_key>
Web service version support
Check out the table below to see which Web Map Tile Service and Web Feature Service versions are supported by some of the most commonly used GIS applications and tools. If your application is not listed below, see your application’s official support documentation for OGC web service support information.
Product | Product version | Supported WFS version | Supported WMTS version |
---|---|---|---|
GDAL/OGR | 1.X | 1.0.0, 1.1.01 | n/a |
GDAL/OGR | 2.0+ | 1.0.0, 1.1.0, 2.0.0 | 1.0.0 (GDAL 2.1+) |
ArcGIS Desktop | 10.5.1+ | 1.0.0, 1.1.0, 2.0.0 via Data Interoperability | 1.0.0 |
ArcGIS Pro | 2.2 | 1.0.0, 1.1.0 2.0.02 | 1.0.0 |
ArcGIS Online | n/a | 1.0.0, 1.1.0, 2.0.03 | 1.0.0 |
FME | 2016+ | 1.0.0, 1.1.0, 2.0.04 | n/a |
MapInfo Pro | 15 | 1.0.0, 1.1.0 | Not supported5 |
MapInfo Pro | 16 | 1.0.0, 1.1.0, 2.0.0 | 1.0.0 |
QGIS | 2.18 | 1.0.0, 1.1.0, 2.0.0 | 1.0.0 |
QGIS | 3.4+ | 1.0.0, 1.1.0, 2.0.06 | 1.0.0 |
Table 1: Web service version support across commonly used GIS applications.
Footnotes
- When using WFS 1.1.0 in GDAL/OGR there are coordinate axis order issues when using NZ geographic projected east/north coordinate systems such as NZTM2000.
- WFS is not fully supported pre-version 2.5. For these versions it can be made to work with WFS version 2.0 by adding the parameter SRSNAME=EPSG:xxxx.
- Requests are limited by default to 3,000 features.
- For any versions of FME pre-2016, WFS 2.0.0 is not fully supported. Key features including ‘paging’ and ‘layer to table joins’ are not supported.
- Direct connect to WMTS is not supported. However, check out this blog post from Critchlow for a workaround.
- Improved support for WFS paging was released in QGIS 3.4.