Re: [JPP-Devel] Super Stoked About GPX Support

2009-05-05 Thread Edgar Soldin
SS, will do my very best .. ede > > P.S. - The next item for OpenJUMP GPS support: Creating GPX files > directly from a GPS receiver. Edgar will hopefully be able to offer me > some advice on this. :] > -- The NEW KODA

Re: [JPP-Devel] Error loading Postgis layers with Openjump 1.3

2009-05-05 Thread Sunburned Surveyor
Would it be possible to modify the mechanism for saving layers to track which layers have been saved? You could then look at all the layers in a Task when OpenJUMP is about to be closed and warn the user about the layers that have not been saved previously. The Sunburned Surveyor 2009/4/23 Michaƫ

Re: [JPP-Devel] Super Stoked About GPX Support

2009-05-05 Thread Sunburned Surveyor
Ede, I guess the tricky part of reading waypoints and tracks directly from a GPS receiver is two-fold: [1] You have to use communication ports on the computer to talk to the receiver. This seems to be a very operating specific task, which can be a problem for cross-platform Java programs. It seem