siiruli / bussit-flutter

A routing app for the HSL area
4 stars 0 forks source link

Vector maps #2

Open siiruli opened 1 year ago

siiruli commented 1 year ago

Maps are slow and have low quality when zooming. It's not easy to show stops and lines on the map like in the HSL app.

Use vector maps instead of the current tile map.

ollpu commented 1 year ago

There is the vector_map_tiles package, but it is also quite slow and doesn't support geojson or special layers like symbols, circles and lines. We could look into mapbox_gl instead.

The style generation script https://github.com/HSLdevcom/hsl-map-style only works with Javascript. Is it enough to pregenerate it? Can the individual layers be toggled separately?