目的
ArcGIS Server 离线安装的时候,使用jsapi观察时使用的是,arcgis的官网api需要联网,如图,这个时候我们就需要更换为我们自己的离线api,方法如下。
配置离线api
首先配置离线api,具体步骤文件里面都有,但是注意一点Server需要什么版本的api,那么离线api就需要配置什么样的api。
配置方法
1 文件目录
这里是因为在ArcGIS Server里面有一个自己的Tomcat,在个里面修改可以达到效果。
[Server安装目录]\Server\framework\runtime\tomcat\webapps\arcgis#rest\WEB-INF\classes\resources
以上是rest-config.properties文件所在的路径,他能够进行修改文件内容如下。
#The log level of the application
#possible values: SEVERE,WARNING,INFO,CONFIG,FINE,FINER,FINEST,OFF,ALL
logLevel=SEVERE
#enable/disable console logging
consoleLogging=false
#Collection of allowed cross-domain origins, If this property is not specified, it will default to al