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"/>