mred icon indicating copy to clipboard operation
mred copied to clipboard

need a way to control if a project should use device or estimated elevation

Open blairmacintyre opened this issue 6 years ago • 4 comments

A project that is outside, and where the user is walking on the ground, should probably use the estimated elevation instead of device reported elevation.

A project that is not on the ground (e.g., takes place on a roof patio) would probably want to use the gps.

For now, we'll always use estimated.

blairmacintyre avatar May 15 '19 13:05 blairmacintyre

the geo-asset has a 'use altitude' boolean which is off by default.

joshmarinacci avatar May 15 '19 16:05 joshmarinacci

That's per geo node; I'm referring to a project-wide setting. Should probably put it as an option on the project itself. The function call takes a boolean, so it's pretty simple mapping. :)

blairmacintyre avatar May 15 '19 18:05 blairmacintyre

I can add a Boolean to the project. What should it be called?

Sent from planet Earth

On May 15, 2019, at 11:44 AM, Blair MacIntyre [email protected] wrote:

That's per geo node; I'm referring to a project-wide setting. Should probably put it as an option on the project itself. The function call takes a boolean, so it's pretty simple mapping. :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

joshmarinacci avatar May 15 '19 22:05 joshmarinacci

"Use estimated ground elevation for user" ?

blairmacintyre avatar May 15 '19 23:05 blairmacintyre