Page MenuHomeFeedback Tracker

Please add "Flat"-search option for selectBestPlaces-command
Reviewed, WishlistPublic

Description

Having ambient parameter for flat areas would help much if searching suitable random location for camp size structures with selectBestPlaces-command.

There is separate isFlatEmpty and findEmptyPosition commands but those are quite clumsy to combine with selectBestPlaces. Would be easier if there would be the flat parameter also for it.

Tried using the hills option, but seems like its only to find high-locations and cant be used to avoid sloped locations.

Details

Legacy ID
463959722
Severity
None
Resolution
Open
Reproducibility
Always
Category
Feature Request
Additional Information

Event Timeline

SaOk edited Steps To Reproduce. (Show Details)May 8 2014, 4:19 PM
SaOk edited Additional Information. (Show Details)
SaOk set Category to Feature Request.
SaOk set Reproducibility to Always.
SaOk set Severity to None.
SaOk set Resolution to Open.
SaOk set Legacy ID to 463959722.May 7 2016, 6:34 PM
Bohemia added a subscriber: AD2001.May 8 2014, 4:19 PM

What about isFlatEmpty?

SaOk added a subscriber: SaOk.May 7 2016, 6:34 PM
SaOk added a comment.May 8 2014, 6:00 PM

It could get heavy to call function that run first selectBestPlaces-search and then check isFlatEmpty for results. But will try that.