Programming Languages: Java
License: GNU General Public License version 2.0 (GPLv2), Other License
browse code,
statistics,
last commit on 2013-04-08
read only:
git clone git://gpsmid.git.sourceforge.net/gitroot/gpsmid/Gpsmid
read/write
git clone ssh://your-login@gpsmid.git.sourceforge.net/gitroot/gpsmid/Gpsmid
Would it help also to do a clean build before (ant clean). If I remember correctly the strings for manual rotation mode were one of the most recent changes.
2013-04-23 14:39:43 PDT by sk750
When I Comment this line out: [code]// CMDS[MANUAL_ROTATION_MODE_CMD] = new Command(Locale.get("trace.ManualRotation2")/*Manual rotation mode*/,Command.ITEM, 100);[/code] It compiles.
2013-04-23 04:49:58 PDT by stefanlueffe
When I try to Compile the Current Git Version (0.8.21) I get following Error: [code]Buildfile: /home/tunstall/workspace/OSM/GpsMid/build.xml init: j2mepolish: [j2mepolish] J2ME Polish 2.3 (2012-02-23) (GPL License) [j2mepolish] Loading device database... [j2mepolish] Last build was interrupted or failed, now clearing work directory... [j2mepolish] Processing [5] devices...
2013-04-23 03:01:10 PDT by stefanlueffe
walter9 pushed 11 commit(s) to refs/heads/master_extended in the GpsMid Git repository of the GpsMid project.
2013-04-08 15:00:29 PDT by walter9
Messages translation is almost complete. Sound files are generated with espeak and some custom phoneme modification for bulgarian is in archive.
2013-03-23 12:18:56 PDT by becoko
Problem 2 has already been solved long time ago. Problem 1 is solved in git branch master_extended. There all tiles of a route line are memorized and the route line is completely displayed when zooming out. So no recalculation is triggered. Closing.
2013-03-16 12:34:40 PDT by walter9
The routing code is split between calculating the route nodes used on the route path with the A* algorithm (Routing.java) and determining the ways between those route nodes (RouteLineProducer). I'll not be able to work on a big change to GpsMid like the patch anytime in the near future. If you or anybody else wants to go for it, this would be great. I do agree this change is too big to try to...
2013-03-16 12:18:09 PDT by sk750
createRGBImage() is used now. The color should maybe configurable. Closed.
2013-03-16 12:15:34 PDT by walter9
The style file style-file-martin.xml is available on git. The script is good to create a reduced map without changing a style file. Maybe it should be put into wiki. Closed.
2013-03-16 12:13:49 PDT by walter9
Storage is used now where possible. Long -> long is no good idea since the Long is referenced here and there. Closing since implemented.
2013-03-16 12:11:49 PDT by walter9