OGC Web Map Tile Service (WMTS) interface standard. A WMTS enabled server application can serve map tiles of spatially referenced data using tile images with predefined content, extent, and resolution.

learn more… | top users | synonyms

1
vote
1answer
90 views

GeoServer: Receive multiple tiles from layer

Using GeoServer you can do a WMS request to receive a single PNG representation of a certain layer using something like this. ...
0
votes
0answers
167 views

How to include WMS, WMTS and WFS services using ArcGIS for Server Silverlight Builder?

Hi I am new to arcgis for server (silverlight builder) and I am wanting to include public WFS,WMS and or WMST services in an application I'm building but I just cant seem to do it. I have read that ...
3
votes
1answer
214 views

Difference between a WMTS and a WMS?

What is the main difference between a Web Map Tile Service (WMTS) and a Web Map Service (WMS) When should you choose one over the other? What are the (dis)advantages by choosing one ...
2
votes
1answer
291 views

Is it possible to use WMTS in QGIS?

Is it possible to use WMTS e.g. by http://data.wien.gv.at in QGIS? ich möchte gerne daten der stadt wien als WMTS-Layer in qgis hinzuladen. ist das überhaupt möglich? ich bin kein profi und bitte ...
2
votes
1answer
193 views

Leaflet WMTS layer

I would like to start using Leaflet instead of OpenLayers, but I can't find a way to load WMTS layer into the map. Is that possible with Leaflet, or do I have to stick with OL? I haven't found ...
0
votes
0answers
96 views

flexviewer3.0 & wmts basemap

I'm using fleviewer 3.0 with wmts. I've got no result.. [white screen] from server-side i'm using both mapproxy.1.5a & geoserver2.2 my config.xml for flexviewer: <layer label="Gwc-wmts" ...
2
votes
0answers
249 views

Limit Zoom on WMTS Layer using Openlayers 2.12

I'm implementing a baselayer to be used by a Plone addon (collective.geo.openlayers). My implementation specifically creates a layer and returns it to the addon, which enables many different layers to ...
1
vote
4answers
910 views

Is there a public Web Map Tiling Service (WMTS) available?

Does anyone know of an "almost always available" service URL for a public facing Web Map Tiling Service (WMTS)? I'm keen to test WMTS client capabilities without having to configure a WMTS server.
1
vote
2answers
245 views

How to get an ArcGISTiledMapServiceLayer + WMSTLayer based on same service to align?

The image below can be obtained by adding WorldTimeZone layers to the JSAPI map: wmtsLayer = new ...
7
votes
1answer
558 views

Mathematics behind converting scale to resolution?

I have a ArcGIS service configured as shown in this pastbin. Specifically, the first LOD looks like this: { "level": 0, "resolution": 222.2222222222222, "scale": 256000 } I determined how ...
0
votes
0answers
468 views

Accessing a GeoWebCache WMTS layer via OpenLayers using a 4326 projection requires a zoomOffset of -1?

I cannot understanding why I must specify a zoomOffset of -1 for 4326 but not for 3857 when using the OpenLayers.Layer.WMTS to access http://v2.suite.opengeo.org/geoserver/gwc/service/wmts. Q1: Can ...