GREATWALL : MapServerCGIReference

首页 :: 索引 :: 修订历史 :: 最新评论 :: 待建页面 :: 登陆/注册 你好,3.22.248.208
比对 2004-08-17 16:41:132004-07-19 19:50:17

新增内容
缩放比例,以创建新的地图。数值如果大于0,则放大;如果为0,则为平移;如果小于0,则为缩小。如果数值为2,就是放大2倍。
ZOOM可以被视为ZOOMDIR/ZOOMSIZE联合使用的一个快速方法。
缩放操作的倍率被由MapServer编译时确定的MINZOOM/MAXZOOM设置所限制,默认值为正负25。
ZOOMDIR [1 | 0 | -1]
设置是缩小还是放大。参见上面一条。
ZOOMSIZE [number]
一个缩放的绝对值。和ZOOMDIR一起使用。
ZOOMDIR被MAXZOOM限制,默认为25。

删除内容
Zoom scaling to apply to the creation of the new map. Values greater than 0 resulting in zooming in, 0 is a pan, and values less than zero are for zooming out. A value of 2 means "zoom in twice".
ZOOM can be used as a shortcut for the combination ZOOMDIR/ZOOMSIZE.
The zoom is limited by the MINZOOM/MAXZOOM settings compiled into the MapServer (-25/25) by default.
ZOOMDIR [1 | 0 | -1]
Direction to zoom. See above.
ZOOMSIZE [number]
Absolute magnitude of a zoom. Used with ZOOMDIR.
ZOOMDIR is limited to MAXZOOM compiled into the MapServer (25 by default).