0
votes
0answers
34 views

setup Mapserver WMS from tile files

I'm totally new to Mapserver and I've been banging my head trying to figure out how to mount a WMS server that will seed images of a small geographical area to a OpenLayers HTML page. I already ...
0
votes
1answer
58 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
1answer
91 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. ...
3
votes
2answers
154 views

Convert multiple TIFFs into one?

I have downloaded the Blue Marble dataset, and it consists of eight GeoTIFF images, labeled like this: A1 B1 C1 D1 A2 B2 C2 D2 I would like to use these tiles for GeoServer to be served as WMS. ...
1
vote
1answer
280 views

How to preload tiles in Leaflet?

I'm trying to make a user controlled cross-layer animation in Leaflet. I have about 70 tileLayer.wms layers, that need to be preloaded on the map before animation can run. The question is - is there ...
2
votes
1answer
237 views

Create WMS service from existing image tiles

I have image tiles (jpg image files with txt georeference info files; see picture) stored in catalog (about 12GB, size one image tile ~ 275*466 meters). It possible create WMS service of the tiles to ...
3
votes
1answer
230 views

How to handle a geotiff map together with points with openlayers (or other libraries)?

I create a lot of printed maps using various applications (ArcGIS, QGIS, Microstation, Illustrator etc). Sometimes I'd like to turn this map somewhat interactive on the web. What I'm looking for is a ...
1
vote
1answer
174 views

A strange OSM tiles in Mapproxy

Could someone please help me with my issue? I try to use Mapproxy with OpenStreetMap server of tiles in order to get output WMS for my qgis client. Something like this: ... sources: arcgis_tms: ...
1
vote
0answers
244 views

Geoserver tiles mismatch

I tried to get WMS tiles from geoserver like /geoserver/gwc/service/tms/1.0.0/layername@EPSG%3A4326@png/15/19142/9530.png or with another projection ...
1
vote
1answer
329 views

Are there any repositories to find custom map tiles for an OpenLayers implementation?

I can't seem to find an WMS that looks the way I want. I've also checked all of the regular OSM places too and haven't quite found anything. Can anyone recommend any places to find custom map tiles ...
1
vote
2answers
232 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 ...
2
votes
2answers
907 views

How to optimize a WMS request by limiting number of tiles?

I want to display the layer using WMS and meanwhile I want to limit the number of tiles with their respecive BBox when map is loaded. At the backend I am using geoserver. I can limit the number of ...
1
vote
1answer
1k views

Are there any freely available WMS tile servers?

I am looking for an open public endpoint to retrieve WMS map tiles from, for use with leaflet maps For clarity, I am not looking to set up a tile server or for tile server software. It looks like ...
5
votes
1answer
887 views

What tile/tiling strategy should I use with GeoNode/GeoServer?

I've got a wicked GeoNode instance running, loaded with some basic vector data. I want to be able to serve our local-County aerial imagery as a basemap within GeoNode. I am thoroughly overwhelmed with ...
5
votes
1answer
763 views

Maximum number of Tiled Layers in Open Layers

I'm developing an OpenLayers site where the client wants a dozen layers that can be individually turned on and off, which is a bit of a bummer in terms of performance. The data is PostGIS and static ...