fix blank
This commit is contained in:
parent
98cefd17b6
commit
6a7943195f
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ public class GeoIntentActivity extends OsmandListActivity {
|
|||
((Amenity) point).setType(getMyApplication().getPoiTypes().getUserDefinedCategory());
|
||||
((Amenity) point).setSubType("");
|
||||
point.setLocation(lat, lon);
|
||||
point.setName("Lat: " + lat + ", Lon:" + lon);
|
||||
point.setName("Lat: " + lat + ", Lon: " + lon);
|
||||
return point;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue