MapServer
-
Instead , use MapServer to perform the re-projection for you .
需要使用MapServer执行再投影。
-
MapServer , to provide a map image , must be told what layers to use and how to render them .
MapServer要提供地图图片,必须被告知要使用的层以及如何呈现。
-
MapServer is a server-side mapping solution that can re-project data on the fly .
MapServer是一个可动态再投影数据的服务器端地图解决方案。
-
A traditional approach would be to use a web mapping solution like the commercial ESRI ArcIMS or the open source MapServer tool .
传统的方式是使用web地图解决方案,比如商业的ESRIArcIMS或开源的MapServer工具。
-
This code provides the coordinates to send to MapServer : Width and height can be whatever you want ( hard-coded in this example ) .
这段代码提供了发送给MapServer的坐标:宽度和高度可以任意(本例中是硬编码)。
-
MapServer & This server generates imagery from data sources , providing symbology , labels , and all other details needed to make a meaningful map .
MapServer&此服务器从数据源生成图像,提供符号、标签和其他所有细节信息来生成一张地图。
-
In addition , setting up a website with a fully functional map using MapServer templates or self-written JavaScript can be time-consuming to accomplish a good level of functionality .
此外,要通过MapServer模板或自己编写的JavaScript来构建一个功能完善的地图网站会十分耗时。