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.

  • 相关阅读:
    青云黄允松:2016年是云计算市场最关键的一年
    知道创宇CTO杨冀龙:网络安全人才决定行业格局
    su 与 su
    如何进入单用户模式(CentOS6.9)
    在虚拟机中还原GHO镜像系统
    安装CentOS 7 文字版
    把typora改为微软雅黑+Consolas
    使用python操作文件实现购物车程序
    使用python操作json文本文件
    资源下载网址集合
  • 原文地址:https://www.cnblogs.com/flyingfish/p/1698661.html
Copyright © 2011-2022 走看看