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.
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 ...
0
votes
0answers
171 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 ...
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" ...
0
votes
0answers
469 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 ...