mred
mred copied to clipboard
need a way to control if a project should use device or estimated elevation
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.
the geo-asset has a 'use altitude' boolean which is off by default.
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. :)
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.
"Use estimated ground elevation for user" ?