When the server doesn’t support the requested CRS, it will use the default CRS, which is WGS84 (EPSG:4326). This is where things get interesting. WGS84 (both the geographic version and its close cousin Web Mercator) are the two most popular projections for delivering content over the internet, and neither is specific about which datum the data is based on. This leaves the onus of selecting a datum and communicating that to the user to the service provider. It’s common in Australia to create datasets in GDA94 and convert them to WGS84 for presentation on the web with no datum shift. Using the same approach, one can convert GDA2020 datasets to WGS84. If you then open the two datasets side by side, you will notice the GDA94/GDA2020 offset, even though they may be using the same CRS.
The users are none the wiser in either scenario. In order to ensure datum alignment, they will need to know the datum of the default CRS and perform a datum shift on the client side (which is difficult and error-prone).
This is where the combination of a different default (GDA2020) and an ability to request either GDA94 or GDA2020 from the same Nearmap service really shines. The chances of undefined behaviour are greatly reduced.
Date-based datums
We will be watching with interest as the industry moves from GDA2020 to ATRF, bringing date- based datums. As we described earlier, the spatial web protocols don’t have a mechanism to communicate the epoch of the content when Earth-based coordinate systems are used (such as WGS84). When the protocols of client software get sophisticated enough to handle datasets with dates, our data will fit naturally into the ecosystem; all our captures are tagged with a date, and we have all the metadata needed to supply alongside the imagery.
Glossary
Projection: A mathematical transformation of angular coordinates (typically degrees) to cartesian coordinates (typically metres or feet), taking into consideration the datum.
N.B. Projection in WMS terms is sometimes used interchangeably with CRS.
Datum: System for representing angular coordinates on the surface of Earth. Typically consists of ellipsoid or spheroid, reference frame, and epoch.
CRS: Coordinate Reference System. This is a well-defined code (e.g. EPSG:4326) that codifies a projection and datum to be used for converting Earth coordinates to projected coordinates.
SRS: Spatial Reference System, equivalent to CRS.
Epoch: Date and time on which the datum is based, e.g. 2014.0.
References