ConnectedHumber / Air-Quality-Web

The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.
https://sensors.connectedhumber.org/
Mozilla Public License 2.0
9 stars 4 forks source link

Default Heat Blob Radius too large #4

Closed leftcase closed 5 years ago

leftcase commented 5 years ago

The default heat blob radius is rather large and (to a user without knowledge of the project) could indicate that the air quality of an extremely large area is being measured. When other sensors are added to the map, it may also create lots of clutter and overlap. Is it worth reducing the default heat blob radius to something smaller like 0.002?

sbrl commented 5 years ago

Yeah, we can reduce the default heat blob size. However, I've got it set to a large value to start with, as if 2 blobs are next to each other, they merge nicely to create a proper heatmap - they don't overlap.

Personally, I'd suggest that we keep the current size for now until we get more sensors - and then we can reduce the default size later (it's only a 1-line change!).

What do you think?

leftcase commented 5 years ago

Sounds sensible. As we get more nodes online we can reduce the size :-)

sbrl commented 5 years ago

I'll close this for now - and I'll patch as necessary when we get more nodes.