open-public-transport / open-public-transport-frontend

Web app for Open Public Transport
GNU Affero General Public License v3.0
2 stars 2 forks source link

Use logarithmic scale for hexagon color ramp #33

Closed florianschwanz closed 2 years ago

florianschwanz commented 2 years ago

Instead of a linear mapping for hexagon colors use a logarithmic scale. See https://github.com/open-public-transport/open-public-transport-frontend/blob/main/src/app/ui/map/map/map.component.ts#L743

florianschwanz commented 2 years ago