maplibre-gl-js icon indicating copy to clipboard operation
maplibre-gl-js copied to clipboard

Raster and symbol layer only

Open wipfli opened this issue 1 year ago • 1 comments

Sometimes I think it would be sufficient to just have support for raster tiles with vector symbols on them. This is for example what the booking.com app or the iOverlander app does on Android with the google maps toolkit.

I would like to make a MapLibre GL JS build which only supports these two layer types, i.e., raster and symbol, and do some measurements afterwards.

Interesting could be:

  • Page load time
  • Bundle size
  • Resource usage on low end devices

wipfli avatar Feb 16 '24 10:02 wipfli

While I understand the value here, I think it might prove problematic to try and extract things out of this library. Having said that, everything is possible. 😀

HarelM avatar Feb 16 '24 11:02 HarelM