
Code
1 该类文章纯为个人理解,不正解的地方希望各位给予意见,一起探讨。
2
3 MapControl中的MapHandler告诉我们去哪里获取像query.ashx等handler,有两种写法:
4
5 1.MapHandler="./"表示本网站
6
7 2.MapHandler="http://localhost/SuperMapAjaxTest"
8
9 MapName属性必须为所发布的地图服务(工作空间)中的地图.另外,web.config中
10 <appSettings>
11 <add key="MapServer_Address" value="192.168.0.8"/>
12 <add key="MapServer_Port" value="8800"/>
13 </appSettings>
14 表示了所发布的地图服务(工作空间),如果这里没有指定,那么它会在本机上自动找到所发布的地图服务。
15
相关文章:
-
2021-07-01
-
2021-11-30
-
2021-12-03
-
2021-08-10
-
2022-12-23
-
2021-08-29
-
2021-05-18
-
2021-08-11
猜你喜欢
-
2022-02-15
-
2022-12-23
-
2021-12-18
-
2021-07-11
-
2021-12-06
-
2022-12-23
-
2021-10-29
相关资源
-
下载
2022-12-11
-
下载
2021-06-05
-
下载
2022-12-21