maplibre-gl-js
maplibre-gl-js copied to clipboard
Raster and symbol layer only
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
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. 😀