html调用arcgis server,ArcGIS server开发之API for js 本地部署

ArcGIS Server for javascript 本地部署

第一次使用arcgis server for js开发,在经验方面还有很多的不足,所以将自己在开发过程中遇到的问题写出来与大家共享。有什么不足的地方还望多多指正,共同学习。

二、下载之后的压缩包解压之后

三、将解压的api和sdk要部署到IIS的wwwroot文件夹下面:

需要注意的是,在后边的代码测试中腰键入的文件链接,是将如上图文件夹中问价单独复制出来,放在wwwroot文件夹中,否则会出错。

四、进行相关参数的修改,也可以参考library问价夹下面的install.html文件。

Configuration options for normal build:

Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.11\3.11\init.js in a text editor and search for the text '[HOSTNAME_AND_PATH_TO_JSAPI]', and replace this text with "/arcgis_js_api/library/3.11/3.11/"

Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.11\3.11\dojo\dojo.js in a text editor and search for the text '[HOSTNAME_AND_PATH_TO_JSAPI]', and replace this text with "/arcgis_js_api/library/3.11/3.11/"

Configuration options for compact build:

Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.11\3.11compact\init.js in a text editor and search for the text '[HOSTNAME_AND_PATH_TO_JSAPI]', and replace each instance of this text with "/arcgis_js_api/library/3.11/3.11compact/"

Open C:\Inetpub\wwwroot\arcgis_js_api\library\3.11\3.11compact\dojo.js in a text editor and search for the text '[HOSTNAME_AND_PATH_TO_JSAPI]', and replace this text with "/arcgis_js_api/library/3.11/3.11compact/"

注意:在进行参数替换时,其中的为主机名,一般情况下改为localhost。否在修改太麻烦了!

五、完成以上的文件部署后在vs中新建web程序,添加html页,进行测试是否部署成功。

具体的代码如下:

1

2

3

地图的加载

4

5

Simple Map注意:此处的代码为本地部署的调用,其中的文件路径必须正确,否则调试出错。

6 7 8

9

10

11 .MapClass{width:900px;height:600px;border:1px solid #000; }

12

13 dojo.require("esri.map");14 dojo.addOnLoad(function()15 {16 varMyMap= newesri.Map("MyMapDiv");17 varMyTiledMapServiceLayer= newesri.layers.ArcGISTiledMapServiceLayer18 ("http://cache1.arcgisonline.cn/ArcGIS/rest/services/ChinaOnlineStreetWarm/MapServer");19 MyMap.addLayer(MyTiledMapServiceLayer)20 })21

22

23

24

25

26

27

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值