opentechinstitute / bq2geojson

A tool to (relatively) easily convert M-Lab BigQuery data into spatially joined GeoJSON files, then integrate them into a Leaflet-based map.
0 stars 4 forks source link

improve readability and styling of map areas' pop-up windows #30

Closed critzo closed 9 years ago

critzo commented 9 years ago

The current pop-up bubbles show the basic M-Lab data points, but are not formatted for readability. Data points to include in the pop-up:

Additionally, if possible, it would be nice to have:

We should have provider information from piecewise, though it may be incomplete and need to be updated (See: https://github.com/opentechinstitute/piecewise/issues/18), which can be used to list the providers available in a given area (that we know about).

Metrics by provider for a particular shape area and metrics by time of day, either overall (all ISPs) or by ISP, seems like a separate section, perhaps scrolling down in the bubble, or a hidden div that is clicked. Let's investigate whether we have this information already and then add this last bit if we do.

critzo commented 9 years ago

Data by provider is incomplete at best in M-Lab data, so for 8/24 we'll not try to aggregate that data in popups as described above. Instead, we'll add a form element to collect ISP info from users per #41 and #42, and possibly add that data in aggregate to the "city level summary" (see #31) at a later time (after initial launch).

critzo commented 9 years ago

This was addressed in https://github.com/m-lab/bq2geojson/pull/40