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
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 ...