digidem / mapeo-map-server

Offline map style and tile server
MIT License
5 stars 2 forks source link

Account for other style-related assets when calculating storage space occupied #69

Open achou11 opened 2 years ago

achou11 commented 2 years ago

The response for the GET /styles endpoint includes a field - bytesStored - that indicates the amount of storage the style occupies. At the moment, this only accounts for the tiles that the style references, but it should also include any offline glyphs and sprites that the style references.