MapTools.org

[rosa-users] Getting started with RosaApplet & Mapserver

Hankley, Chip Chip.Hankley@GASAI.Com
Wed, 1 Jan 2003 17:16:26 -0600
Steve...

There are some help files that are included with the distribution; the same
documents are also on the DMS web site. Those do a pretty decent job
explaining how the applet works.

Take a look at those (if you haven't) - you'll get a better response from
this list if you ask a more specific question, and give us an idea of the
application that you're using it for. For example, is it a PHP-MapScript
app, or straight CGI Mapserver? Are you basing your app on GMap? Is the
applet appearing in your application? What, specifically isn't working.

Cheers!

Chip

-----Original Message-----
From: Steve McCrone
To: rosa-users@dmsolutions.ca
Sent: 12/31/2002 5:08 AM
Subject: [rosa-users] Getting started with RosaApplet & Mapserver

Hi,
 
I've downloaded the Rosa Applet 1.2.0. and need some help on displaying
the toolbar, as found in the GMap demo (i.e. Zoom, Pan etc.)
 
Viewing the source for this GMap sample I have viewed the following - 
 
<APPLET NAME="RosaApplet" ARCHIVE="./rosa/rosa.jar" CODE="Rosa2000"
WIDTH="400" HEIGHT="300" MAYSCRIPT>
<PARAM NAME="TB_POSITION" VALUE="right">
<PARAM NAME="TB_ALIGN" VALUE="top"><PARAM NAME="IMG_URL"
VALUE="/ms_tmp/1041332566271951.gif"><PARAM NAME="INP_FORM_NAME"
VALUE="myform"><PARAM NAME="TB_BUTTONS"
VALUE="zoomin|zoomout|recentre|pquery">
<PARAM NAME="INP_TYPE_NAME" VALUE="INPUT_TYPE">
<PARAM NAME="INP_COORD_NAME" VALUE="INPUT_COORD">
<PARAM NAME="TB_SELECTED_BUTTON" VALUE="zoomin"><PARAM
NAME="TB_BUT_zoomin_IMG" VALUE="./images/tool_zoomin_1.gif">
<PARAM NAME="TB_BUT_zoomin_IMG_PR" VALUE="./images/tool_zoomin_2.gif">
<PARAM NAME="TB_BUT_zoomin_HINT" VALUE="Zoom in: Click the button|and
the map will zoom in">
<PARAM NAME="TB_BUT_zoomin_INPUT" VALUE="auto_rect">
<PARAM NAME="TB_BUT_zoomin_NAME" VALUE="CMD">
<PARAM NAME="TB_BUT_zoomin_VALUE" VALUE="ZOOM_IN">
<PARAM NAME="TB_BUT_zoomout_IMG" VALUE="./images/tool_zoomout_1.gif">
<PARAM NAME="TB_BUT_zoomout_IMG_PR" VALUE="./images/tool_zoomout_2.gif">
<PARAM NAME="TB_BUT_zoomout_HINT" VALUE="Zoom out: Click the button|and
the map will zoom out">
<PARAM NAME="TB_BUT_zoomout_INPUT" VALUE="submit">
<PARAM NAME="TB_BUT_zoomout_NAME" VALUE="CMD">
<PARAM NAME="TB_BUT_zoomout_VALUE" VALUE="ZOOM_OUT">
<PARAM NAME="TB_BUT_recentre_IMG" VALUE="./images/tool_recentre_1.gif">
<PARAM NAME="TB_BUT_recentre_IMG_PR"
VALUE="./images/tool_recentre_2.gif">
<PARAM NAME="TB_BUT_recentre_HINT" VALUE="Recenter: Click the button|and
the map will recenter">
<PARAM NAME="TB_BUT_recentre_INPUT" VALUE="auto_point">
<PARAM NAME="TB_BUT_recentre_NAME" VALUE="CMD">
<PARAM NAME="TB_BUT_recentre_VALUE" VALUE="RECENTER">
<PARAM NAME="TB_BUT_pquery_IMG" VALUE="./images/tool_info_1.gif">
<PARAM NAME="TB_BUT_pquery_IMG_PR" VALUE="./images/tool_info_2.gif">
<PARAM NAME="TB_BUT_pquery_HINT" VALUE="Point Query: Click a point on
the map|for information about that point">
<PARAM NAME="TB_BUT_pquery_INPUT" VALUE="auto_rect">
<PARAM NAME="TB_BUT_pquery_NAME" VALUE="CMD">
<PARAM NAME="TB_BUT_pquery_VALUE" VALUE="QUERY_POINT">
</APPLET>
 
I need some guidence to include this functionality in my page with
Mapserver.
 
Thanks,
 
Steve


This archive was generated by Pipermail.