[OSM-talk] Still interest in an Android POI collector?
Robert (Jamie) Munro
rjmunro at arjam.net
Mon Mar 8 16:54:01 GMT 2010
2010/2/23 Tomáš Tichý <t.tichy at post.cz>:
> On Tue, Feb 23, 2010 at 15:57, John Smith <deltafoxtrot256 at gmail.com> wrote:
>>
>> BTC Mapper is a basic POI collector for both Android and BB, although
>> the BB app is getting more love at present due to commercial
>> pressures.
>>
>
> I have tried BTC mapper and it is almost unusable (doesn´t work
> without GPS signal, can´t place POI to another place than my location,
> weird and uneditable presets).
> Some nice and usable POI / Openstreetbugs collector for Android would
> be appreciated.
The version I have installed (from the android market) generates kml
file tracks that are not valid. It should look like:
<coordinates>
-1.3629001379013062, 51.83917701244354, 148.0
-1.3629001379013062, 51.83907508850098, 138.0
-1.3630181550979614, 51.83890342712402, 139.0
-1.3630342483520508, 51.83881223201752, 144.0
.
.
.
But BTC mapper produces:
<coordinates>
51.83917701244354,
-1.3629001379013062,
148.0,
51.83907508850098,
-1.3629001379013062,
138.0,
51.83890342712402,
-1.3630181550979614,
139.0,
51.83881223201752,
-1.3630342483520508,
144.0,
.
.
.
Note that the lat and lon are the wrong way round, and there is a
comma after the elevation (there shouldn't be). I managed to mangle my
track to the right format, convert to GPX using GPSbabel, and load it
into JOSM to add my work, but the resulting file still won't upload to
OSM because it has no timestamps. It's also missing HDOP, which would
be useful.
Robert (Jamie) Munro
More information about the talk
mailing list