⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 gps数据显示软件
💻 TXT
📖 第 1 页 / 共 2 页
字号:
ChangeLog for GPSMap/GPSylon (http://gpsmap.sourceforge.net)2007/04/25: new version of log4j jar, changed log4j.properties to use logfile for debug msgs2007/04/11: added support for nmea sentence GSA (includes hdop, vdop and ids of satellites)             (thanks to Philipe Morin)2007/03/30: added Garmin support for EDGE 305 (thanks to Massimo Nervi)2007/02/02: fixed shell scripts to pass command line arguments correctly2006/11/03: changed zoom in/out, so the clicked position stays constant (same with wheel)2006/10/30: fixed gpx import (problem with date)2006/10/24: added mouse wheel operation to navigation mouse mode2006/10/23: fixed problem with cursor size on windows systems            version 0.5.2 released2006/10/21: fixed bug in gpx templates (gpstool and gpsylon)2006/10/20: added export of tracks in gpx 1.0 and gpx 1.1 format2006/10/19: fixed problem with png images in my development environment (were            checked out as ASCII vom cvs with the result, that all pngs were invalid)            this concerned all icons, splash screen, custom cursors (with the result            that no mouse cursor was visible in application)2006/10/18: fixed problem with database initialization on windows systems2006/10/17: removed custom cursors, makes problems on windows systems (no mouse cursor            visible)2006/10/16: fixed serial read problem on windows systems2006/06/27: Added autodownload feature from Manuel Habermacher (Thanks!)            Fixed problem on linux systems with backslashes in manifest files.            new pre release 0.5.2-pre22006/06/26: new pre release 0.5.2-pre1            added native libraries and scripts to start the application without installing            rxtx before (thanks to Sam Benz!)2006/04/25: Rewrote the handling of databases for location markers: now the user can            choose between different databases (hsqldb (pure java), derby (pure java),            mysql and postgresql. The needed database and all tables are created            automatically.            Versions of jdbc drivers for hsqldb, mysql and postgres updated to the            latest versions.2006/04/21: Changed class hierarchy of Waypoints, fixed watchdog for garmin protocol2006/03/13: ScaleLayer does not depend on the FlatProjection anymore.            Thanks to Samuel Benz!            This should really allow to set different Projections without            any problems now! Time to add other map types (like gpsdrive does)2006/03/06: Allow to set a different projection from a plugin.2006/02/10: Fixed reading of gpx tracks. Version 0.5.1 released.2006/01/26: Lots of refactoring:            - Moved the GPSTool application out of the gpsinput package.            - Renamed application class from GPSMap to Gpsylon.            - Moved helper classes from org.dinopolis.gpstool package to              subpackages. Ony the applications stayed there.            Made separate jars for utils, gpsinput (communication with gps            devices), gpstool (command line application), gpsylon (moving map            application).            Renamed the resource files from ~/.gpsmap/GPSMap.properties to            ~/.gpsylon/Gpsylon.properties - on upgrade please copy your            private settings to the new location/name.            Default world map (from gpsdrive) as top level map.2006/01/23: changed from javax.comm to gnu.io, due to a new incompatible            java commapi from sun.            changed the garmin's thread stop: threads are now interrupted            to prevent zombie threads.            added system properties to overrule all other properties            (-Dfoo=bar)            did some tests with a bluetooth gps receiver (linux) - added            documentation for this2004/01/14: the file resources now use the current classloader, not            the system's. This is needed for java web start. Still,            the plugins are not found, as the RepositoryClassLoader is            not able to find the jar files via an url.2004/01/13: fixed bug in TrackManagerImpl.getVisibleTracks, that            sometimes did not find all visible tracks.2003/12/01: changed all "packages" to "packets" (for garmin data packets)            moved ProgressListener to org.dinopolis.util package     	      moved ProgressFrame to org.dinopolis.util.gui package            added some helper variables to the velocity context for            waypoint/route/trackpoint formatting2003/11/28: fixed getroutes/setroutes (for commandline tool), added            workaround that does not block caller if no	          routes/tracks/waypoints are sent from the device (if none are            available).            fixed bug in date/time conversion (trackpoints)            added patch from Marc Rechte that uses the product id of            the gps device to find the capabilities (old devices do            not report them by themselves) - thanks Marc!2003/11/25: fixed more bugs in dataconversion            fixed bug in reading gpx files (wrong date in trackpoints)            added geocache and geochache_found symbols (when reading            waypoints) in gpx file            added getRoutes/setRoutes again - no idea when and why I            deleted those!2003/11/21: fixed bug in handling long values from garmin devices            added device info window in gpstool plugin            added serial number in gpsinfo in garmin data processor2003/11/18: javadoc fixes            fixes bug that prevented plugins to be            loaded when the path contained spaces (only happend on            "ant run" ??)2003/11/17: fixed bug in garmin protocol reading product information            added garmin command to read voltage, but does not work            with eTrex Legend. No idea, if this works on other            devices.2003/11/05: fixed getValueString method in unithelper, so values <            100.0 are displayed with one digit behind the comma.2003/10/15: Added a quick'n'dirty import plugin for top40 overlay            tracks (ascii format).            0.4.15-pre8 released2003/10/14: did some testing with Streetpilot III (screenshot), works            now, but the device I used switches off after sending 10            lines. So there are still some bugs in there (I know of at            least one), but without a working device, I do not want to            do further testing.2003/10/13: added support for screenshot on geko(201). Thanks to Frank            Wilhelm for providing the log data!            Added PVT data type D802 (not tested!)2003/10/02: 0.4.15-pre7 released2003/10/01: Fixed bugs in tracklayer plugin and gpstool plugin2003/08/15: Added log4j output in GPSMap.java for testing. Works fine            (if not on NFS).2003/08/05: made expedia download work again (thanks to Fritz Ganter            and Chris Sutton)2003/07/24: fixed a problem in the tracklayer that resulted in            painting a line to the top/left corner from time to time.            0.4.16-pre6 released2003/07/23: upload to garmin devices should work now (from command            line tool). GPX file format is supported to be read (from            Import/Export plugin).            SimpleDemo plugin added for demonstation how to create a            new layer/plugin.2003/07/16: download of mappoint maps should work now (basically)2003/07/15: added nmea log (to file) to gpstool application2003/07/14: added a little tolerance before downloadmousemode thinks            the user drags the mouse (10 pixels).2003/07/11: If no maps are visible (as the scale of the maps is too            small, retry with a new scale limit. This will help not to            confuse new users, as they download a new map, but they do            not see it, as it is too small!2003/07/10: added print capabilities of the map2003/07/05: fixed bug in read gpsdrive track plugin            first version of TrackChart plugin is done.2003/07/04: fixed a bug in displaying the correct maps (in some rare            cases, resp. not so rare if you use the multiple map            download :-)            fixed bug in download map module: scale factor was not            correctly handled            added feature: changes in maps.txt file are detected and            the maps are added/removed.2003/07/01: finally added splash screen and progress bar            added "jars" target in build.xml file            0.4.15-pre5 released2003/06/30: added imageserver plugin that answers http requests on            port 10080 (for screenshot)2003/06/28: started working on trackchart plugin2003/06/24: changed map download completely (now using plugins, so            extending it should be easier now!            changed screenshot to find out about the colors used in            the gps device (garmin only). Still most of the protocol            unknown, but it works at least for eTrex and eMaps            devices. More feedback is needed to find out more about            the protocol!            0.4.15-pre4 released2003/06/17: changed download of screenshot (orientation is now correct            for etrex legend and eMap(?), download is repeated when a            corrupt package is received.            Added Average Position Plugin            TrackLayer plugin now works quite ok and performs so-la-la.            Added GPSTool plugin: download tracks, screenshot, ...            0.4.15-pre3 released2003/06/13: fixed problem in GSV sentences of NMEA (satellite info)            Resources: allow to attach other resources so they can be            retrieved (getXXX methods) and set from the "main"            resources, but still write to their own files. This allows            to edit resources of plugins by the normal resource            editor!2003/06/11: added estimated position error in NMEA (garmin specific            nmea sentence) and garmin protocol. error is shown in            status bar (satellite info).2003/06/10: added way to download screenshot for garmin devices            (GPSTool), works for eTrex Summit2003/06/06: created new tracks plugin - not finished yet!2003/06/02: added more garmin waypoint types (D103,D107,D109), changed            name from GPSilon to GPSylon2003/05/22: fixed bug in reading trackpoints from gps device (garmin):            set date to null, if not available. Do not print it in the            gpx template.2003/05/14: finally found the place that inserted the \\ into the            resources (very bad for windows paths :-)2003/04/13: added time to tracks (includes time output in GPSTool)2003/05/12: 0.4.15-pre2 released2003/05/10: tested speed and heading for garmin devices. seems to            work.2003/05/09: Some bug fixes in the Garmin classes. Started to add            garmin support to GPSMap. Works, but is not well tested.            Fixed url for downloading mapblast maps.2003/05/08: Rewrote GPSTool. Now able to download            tracks/routes/waypoints. Writes per default a GPX            file. May be extended by other templates to write other            formats.2003/05/07: Changed url for mapblast maps.2003/05/06: Garmin classes seem to work. Download of tracks and            continuous sending of position does not make any            problems. More tests necessary!2003/05/04: added garmin support (download of            tracks/routes/waypoints), periodically sending the            position (not tested yet), added getTrack(),            getWaypoints(), getRoutes() in GPSDataProcessor interface.            garmin support is not well tested yet!2003/04/14: My son Felix is born2003/03/31: added VTG and HTD nmea sentences to GPSNmeaDataProcessor            (thanks to Didier Donsez!)2003/03/28: created new subpackages in the gpsinput package: nmea and            garmin (for better code reading)2003/03/20: 0.4.14 released2003/03/10: Fixed problems with plugin building under windows.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -