mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 11:23:48 +00:00
merge add place/business options
Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
@@ -30,8 +30,7 @@ bool Info::IsBookmark() const
|
||||
|
||||
bool Info::ShouldShowAddPlace() const
|
||||
{
|
||||
auto const isPointOrBuilding = IsPointType() || IsBuilding();
|
||||
return !IsTrack() && !(IsFeature() && isPointOrBuilding);
|
||||
return !IsTrack() && !(IsFeature() && IsPointType());
|
||||
}
|
||||
|
||||
void Info::SetFromFeatureType(FeatureType & ft)
|
||||
|
||||
Reference in New Issue
Block a user