ConservationMetrics / mapgl-tile-renderer

Headless Node.js Maplibre-GL renderer for generating MBTiles with styled raster tiles.
MIT License
12 stars 3 forks source link

Fix paths for local style assets (fonts and sprites) #43

Closed rudokemper closed 9 months ago

rudokemper commented 9 months ago

Goal

This PR fixes an issue identified in https://github.com/ConservationMetrics/mapgl-tile-renderer/pull/39, where the paths for local sprites and glyphs were incorrectly specified.

What I changed

What I'm not doing here