zoukankan      html  css  js  c++  java
  • 在ArcGIS Server中如何定义“此级别无数据”图片?

    一直很疑惑如何在ArcGIS Server中如何定义“此级别无数据”图片?如下图效果。

    image

    经过esri的diligentpig同学支持,获取如下解决办法,看来似乎可以解决。记载这里待明日找环境一试。

    How do I display a "Data not available" tile for empty cache areas?
    If an area of your cache does not exist, you can either create the tile on demand, or you can configure your web server to return a "Data not available" tile. The "Data not available" tile is also useful if someone pans to the edge of the map or navigates to an area that you have not completed caching. Configuring your server to return a "Data not available" tile can in some cases yield a better user experience than returning nothing.

    To display the tile, you need to create a custom error response on your virtual cache directory for HTTP Error 404: "Not Found". Instead of an error message, the Web server returns the tile.

    IIS instructions:

    Open Windows Control Panel and click Administrative Tools > Internet Information Services (IIS) Manager
    Navigate to the virtual cache directory and find the folder containing your map cache. Right-click the folder and click Properties.
    Click the Custom Errors tab, scroll down, and select the 404 error code.
    Click the Edit button. In the URL box, specify the tile that IIS should return whenever a tile is missing. Use a relative URL and not just a path to a file.
    Click OK to dismiss the dialogs.

  • 相关阅读:
    URAL——DFS找规律——Nudnik Photographer
    URAL1353——DP——Milliard Vasya's Function
    URAL1203——DPor贪心——Scientific Conference
    递推DP HDOJ 5389 Zero Escape
    区间DP UVA 1351 String Compression
    树形DP UVA 1292 Strategic game
    Manacher HDOJ 5371 Hotaru's problem
    同余模定理 HDOJ 5373 The shortest problem
    递推DP HDOJ 5375 Gray code
    最大子序列和 HDOJ 1003 Max Sum
  • 原文地址:https://www.cnblogs.com/flyingfish/p/1698661.html
Copyright © 2011-2022 走看看