Re: [JPP-Devel] gps extension release candidate
On 30.07.2010 22:44, Matthias Scholz wrote: > Hi Edgar, > > I've tested gps.ext_0.2rc1.zip under Debian Lenny 32bit, OJ 1.3.1 G-Rays > WBT 201 over Bluetooth. Nice work and truely usefull for me :-) > just curious, what is the serial devices name created for this device? > - You should check "gps.ext_0.2rc1/lib/ext/rxtx/win32/Verkn?pfung mit > win32.lnk", because until unzip I get a warning. No problem for me, but > may be for endusers ;-) will clean up later, thanks > > - After starting OJ I get for about 80 seconds the OJ splashscreen > without any hint what is OJ doing. I know that you scan for devices, but > this should be done in background. this should go faster, I know of cases where serial devices in use result in long timeouts. Are there locked serial ports on this system? > > - The exception below is thrown if I disable the "GPS Tracker" checkbox. > If I reenable it, GPS tracking runs. > SNIP > gnu.io.PortInUseException: Unknown Linux Application > at gnu.io.CommPortIdentifier.open(CommPortIdentifier.java:467) > at > de.soldin.jump.gps.GPSTrackerPlugin.openConnection(GPSTrackerPlugin.java:528) > at > de.soldin.jump.gps.GPSTrackerPlugin.actionPerformed(GPSTrackerPlugin.java:434) > > for example. > > - Under Linux it is a problem if you try to access the serial device > more than once. So the "Test settings" button in the options should be > disabled if GPS tracking is running. This is already taken care of. If gps extension would access the port, the applications name would be 'gpstool' instead of 'Unknown Linux Application'. Are you sure no other app locking the port? > > - And finaly reprojection coordinates would be nice, but I know > working on it. > > Regards > > Matthias > > >> With some delay, I expected to have it done earlier, you might find an >> updated version of the gps extension on sourceforge. >> >> http://sourceforge.net/projects/jump-pilot/files/p_GPS%20Extension/ >> >> Features are: >> - use of serial gps devices (garmin,nmea,sirf) >> - tracking of selected tasks >> - creating/adding points from gps coordinate >> >> I'd appreciate anybody testing the extension and coming back with feedback >> or bugs. A known limitation right now is that reprojection of gps >> coordinates is broken (cts extension usage). This means coordinates from gps >> will for now always be in the datum of the gps receiver is configured to >> output. I am working it. >> >> .. kind regards ede >> >> >> >> >> -- >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> ___ >> Jump-pilot-devel mailing list >> Jump-pilot-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >> > > > -- > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
Re: [JPP-Devel] gps extension release candidate
Hi Edgar, I've tested gps.ext_0.2rc1.zip under Debian Lenny 32bit, OJ 1.3.1 G-Rays WBT 201 over Bluetooth. Nice work and truely usefull for me :-) - You should check "gps.ext_0.2rc1/lib/ext/rxtx/win32/Verkn?pfung mit win32.lnk", because until unzip I get a warning. No problem for me, but may be for endusers ;-) - After starting OJ I get for about 80 seconds the OJ splashscreen without any hint what is OJ doing. I know that you scan for devices, but this should be done in background. - The exception below is thrown if I disable the "GPS Tracker" checkbox. If I reenable it, GPS tracking runs. Loading de.soldin.jump.gps.GPSExtension Loading de.hawhamburg.sridsupport.SRIDSupportExtension Loading net.refractions.postgis.PostGISConfiguration GPS Extension is in: jar:file:/data/home/mscholz/openjump/bin/../lib/ext/gps_0.2rc1.jar!/ GPS (de.soldin.jump.gps) base is: /data/home/mscholz/openjump/bin/../lib/ext/gps_0.2rc1.jar GPS Extension is in: jar:file:/data/home/mscholz/openjump/bin/../lib/ext/gps_0.2rc1.jar!/ GPS (de.soldin.jump.gps) libs are in: /data/home/mscholz/openjump/bin/../lib/ext/gps/ SwixML 1.5 (#149) GPS Extension is in: jar:file:/data/home/mscholz/openjump/bin/../lib/ext/gps_0.2rc1.jar!/ RXTX Loader on: 'Linux' 'i386' RXTX libraryPath is set to: '/data/home/mscholz/openjump/bin/../lib/ext' Could not find: /data/home/mscholz/openjump/bin/../lib/ext/rxtx/librxtxSerial.so RXTX succeeded loading: '/data/home/mscholz/openjump/bin/../lib/ext/rxtx/linux32/librxtxSerial.so' WARNING: RXTX Version mismatch Jar version = RXTX-2.2pre2_loader native lib Version = RXTX-2.2-20081207 Cloudhopper Build rxtx.cloudhopper.net [ERROR][org.dinopolis.gpstool.gpsinput.nmea.GPSNmeaDataProcessor] - ERROR: Exception thrown on creation or processing of NMEA sentences: [ERROR][org.dinopolis.gpstool.gpsinput.nmea.GPSNmeaDataProcessor] - $GPGSV,4,2,13,05,21,049,22,30,17,138,16,23,01,305,2 java.lang.IllegalArgumentException: Invalid NMEA Sentence (no '*'): $GPGSV,4,2,13,05,21,049,22,30,17,138,16,23,01,305,2 at org.dinopolis.gpstool.gpsinput.nmea.NMEA0183Sentence.(NMEA0183Sentence.java:71) at org.dinopolis.gpstool.gpsinput.nmea.NMEA0183Sentence.(NMEA0183Sentence.java:104) at org.dinopolis.gpstool.gpsinput.nmea.GPSNmeaDataProcessor.readMessages(GPSNmeaDataProcessor.java:335) at org.dinopolis.gpstool.gpsinput.nmea.GPSNmeaDataProcessor.run(GPSNmeaDataProcessor.java:245) at java.lang.Thread.run(Thread.java:619) - Adding points from GPS is OK. For the future it would be nice if we have a automatic mode for adding point depending on time or distance. - It is possible, that the connection to the device goes broken until OJ runs(Bluetooth problems etc). The user should see a non technical message and not the gnu.io.PortInUseException: Unknown Linux Application at gnu.io.CommPortIdentifier.open(CommPortIdentifier.java:467) at de.soldin.jump.gps.GPSTrackerPlugin.openConnection(GPSTrackerPlugin.java:528) at de.soldin.jump.gps.GPSTrackerPlugin.actionPerformed(GPSTrackerPlugin.java:434) for example. - Under Linux it is a problem if you try to access the serial device more than once. So the "Test settings" button in the options should be disabled if GPS tracking is running. - And finaly reprojection coordinates would be nice, but I know Regards Matthias > With some delay, I expected to have it done earlier, you might find an > updated version of the gps extension on sourceforge. > > http://sourceforge.net/projects/jump-pilot/files/p_GPS%20Extension/ > > Features are: > - use of serial gps devices (garmin,nmea,sirf) > - tracking of selected tasks > - creating/adding points from gps coordinate > > I'd appreciate anybody testing the extension and coming back with feedback or > bugs. A known limitation right now is that reprojection of gps coordinates is > broken (cts extension usage). This means coordinates from gps will for now > always be in the datum of the gps receiver is configured to output. I am > working it. > > .. kind regards ede > > > > > -- > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sou
Re: [JPP-Devel] gps extension release candidate
On 26.07.2010 08:58, Rahkonen Jukka wrote: > Hi, > > I made a very quick test and here are first results: > > - Installation was successful by following the instructions. It means, unzip. > Easy. > - Virtual serial port must exist before launching OpenJUMP. If OJ is running > and virtual serial port is created later the plugin will not find it. I put that on my todo list, in case there is a second round for extension enhancement. > - Adding points successful. You can add point to any editable OpenJUMP layer. > Just select the layer and add a point. Simple. Unfortunately not necessarily where the crosshair is ;) .. that is always in the viewports centre (hence only the position if tracking is enabled). This is also on the todo list. > - EX Buttons is a good pair with GPS plugin because it gives a button and > shortcut key for adding points. EZ Buttons cannot show the status of GPS > plugin, though. Pressing a button does not do anything if GPS tracking in > not active, naturally. Only heard of EZ Buttons until now. Are they a default plugin? The status is always on the bottom left corner of the status bar. How else would you like it? > - I can't guess what "Set task to track" should do. Now I am not sure if it > is doing anything. projects are called tasks internally. If you have open two projects you can select which one viewport is tracked. Should be translated better, right. > - "Insert point from GPS" is a bit odd tool. User must have a line or polygon > selected and then the plugin inserts more points somewhere in between the > geometry. I would have more use for Start digitising a line/polygon tool > without a need to have something ready on a map. May this should be call append point, as it appends a point to an selected existing geometry. This way you can not only capture but "digitize" on the fly. (Add Point -> Convert geometry (eg. linestring for a street) -> Append Point) > Now I think I would measure an area by adding just points from GPS and > digitising a polygon manually with snapping on later. > > -Jukka Rahkonen- -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
Re: [JPP-Devel] gps extension release candidate
Hi, I made a very quick test and here are first results: - Installation was successful by following the instructions. It means, unzip. Easy. - Virtual serial port must exist before launching OpenJUMP. If OJ is running and virtual serial port is created later the plugin will not find it. - Adding points successful. You can add point to any editable OpenJUMP layer. Just select the layer and add a point. Simple. - EX Buttons is a good pair with GPS plugin because it gives a button and shortcut key for adding points. EZ Buttons cannot show the status of GPS plugin, though. Pressing a button does not do anything if GPS tracking in not active, naturally. - I can't guess what "Set task to track" should do. Now I am not sure if it is doing anything. - "Insert point from GPS" is a bit odd tool. User must have a line or polygon selected and then the plugin inserts more points somewhere in between the geometry. I would have more use for Start digitising a line/polygon tool without a need to have something ready on a map. Now I think I would measure an area by adding just points from GPS and digitising a polygon manually with snapping on later. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] Lähetetty: su 25.7.2010 21:10 Vastaanottaja: OpenJump develop and use; openjump-us...@googlegroups.com Aihe: [JPP-Devel] gps extension release candidate With some delay, I expected to have it done earlier, you might find an updated version of the gps extension on sourceforge. http://sourceforge.net/projects/jump-pilot/files/p_GPS%20Extension/ Features are: - use of serial gps devices (garmin,nmea,sirf) - tracking of selected tasks - creating/adding points from gps coordinate I'd appreciate anybody testing the extension and coming back with feedback or bugs. A known limitation right now is that reprojection of gps coordinates is broken (cts extension usage). This means coordinates from gps will for now always be in the datum of the gps receiver is configured to output. I am working it. .. kind regards ede -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
[JPP-Devel] gps extension release candidate
With some delay, I expected to have it done earlier, you might find an updated version of the gps extension on sourceforge. http://sourceforge.net/projects/jump-pilot/files/p_GPS%20Extension/ Features are: - use of serial gps devices (garmin,nmea,sirf) - tracking of selected tasks - creating/adding points from gps coordinate I'd appreciate anybody testing the extension and coming back with feedback or bugs. A known limitation right now is that reprojection of gps coordinates is broken (cts extension usage). This means coordinates from gps will for now always be in the datum of the gps receiver is configured to output. I am working it. .. kind regards ede -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel