[Mapserver-users] PROBLEM with GetFeatureInfo results???
Thorsten Fischer
thfischer at mapmedia.de
Tue Aug 26 04:44:14 PDT 2003
On Tue, 2003-08-26 at 11:59, Josef Stromský wrote:
> Hi folks,
>
> Im trying to getFeautreInfo from my MapServer, but Im unable to get
> some results. [...]
> My request URL is:
> http://158.196.141.84/cgi-bin/mapserv.exe? [...] \
> &BBOX=12,47,19,52.25&SRS=epsg:32633&
^^^^^^^^^^^^^^ ^^^^^
> [ Mapfile excerpt ]
> EXTENT 12 48 18 51
> UNITS METERS
> [ ... ]
> "WMS_SRS" "epsg:32633"
Your extents do not match your projection and units, or the other way
around. From my proj.4 installation:
$ grep -B 1 "32633" /usr/local/GIS/share/proj/epsg
# WGS 84 / UTM zone 33N
<32633> +proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs
no_defs <>
hth,
thorsten
More information about the MapServer-users
mailing list