I think that it would be very useful to be able to specify the accuracy at which the coordinates where obtained. E.g.
{
"type": "Point",
"coordinates": [ 18.076479, 59.334537, 14.507372 ],
"accuracy": [ 65, 65, 10 ]
}
We would need to decide on which unit to specify the accuracy in. In my example I used meters since that is what the HTML5 Geo API returns, but I'm not sure that it's the best way. Maybe GDOP could be the way to go...
I think that it would be very useful to be able to specify the accuracy at which the coordinates where obtained. E.g.
{ "type": "Point", "coordinates": [ 18.076479, 59.334537, 14.507372 ], "accuracy": [ 65, 65, 10 ] }We would need to decide on which unit to specify the accuracy in. In my example I used meters since that is what the HTML5 Geo API returns, but I'm not sure that it's the best way. Maybe GDOP could be the way to go...