The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

“could not get any sources: no image returned from source WMS” error in mapproxy demo

I am trying to connect my mapserver to MapProxy. First part of the map file is shown below MAP FONTSET "fonts.lst" IMAGETYPE png MAXSIZE 4000 SIZE 800 800 EXTENT -20000000 -20000000 20000000 20000000 ...
0
votes
1answer
38 views

How to configure mapproxy and mapnik for getfeatureinfo requests

I'm wondering if its possible to configure mapproxy and mapnik for getfeatureinfo requests. I've made this combination work for getmap requests, but when I request getfeatureinfo I receive layer xxx ...
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 ...
0
votes
2answers
122 views

how to use mapproxy to serve WMS from reprojected google maps tiles

how to use mapproxy to serve WMS from reprojected google maps tiles, i have searched for docs, but there's no docs which describe how to add google maps as source.
0
votes
1answer
209 views

I create getfeatureinfo with popup but it dosn't work (error 404) [duplicate]

This is my code for my page (index.html) info = new OpenLayers.Control.WMSGetFeatureInfo({ url: 'http://localhost:8080/geoserver/wms', title: 'get feature info', ...
0
votes
0answers
50 views

IOError: Decoder Zip Not Found while using mapproxy with mapserver in windows 7 64bit machine

I am new to GIS technology. I have configured a map server OSGEO4W. I am able to render maps using WMS and openlayers. But the rendering is very slow. For faster rendering I want to use Mapproxy. ...
1
vote
1answer
110 views

MapProxy accessin by Flash Client

Where can I put the 'crossdomain.xml' file in the MapProxy virtual enviroment ? [UPDATE] [NEED TAGS for question: mod-wsgi, ogcserver too] Need to be more specific: i'm using mapproxy 1.4 in ...
0
votes
1answer
144 views

MapProxy installation

I'm tryign to install MapProxy on a windows manchine. My hope is that I can install it and test it on my own computer before moving it to a server. At the moment I can seem to find mapproxy-util and ...
1
vote
1answer
173 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: ...
2
votes
1answer
185 views

Reprojecting sources with MapProxy yields distortion

I have configured MapProxy to aggregate imagery from a number of Internet sources so that I can dynamically overlay them by adjusting the layers=<x> query that I pass to MapProxy's WMS service. ...
2
votes
1answer
284 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 ...
0
votes
1answer
430 views

Serving MBTiles file via MapProxy

I'm trying to serve an existent MBTiles file using MapProxy. My YAML file looks like this: services: wms: srs: ['EPSG:3785', 'EPSG:4326', 'EPSG:23028'] image_formats: ['image/jpeg', ...
3
votes
2answers
601 views

Problems configuring MapProxy to serve WMS layer

I'm having problems making MapProxy render a Mapserver WMS layer. My configuration file looks like this: services: wms: srs: ['EPSG:3785', 'EPSG:4326', 'EPSG:23028'] image_formats: ...