Hi

A few ideas...

You could design an image map (HTML) with all symbols on it, where the image
pixel coordinates would correspond to the symbols definition. Just show it
to the user.

Also, you could use a single layer in a geoset (mapdefinition or whatever),
containing all symbols you offer to the user. Render a map to a GIF image,
and send it to the applet. When the user clicks on the image the applet
returns the position coordinates to the server. Then using your simple
mapj(one layer) object (single layer on it) on server. Retreive the feature
information (and the rendition !) with the "layer.searchAtPoint(point)"
function.

hope this help

_______________________________________________

KOREM   (http://www.korem.com)

GEObroadcasting your information
GEOdiffusion de l'information
_______________________________________________

Best MapInfo New Partner 2000 - North America
_______________________________________________

Antoine Gilbert
Analyst - Programmer
KOREM inc.
680, boul. Charest Est
Québec (Qc)
G1K 3J4          tél.: 418 647-1555
CANADA           fax:  418 647-1666
Téléphone sans frais: 1 888 440-1MAP
_______________________________________________



----- Original Message -----
From: "Gary Schwartz" <[EMAIL PROTECTED]>
To: "MapInfo-L" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 10:41 AM
Subject: MI-L MapXtremeJava - shot in the dark


> I'm sending this out in the desperate hope that somebody out there might
> have any answer they can share.  I'm building a MapXtreme Java
> application with an applet and a servlet.  All of the maps are being
> generated by the servlet and passed down to the applet.  My problem is
> that I wish to allow the user (from the applet) to select a symbol to
> use to override the default display for a point layer.  I can't seem to
> figure out any efficient way to pass the symbols from the servlet to the
> applet so the user can choose one visually.
>
> If anyone has done something like this or has any ideas that they can
> share, I would really appreciate it.
>
> Thanks,
> Gary.
>
>
>
>
> _______________________________________________________________________
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, send e-mail to [EMAIL PROTECTED] and
> put "unsubscribe MapInfo-L" in the message body.



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to