如何利用AIMS2013/MapGuide搭建WMS服务

简介:


估计会有不少人想利用AIMS 2013来提供WMS服务,碰巧产品支持的同事在BingCivil上发表的一篇blog讲到了这个问题,给大家介绍一下,原文链接http://beingcivil.typepad.com/my_weblog/2012/07/creating-a-wms-service-in-aims-2013.html

 

Here are the basic steps for creating a WMS service in AIMS 2013. It’s pretty straightforward, but I’ve gotten hung up on some of the details before, so I’m including enough detail to overcome the most common obstacles.
1. In Studio, create a Data Connection to any supported Data Source, then create a Layer and Map based on this resource.

2. While the Map Editor for your project is open, click the little globe icon to start the WMS wizard:
1-WMS-wizard-button

3. The WMS Wizard has three steps: Select Layers, Set Reference Systems, and Define Properties. This should all be pretty self explanatory (and foolproof), so feel free to choose the desired settings and click Finish on the last step.
2-WMS-wizard-dialog

4. Back in Studio, go to Tools > Site Administrator, and login to your Site Administrator.

5. Click Configure WMS. If you’re running AIMS on IIS, you’ll definitely want to change the server name from “localhost” to the actual server name or IP address. While you’re in there, take note of your Script name; this is the rest of your string (after the server name) that you’ll use for pulling in a WMS layer.  Your complete WMS URL will be something like http://{ server name or IP address}/mapserver2013/mapagent/mapagent.fcgi?
3-WMS-SiteAdministrator
6. You might need to also click Manage Users and set a new password WMS User.

7. You might need to restart the Infrastructure Map Server 2013 service on your server.
Now connect to it in AutoCAD Map 3D or Civil 3D (or another program), and enjoy!

作者: 峻祁连
邮箱:junqilian@163.com 
出处: http://junqilian.cnblogs.com 
转载请保留此信息。
本文转自峻祁连. Moving to Cloud/Mobile博客园博客,原文链接:http://www.cnblogs.com/junqilian/archive/2012/07/19/2598816.html ,如需转载请自行联系原作者
目录
打赏
0
0
0
0
23
分享
相关文章
可靠的、可扩展的、可维护的数据系统 ------《Designing Data-Intensive Applications》读书笔记1
坦白说也是机缘巧合,在硕士生阶段进入分布式系统领域学习。无论是大规模存储或计算,其核心也是运用分布式技术利用并行性来解决数据密集型应用的需求。最近开始在啃这本《Designing Data-Intensive Applications》大部头,作者Martin Kleppmann在分布式数据系统领域有着很深的功底,并在这本书中完整的梳理各类纷繁复杂设计背后的技术逻辑,不同架构之间的妥协与超越,很值得开发人员与架构设计者阅读。
1447 0