Progress report week 12

Not much progress have been made in the project since last week’s status report. I have started exploring WMS and I have managed to download maps from a WMS to the mobile emulator. However, I have had difficulties with downloading maps for the bounds I specify. Apparently, the WMS I use supports only the Spatial Reference System(SRS) EPSG:32633 and not EPSG:4326, which means that the bounding box must be specified in UTM format and not lat/long. The problem with this is that I currently use lat/long as the format for the coordinates on the mobile phone so some form of conversion must be done.

Leave a Comment