Progress report week 13

Last week, I wrote that I had problems with getting the SRS=EPSG:4326 to work with the WMS I used. These problems were quickly resolved after a talk with Gunnar Misund, the lecturer for the course LAS (Location aware systems). It turned out that I had bugs in both places where I tried the map service. In the first, I managed to switch some of the arguments for the bounding box so that the min and max long/lat were in the wrong order. In the second, which where in joggerlogger, I had a bug with how I handled the long/lat-values, so I ended up switching them which again resulted in an invalid bounding box.

Now joggerlogger can download images from a WMS and display them on the mobile. In addition, it supports drawing the outline of the route on top of the map. However, the application can only display the whole route at once on a screen and does not have the ability to zoom or move in direction the jogger moves in. These tasks will be the focus for the next week.

Leave a Comment