Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d8a66d19a8
1 changed files with 3 additions and 0 deletions
|
@ -354,6 +354,9 @@ public class GpxImportHelper {
|
|||
for (GPXUtilities.WptPt p : wptPts) {
|
||||
if (p.category != null) {
|
||||
final FavouritePoint fp = new FavouritePoint(p.lat, p.lon, p.name, p.category);
|
||||
if (p.desc!=null) {
|
||||
fp.setDescription(p.desc);
|
||||
}
|
||||
favourites.add(fp);
|
||||
} else if (p.name != null) {
|
||||
int c;
|
||||
|
|
Loading…
Reference in a new issue