Hi Edgar,
  in the new User uide I put this page: 
http://openjump.org/wiki/show/Loading+Data+from+GPS which is the minimum we can 
give to user about GPS support (Which plugins and where to find them).
  It would be usefull if you can add some notes and tips on this page about 
your plugin. 
  Thank you in advance, 
   
  Peppe

Edgar Soldin <[EMAIL PROTECTED]> ha scritto:
  Hi Ravi,

how are you trying to connect to the gps mouse. Are you using my plugin? 
If you are using windows and are willing to experiment i could help you 
setup my gps extension for jump. It might prove difficult as it needs 
some binary libraries but it is capable of tracking a live gps data 
stream from a serial device.

check install.txt,readme.txt in
http://soldin.de/about/2004-jump_plugins/gt2jump.gps-0.1a.zip
for further hints.

Please describe exactly your problems, so that i can specifically 
support you :).

regards ede
--
> Hi,
> have used the GPS plugin downloaded. I have problems connecting OJ with GPS.
> 1. How to receive TRACK from GPS.
> 2. How to connect to a LIVE GPS and note the GPS coordinates.
> Ex You pedal on a road and record the road on OJ. 
> Pl give some suggestions any documentation available ?
> Cheers
> Ravi Kumar
>
> 
> ---------------------------------
> Shape Yahoo! in your own image. Join our Network Research Panel today!
> 
> ------------------------------------------------------------------------
>
> _______________________________________________
> jump-users mailing list
> [email protected]
> http://lists.refractions.net/mailman/listinfo/jump-users
> 


-- 
public class WhoDidIt{ // A comment. I love comments 
private static Person sender;

public static void main (String[] foo){

sender = new Person();
sender.setName(new String[]{"Edgar", "Soldin"});

Address address = new Address();
address.setStreet("Stadtweg 119");
address.setZip(39116);
address.setCity("Magdeburg");
address.setCountry("Germany");

sender.setAddress(address);

sender.setMobilePhone(" +49(0)171-2782880 ");
sender.setWebSiteUrl(" http://www.soldin.de ");
sender.setEmail(" [EMAIL PROTECTED] ");
sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
sender.setGender(true);

System.out.println(sender.toString());
}
}

_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users


       
---------------------------------

---------------------------------
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail
_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users

Reply via email to