代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8" ?>
<!-- Proxy config is used to set the ArcGIS Server services that the proxy will forward to.
mustMatch: true to only proxy to sites listed, false to proxy to any site -->
<ProxyConfig mustMatch="true">
<serverUrls>
<!-- serverUrl options:
url = location of the ArcGIS Server, either a specific URL or a prefix
matchAll = true to forward any request beginning with the URL, false for an exact match
token = (optional) token to include for secured service
dynamicToken = if true, gets token dynamically with username and
password stored in web.config file's appSettings section.
-->
<serverUrl url="https://enterprise.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://services.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://tasks.arcgisonline.com/ArcGIS/rest/services" matchAll="true"/>
<serverUrl url="https://sampleserver1.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://sampleserver2.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://sampleserver3.arcgisonline.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://workflowsample.esri.com/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://workflowsample.esri.com:6443/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://workflowsample.esri.com:6443/arcgis/tokens" matchAll="true"/>
<!-- NOTE: Replace "myserver" with your server name and uncomment the XML lines below
If using https, replace http with https and update the port number from
6080 to 6443 as needed.
e.g. https://myserver:6443/arcgis/rest/services
-->
<!--
<serverUrl url="https://myserver/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://myserver:6443/arcgis/rest/services" matchAll="true"/>
<serverUrl url="https://myserver/arcgis/tokens" matchAll="true"/>
<serverUrl url="https://myserver:6443/arcgis/tokens" matchAll="true"/>
-->
</serverUrls>
</ProxyConfig>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。