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.
1
vote
1answer
85 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
156 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
209 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
279 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
188 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
95 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
247 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
903 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
244 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
547 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
460 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 ...

