opentransportro / transit-ui

Transit UI
Other
0 stars 0 forks source link

Add support for native map-gl vector tiles #48

Open vesavlad opened 4 years ago

vesavlad commented 4 years ago

A good candidate would be https://visgl.github.io/react-map-gl/docs/api-reference/source

Difference between vector tiles and raster tiles is that the vector tiles can contain allot more data and consume allot more traffic payload.

Performance between the rendering engines is incomparable because the one rendering vector tiles uses web-gl (the actual 3d engine of the computer) to render the data which is more performant in comparison to current rendering engine.

Affected classes / components:

vesavlad commented 4 years ago

initial integration of webgl layer for leaflet done