Postgis, MapServer and OpenLayers
作者: 赵博 • 2007 年 12 月 11 日 • 技术主义 • 3 条评论
If you want to establish your own map service (PostgreSQL/Postgis as the Database, MapServer as the Map Server, and Openlayers as the Client Side), I just recommend you to get the following materials from the Mapserver offical website:
- 1 the first section of Mapserver Tutorials
- 2 the last chapter of introduction to postgis
- 3 Examples of Openlayers Package
相关文章:

Openlayers确实非常优秀,支持WMS、WFS等。
大多数会考虑这样读取地图数据。但我不知道WMS这样的速度如何呢?
openlayers最常用的是否是WMS的模式呢?(我觉得建个mapserver的服务端好麻烦)
现在大陆许多是直接或间接的栅格图片。
Openlayers好像也支持,但对去矢量图像到栅格图像的生成,以及栅格图像如何配合OpenLayers的坐标系统。这个,我是没有任何的头绪。
呵呵,还没有开始研究Openlayers,望多指教。
说句实话,效率最高的,当然还是直接处理成栅格。然后再打成四叉树。这就是google 和51ditu的做法吧。其实我觉得,只要转换成栅格,效率还是不错的。
服务器端有缓存就OK了,在WMS前面拦一个TileCache什么的,效果会好很多。