I am not 100% sure what your question is but it seems like you want to
convert from the x,y points provided from your javascript to the
corresponding lat/lon points on the map image?
To do that you should take a look at
http://openmap.bbn.com/doc/api/com/bbn/openmap/proj/Projection.html#inverse(int,%20int)
Which explains the inverse() method.
Hope that helps.
Chhaya Mudgal wrote:
>Hi Don,
>
>I have a servlet in which javascript gives the x and y coordinates when clicked on
>the image. This image is generated from the maphandler. My problem is that the lat
>lon values that is returned from the mapRequestHandler is different all the time.
>I will really appreciate if anyone has seen this problem and know the solution to it.
>
>thanks
>
>Chhaya
>--
>[To unsubscribe to this list send an email to "majdart_at_bbn.com"
>with the following text in the BODY of the message "unsubscribe openmap-users"]
>
>
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Thu Jul 15 2004 - 12:14:13 EDT