You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the color of each OSM node/way is derived from a linear interpolation of the colors of the rainbow scale from red to blue. The linear scale has the disadvantage that, for specific distributions of values (for any quality criterion), it might be very difficult to visually appreciate the difference of values. For example, if all the OSM nodes in a specific area have 1 or few revisions and there is only one node having 100 revisions, then all the nodes except this would have almost the same (red) color.
This can be avoided by offering alternative (or additional) color scales, e.g. a logarithmic scale, or a scale based on quantiles of values, or a scale based on "equal counts".
The text was updated successfully, but these errors were encountered:
At the moment, the color of each OSM node/way is derived from a linear interpolation of the colors of the rainbow scale from red to blue. The linear scale has the disadvantage that, for specific distributions of values (for any quality criterion), it might be very difficult to visually appreciate the difference of values. For example, if all the OSM nodes in a specific area have 1 or few revisions and there is only one node having 100 revisions, then all the nodes except this would have almost the same (red) color.
This can be avoided by offering alternative (or additional) color scales, e.g. a logarithmic scale, or a scale based on quantiles of values, or a scale based on "equal counts".
The text was updated successfully, but these errors were encountered: