qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.43k stars 2.99k forks source link

QgisMapServer: Could not create output CRS #13147

Closed qgib closed 5 years ago

qgib commented 14 years ago

Author Name: Mavka - (Mavka -) Original Redmine Issue: 3087

Redmine category:build/install Assignee: nobody -


OSGeo4W / qgis build 14343

Request:

http://localhost/qgis/qgis_mapserv.fcgi.exe?
SERVICE=WMS&VERSION=1.3.0&
REQUEST=GetMap&LAYERS=mylayer&FORMAT=image/png&
SRS=EPSG:4326&BBOX=-180,-90,180,90&WIDTH=256&HEIGHT=256

Answer:

<ServiceExceptionReport version="1.3.0" xmlns="http://www.opengis.net/ogc" >
 <ServiceException code="InvalidCRS" >Could not create output CRS</ServiceException>
</ServiceExceptionReport

SRS database searched in

C:\\Programme\\OSGeo4W\\apps\\qgis-dev\
esources\\srs.db

Another 'Programme' paths:

C:\\Programme\\OSGeo4W\\apps\\qgis-dev\\plugins
C:\\Programme\\OSGeo4W\\apps\\Qt4\\plugins
qgib commented 14 years ago

Author Name: Mavka - (Mavka -)


Note. OSGeo4W installed in

c:\\OSGeo4W
qgib commented 14 years ago

Author Name: Mavka - (Mavka -)


Related ticket in osgeo4w "#10243":http://trac.osgeo.org/osgeo4w/ticket/184.

qgib commented 14 years ago

Author Name: Jürgen Fischer (@jef-n)


Replying to [comment:2 Mavka]:

Related ticket in osgeo4w "#10243":http://trac.osgeo.org/osgeo4w/ticket/184.

closes there.


qgib commented 14 years ago

Author Name: Jürgen Fischer (@jef-n)


2e43a95e (SVN r14346) also fixes the truncation issue.