Tagged Questions
1
vote
1answer
93 views
PROJ4 Library error in combination with MapServer 6 and CentOS 6
I have recently compiled MapServer 6.2 on a CentOS 6.3 machine. Since I compiled it --with-proj=/usr, all the PROJ4 related stuff resides in /usr/share/proj.
I've also installed proj4 with yum ...
1
vote
1answer
216 views
Error occured decoding the epsg code - 3857 (Web Mercator) [closed]
I'm trying to add the following wms service to QGIS using EPSG:3857 and get the following error:
Service (running on L/A/P/P geoserver):
http://66.228.57.208/geoserver/wms?tiled=true or non-cached ...
1
vote
1answer
293 views
how to set WMS reprojection config in mapserver if I creating virtual map (e.g. star map)
all,
I want to use openlayers with mapserver to create map of stars. but I dont know how to setting up the WMS config in mapserver , especially the EPSG re-projection things. In fact, I didnt ...
0
votes
1answer
213 views
Generate a random 100x100 m bounding box in any projection in pure Python?
I'm given:
Extend of WMS Layer
SRS
Now I want to, in standard 2.6 Python (no OGR or C lib dependencies), to generate a 100x100m random bounding box within that extent (assuming it is more than ...
2
votes
1answer
733 views
Geowebcache does not displaying map tiles in EPSG:900913 from a remote WMS server
I connect Geowebcache to a remote WMS service through their Getcapability request by adding the url in geowebcache-servlet.xml document. Geowebcache demo page displays the list of wms layers from ...
7
votes
1answer
436 views
Is there a standard vertical datum for meters below the WGS84 ellipsoid, or below MSL?
I have data I am publishing a WMS layer representing data under the surface of the water, say temperature at 100m depth. What is the accepted way to represent this in WMS GetCapabilities document?
...