radiocells-scanner-android icon indicating copy to clipboard operation
radiocells-scanner-android copied to clipboard

website: per-cell outline could convey much more information

Open gdt opened this issue 9 years ago • 2 comments
trafficstars

On radiocells.org, each cell is a marker, and clicking it shows a polygon which is the bounding box of observations. It would be far more useful to show a dot for each observation, and to color code them as follows, with signal strengths >= the first value using the given color.

  • -60 purple
  • -70 blue
  • -80 green
  • -90 yellow
  • -100 orange
  • -110 red
  • other dark red

Additionally, it would be really nice to be able to close this by clicking again, and to have opening some other cell to close the others.

gdt avatar Apr 30 '16 23:04 gdt

That's definitely on the never-ending todo list ;-)

Behind the scenes, we're already saving the cell strenght for each point within the polygons. Technically we store x/y coordinates and store the cell strength in z-dimension ('height above ground')

What we currently lack is a proper visualization technique. As this is sort of a heatmap topic, I was considering https://github.com/Leaflet/Leaflet.heat (see their demos)

wish7code avatar May 01 '16 20:05 wish7code

Also, it would really help if the cell markers themselves had some sort of indication of number of measurements. A marker with 2 measurements is useful for knowing that a cell exists, but it's not that useful for locating it (on a map view; it still helps for rough geolocation).

gdt avatar May 05 '16 13:05 gdt