[mapserver-users] multiple map layers with different scales

easyl thlin.box at gmail.com
Wed Jul 14 07:43:34 EDT 2010


I have multiple map layers with different scales.
 
For example,
+---------------------------------------------+
|  A    +-----------------------------+          |
|        | B                             +----------+ | 
|        |                                | C           |  |
|        |                                +----------+ |
|        |                                      |           |
|        +----------------------------+           |
+---------------------------------------------+

A   1:1000 
B   1:500
C   1:100

How can I setup them in mapserver, so that I can render the map with
different detail.

For example:

given a scale value from 1:100
The map is rendered with:
+---------------------------------------------+
|  A    +-----------------------------+          |
|        | B                             +----------+ | 
|        |                                | C           |  |
|        |                                +----------+ |
|        |                                      |           |
|        +----------------------------+           |
+---------------------------------------------+


given a scale value from 1:200
The map is rendered with:
+---------------------------------------------+
|  A    +-----------------------------+          |
|        | B                                   |           | 
|        |                                      |           |
|        |                                      |           |
|        |                                      |           |
|        +----------------------------+           |
+---------------------------------------------+

given a scale value from 1:700
The map is rendered with:
+---------------------------------------------+
|  A                                                       |
|                                                           | 
|                                                           |
|                                                           |
|                                                           |
|                                                           |
+---------------------------------------------+
 
Is that possible?
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/multiple-map-layers-with-different-scales-tp5292120p5292120.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list