> --
> You received this message because you are subscribed to the Google Groups "openscales-dev" group.
> To post to this group, send email to opensca...@googlegroups.com.
> To unsubscribe from this group, send email to openscales-de...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/openscales-dev?hl=en.
>
>
why do I put it inside the code..
this is the part of code where they define informations about de zoom
<os:ControlPanel x="10"
y="10"
width="140"
title="Navigation">
<os:PanComponent map="{map}"/>
<mx:HBox width="100%">
<os:ZoomComponent map="{map}"/>
<mx:VBox width="100%"
horizontalAlign="right"
verticalAlign="top">
<os:ZoomBoxComponent map="{map}"
width="32"
height="32"/>
</mx:VBox>
</mx:HBox>
</os:ControlPanel>
Thank you
----- Message d'origine ----
De : Kyle Wilcox <wilco...@gmail.com>
À : opensca...@googlegroups.com
Envoyé le : Mer 30 juin 2010, 17h 15min 55s
Objet : Re: How to set up the zoom and scale in OpenScale
* OpenLayer when I preview the Map..I use it to build the Map ( witch is Multiple layers in GeoServer) the scale coverage here is
1:5M - 1:147 as you can see in the screen capture.
* You also have the Openscale Capture screen where the maxZoom lebel is 15, and with that level, we cannot access to the last
layer of my Map to see the bus stops for example as you can see in the screen capture.
I think the problem well exlain now.. Thank for any help somebody can give
Erik
----- Message d'origine ----
De : Gallien <labeyrie...@gmail.com>
À : openscales-dev <opensca...@googlegroups.com>
Envoyé le : Jeu 1 juillet 2010, 9h 57min 30s
Objet : Re: Re : How to set up the zoom and scale in OpenScale
--