ScaleHintMax and ScaleHintMin IWMSLayerDescription returns incorrect values for layers that have visible scale set.
上次发布: August 25, 2014ArcIMS
漏洞 ID 编号
NIM042298
已提交
February 10, 2009
上次修改时间
June 5, 2024
适用范围
ArcIMS
找到的版本
9.3
编程语言
C#
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
解决办法
This is an issue with the WMS server (in particular with WMS version 1.3). When serving a map as described below through IMS the 1.3 capabilities file is missing the expected MaxScaleDenominator tag for the counties layer. Using version 1.1.1 is a possible workaround. 1.3 </Layer> <Layer queryable="1"> <Name>1</Name> <Title>counties</Title> <CRS>EPSG:4269</CRS> <CRS>CRS:83</CRS> <CRS>CRS:27</CRS> <EX_GeographicBoundingBox> <westBoundLongitude>-178.2175983624</westBoundLongitude> <eastBoundLongitude>-66.969271036</eastBoundLongitude> <southBoundLatitude>18.9247817993</southBoundLatitude> <northBoundLatitude>71.4062353533</northBoundLatitude> </EX_GeographicBoundingBox> <BoundingBox CRS="EPSG:4269" minx="18.9247817993" miny="-178.2175983624" maxx="71.4062353533" maxy="-66.969271036"/> <MinScaleDenominator>187.06062813467966</MinScaleDenominator>While the 1.1.1 capabilities file (same service) has both the expected min and max values for ScaleHint. 1.1.1 </Layer> <Layer queryable="1"> <Name>1</Name> <Title>counties</Title> <SRS>EPSG:4326</SRS> <LatLonBoundingBox minx="-178.2175983624" miny="18.9247817993" maxx="-66.969271036" maxy="71.4062353533"/> <BoundingBox SRS="EPSG:4326" minx="-178.2175983624" miny="18.9247817993" maxx="-66.969271036" maxy="71.4062353533"/> <ScaleHint min="187.06062813467966" max="5611.818844042591"/>