Home

WMTSWMS

WMTSWMS is an informal term used to describe a deployment pattern in which a geospatial server or client supports both the Web Map Tile Service (WMTS) and the Web Map Service (WMS) interfaces, or provides a bridge between them. It is not an official standard; there is no formal specification named WMTSWMS. The concept arises in discussions of interoperability to combine the performance benefits of tiled maps with the flexibility of on-the-fly map rendering.

WMTS is an OGC standard that serves pre-rendered map tiles from a tiled grid. Tiles are produced

In hybrid WMTSWMS configurations, a system offers WMTS endpoints for fast base maps while also providing WMS

Benefits include improved performance for base layers via WMTS, alongside the flexibility of WMS for overlays

for
predefined
scales
and
tile
matrix
sets,
enabling
efficient
caching
and
fast
map
display
for
pan
and
zoom
operations.
A
WMTS
request
typically
specifies
a
layer,
style,
tile
matrix
set,
tile
row
and
column,
and
image
format.
WMS,
also
an
OGC
standard,
renders
map
images
on
demand
for
a
given
geographic
bounding
box
and
image
size,
allowing
dynamic
styling,
transparency,
and,
in
many
implementations,
feature
information
requests.
endpoints
for
overlays,
custom
styling,
or
feature
access.
A
translation
or
mediation
layer
may
map
requests
between
the
two
protocols,
enabling
applications
to
switch
transparently
or
to
present
a
unified
user
experience
across
tiled
and
on-demand
rendering.
and
querying.
Challenges
involve
maintaining
data
consistency
between
tile
caches
and
on-demand
renders,
handling
coordinate
and
style
differences,
and
managing
added
architectural
complexity.
Many
GIS
platforms,
including
GeoServer
and
MapServer,
support
both
WMTS
and
WMS,
enabling
such
hybrid
deployments.