-
Notifications
You must be signed in to change notification settings - Fork 4
WMTS Simple Profile
The WMTS Simple profile is described in OGC 13-082r2. It requires support for a relatively small set of options specified in the base standard, OGC 07-057r7. The requirements are summarized below.
Must satisfy all applicable constraints in WMTS 1.0 (OGC 07-057r7). That is, all mandatory constraints plus those that pertain to the RESTful messaging style (see REQ-3).
Advertise support for at least one of the following capabilities in service metadata (ows:ServiceIdentification/ows:Profile):
-
http://www.opengis.net/spec/wmts-simple/1.0/conf/simple-profile
(see REQ-4, REQ-6) -
http://www.opengis.net/spec/wmts-simple/1.0/conf/simple-profile/CRS84
(see REQ-5, REQ-7)
Implement the WMTS 1.0 RESTful messaging style (OGC 07-057r7, cl. 10). Specifically:
- Request ServiceMetadata (OGC 07-057r7, 10.1)
- Request Tile (OGC 07-057r7, 10.2)
- Supported file formats: image/png, image/jpeg (as recommended in OGC 07-057r7, 11.3)
- Supported scale sets: see REQ-6, REQ-7
At least one layer in WMTS services implementing this profile SHALL have at least one URL template of the resourceType "simpleProfileTile" for fetching tiles in image/png or image/jpeg format.
At least one layer in WMTS services implementing this profile SHALL have at least one URL template of resourceType "simpleProfileCRS84Tile" for fetching tiles in image/png or image/jpeg format.
The identifier is urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible
. See OGC 07-057r7, E.4.
The identifier is urn:ogc:def:wkss:OGC:1.0:GoogleCRS84Quad
. See OGC 07-057r7, E.3.
If a tile that is outside the TileMatrixLimits
or in a nonexistent TileMatrix
level is requested, a conforming WMTS service SHALL respond with either a blank tile (recommended) or a 404 status code (or both).