Changing size in Java applet

Stepan Kafka kafka at email.cz
Thu Mar 8 05:34:11 EST 2001


Use these parameters for the applet

<applet codebase="...your path..." code="mapimage.class" width="[mapwidth]"
height="[mapheight]" name="mapimage" MAYSCRIPT>

Stepan Kafka


> -----Pùvodní zpráva-----
> Od: owner-mapserver-users at lists.gis.umn.edu
> [mailto:owner-mapserver-users at lists.gis.umn.edu]za uživatele
> Karl-Albrecht Klinge
> Odesláno: 6. bøezna 2001 23:08
> Komu: mapserver-users at lists.gis.umn.edu
> Pøedmìt: Changing size in Java applet
>
>
>
> Hi everybody,
>
> we are using a java applet.
>
> we can change size and we are dynamically zooming with rectangles.
>
> (1) How can we get information about the map extent of the returned map
> e.g. minX, minY, maxX, maxY?
>
> (2) We have the cgi-reference.
> It does not give us any information about what combinations of
> parameters make up a possible request.
>
> (3) How can we use the 'post'-request?
> The script returns "null The script can only be used to decode form
> results."
> what ever this means
>
> Thanks in advance,
>
> Karl
>




More information about the mapserver-users mailing list