Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTNmapper ignores HDOP (accuracy empty) #9

Open
clavisound opened this issue Jul 18, 2020 · 1 comment
Open

TTNmapper ignores HDOP (accuracy empty) #9

clavisound opened this issue Jul 18, 2020 · 1 comment

Comments

@clavisound
Copy link

Hello there. Thank you about your great work.

I send this data

“altitude”: 19,
“hdop”: 1,
“latitude”: 40.283418,
“longitude”: 23.187967,
“sats”: 8,

but the accuracy is empty / zero (0.0)
lora-chalkidiki

Thanks

@clavisound
Copy link
Author

clavisound commented Sep 5, 2024

Here it seems everything fine.

if(isset($json_data["hdop"]))

$accuracy = $json_data["hdop"];

Maybe the problem is when displaying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant