Hi Johann,

You will have to set two layers into the mapfile, a POINT and a POLYGON
one. Both linked to the same GROUP, which is defined int the XML config
file.
The point layer will be displayed until a certain scale (MINSCALEDENOM),
10'000 for instance. Then the polygon layer will replace the points if you
zoom in.

LAYER
NAME "myPointLayer"
GROUP "myPointAndPolygonGroup"
TYPE POINT
MINSCALEDENOM 10000

LAYER
NAME "myPolygonLayer"
GROUP "myPointAndPolygonGroup"
TYPE POLYGON
MAXSCALEDENOM 9999

Hope that helps

Cheers,
Chris


On Thu, Oct 31, 2013 at 4:43 PM, Johan Guerra <johanmiguel2...@gmail.com>wrote:

> Hi all pmapper users,
>
> Pmapper I would do in the following, that a certain scale polygon layer is
> seen as a point layer, and when the user arrives at a detailed scale looks
> like polygon layer.
> One way would be to declare a layer but not see or in the legend or in the
> layer switcher, but this is not how.
>
> Excuse my bad writing in English.
>
> Greetings from Venezuela.
>
> --
> Johan.
>
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to