Query traces don't show any information about whether a given node should have had the data, according to its radius at the time of the trace.
How was this fixed?
A lookup is done to find in census data the radius for each node closest to the time at which the trace took place. This information is encoded within the QueryTrace object, and then visualized client-side.
Implements #161
What was wrong?
Query traces don't show any information about whether a given node should have had the data, according to its radius at the time of the trace.
How was this fixed? A lookup is done to find in census data the radius for each node closest to the time at which the trace took place. This information is encoded within the
QueryTrace
object, and then visualized client-side.