Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Need something like a pop up on th map

> my requirement
>
> I select a point on the map and some pop up or some thing has to come up
> asking for what have to be displayed
>
> Ex. roads, buildings, homes, etc
>
> user can select one or more
>
> after selecting by the user that the map has to display the information
> associated with that point
>
> I know how to create custom tool to select the point but what next?

That is also the more difficult part.
If you are able to select the point, you also are able to get the
selected feature.
The selection tool has to be a mouse listener, else it wouldn't
select, so you just do in the mouserelease method whatever needed to
popup a dialog and fill it with the data of the feature.

Does this sound ok to you?

andrea

>
> Is there some thing like pop ups available on uDig probably the selection
> will be with check boxes
>
> is this possible
>
> hope I have explain this correctly
>
> Thank You
>
> Sameera
>
> --
> Sameera Abeysinghe
>
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
>


Back to the top