Tagged Questions
0
votes
1answer
56 views
From local tiles to WMS via Mapproxy
I have any local tiles (seed via Mapproxy) of any local area. May I configure mapproxy that I can use a local tile directory on my computer as a source and get the output then WMS ?
I've already ...
1
vote
0answers
154 views
Does OpenLayers mergenewparams repeatedly hit a WMS server when you change the layer name?
Does mergenewparams repeatedly hit a WMS server if you change the layer name?
For example, you call the server with layer 'a' then you use mergewnewparams and call layer 'b', then you use ...
0
votes
0answers
218 views
How would one write a ArcGIS JSAPI layer to access WMS service via a Tile Server?
I want to request small WMS tiles instead of a single image for the entire map viewport because I know the request is going through a Tile Service (TileCache). OpenLayers handles this with the WMS ...
1
vote
1answer
323 views
Efficient WMS or TMS Loop for Radar data?
I'm looking for an efficient way to loop radar data from a Tilecache or WMS Server. Right now, I make an array of layers and increment through them, but this seems inefficient since I end up with a ...
2
votes
1answer
283 views
WMS tile cache that works with time dimension
Is there a good WMS tile cache that understands the WMS time dimension? And what configuration is necessary? Open source preferred.
I am serving some WMS layers with the time dimension, so the map ...
2
votes
3answers
877 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.
...
1
vote
2answers
229 views
Script for creating a tile-pyramid from a wms service
Given a WMS service, is there a ready-made script that, for a given extent, creates a tile-pyramid that is compliant with:
http://leaflet.cloudmade.com/reference.html#tilelayer
That is urls on the ...
