Opened 17 years ago

Closed 17 years ago

#2258 closed defect (invalid)

wms GetFeatureInfo response displays a different scale on Windows than on Linux

Reported by: nsavard Owned by: dmorissette
Priority: normal Milestone: 5.0.1 release
Component: WMS Server Version: 5.0
Severity: normal Keywords:
Cc:

Description

The scale in the response to a GetFeatureInfo is different as the one found on Linux. The first scale below is the result found on Linux and the second one is the one found on Windows. I used MapServer 5.0.0-beta3.

C:\proj\msautotest\wxs\expected>diff wms_get_feature_info_vector.html ..\result\ wms_get_feature_info_vector.html 42c42 < <td>568677570.013266</td> ---

<td>565834182.163200</td>

The request is:

QUERY_STRING="map=[MAPFILE]&version=1.1.1&service=WMS& request=GetFeatureInfo&srs=EPSG:4326&bbox=-180,-90,180,90& format=image/png&layers=land_shallow_topo_2048,rivers& styles=,&transparent=true&width=500&height=300&query_layers=rivers& info_format=text/html&x=141&y=91&radius=10"

Change History (3)

comment:1 by dmorissette, 17 years ago

Milestone: 5.0 release5.0.1 release
Owner: changed from mapserverbugs to dmorissette

Norm, was this still an issue with 5.0.0-beta6?

in reply to:  1 comment:2 by nsavard, 17 years ago

Replying to dmorissette:

Norm, was this still an issue with 5.0.0-beta6?

I ran the query string again on Windows and there is no more difference.

comment:3 by dmorissette, 17 years ago

Resolution: invalid
Status: newclosed

Closing as invalid.

Note: See TracTickets for help on using tickets.