This commit is contained in:
2023-04-28 12:22:26 +08:00
parent 88e0a25ecd
commit c9723008af
1047 changed files with 443540 additions and 1 deletions

1385
Site/proxy/proxy.ashx Normal file

File diff suppressed because it is too large Load Diff

20
Site/proxy/proxy.config Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="*"
mustMatch="true">
<serverUrls>
<serverUrl url="https://traffic.arcgis.com/arcgis/rest/services/"
clientId="4rtayAqWRTnOhEnC"
clientSecret="6aca392a6b9e47739fff264e138ad7ab"
matchAll="true"/>
<serverUrl url="https://traffic.arcgis.com/arcgis/rest/info/"
clientId="4rtayAqWRTnOhEnC"
clientSecret="6aca392a6b9e47739fff264e138ad7ab"
matchAll="true"/>
<serverUrl url="https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World/"
clientId="4rtayAqWRTnOhEnC"
clientSecret="6aca392a6b9e47739fff264e138ad7ab"
matchAll="true"/>
</serverUrls>
</ProxyConfig>
<!-- See https://github.com/Esri/resource-proxy for more information -->