Tagged Questions
1
vote
0answers
27 views
When I used geowebcache, my map overviewmap can not use it?
I know: gwc / service / wms geowebcache use data, overviewmap is use wms original data, I tried modifying openlayers.js,some difficulties. You encountered the same problem and can help me look at it, ...
1
vote
1answer
109 views
Cache tiles doesn't seems to work in GeoServer
I've grouped some vector layers (from SHP files) in GeoServer (they are EPSG:2039) and created cache for them (GeoWebCache lets you choose EPSG:4326 OR EPSG:900913)
Once I've fired my App it didn't ...
4
votes
1answer
420 views
GeoWebCache and OpenLayers horizontal resolution error
I have a mapping application (the Arne G. Brekke Bygdebok Collection) which uses OpenLayers to load map tiles from a GeoWebCache server operated by the Statens Kartverk (Norwegian Mapping Authority).
...
0
votes
0answers
470 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 ...
5
votes
1answer
339 views
Efficient Outputs for GeoServer Vector Data
Ok, here's our problem. We have a mapping application at http://explorer.geowessex.com which uses OpenLayers and GeoServer for delivering the data. The data is potentially endless and we have very ...
2
votes
2answers
879 views
WMS Request not served to OpenLayers by GeoWebCache off GeoServer
I'm developing a GIS app that makes use of GeoServer and GeoWebCache for serving requests, and OpenLayers for frontend. WMS requests to the GeoServer are served with no issues. But when I make a ...
1
vote
2answers
2k views
How to get WMS LegendGraphics using Geoserver and GeoWebCache?
I am using GeoServer alongwith the default, build in GeoWebCache. I am using Extjs and GeoExt, as well. Everything is running well, except for the legend graphics request. My code for layers is as ...
2
votes
3answers
890 views
GeoWebCache WMTS always replacing tiles in cache
I've spent the last two days trying my hand at GeoWebCache. I've had some issues and am now out the office so can't access any code to attach. I know if i don't post this it'll bug me all weekend.
...
4
votes
1answer
290 views
GeoWebCache tiles with specific scales
Is it possible to generate some tiles by GeoWebCache with specific scales eg.
1 000 000 , 500 000 etc. By default they are eg. 611.4962261962891, 305.74811309814453, 152.87405654907226, ...
1
vote
1answer
698 views
Openlayers transition effect
The OpenLayers TransitionEffect='resize' property is not working while using geoWebcache service of geoServer
var demolayer = new OpenLayers.Layer.WMS(
"Eg", ...
3
votes
2answers
558 views
Generate cache tiles for EPSG:27700 for use with OpenSpace
I am using GeoServer 2.1.0 (windows jetty local install for dev), open layers and Ordnance Survey openspace api and have a set of shape data that I am using as an overlay.
Everything is working as ...
7
votes
4answers
1k views
GeoWebCache: misalignment of tiles
I'm trying to test simple web map based on PostGIS/Geoserver/OpenLayers stack on Windows Server 2008.
When I load my WMS layer by:
var gwctest = new OpenLayers.Layer.WMS(
"gwctest",
...

