ConservationMetrics / mapgl-tile-renderer

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

output should be absolute path #16

Closed luandro closed 4 months ago

luandro commented 4 months ago

Current Buggy or Suspicious Behavior

const outputPath = `outputs/${output}.mbtiles`;

Expected Behavior

const outputPath = output;

rudokemper commented 4 months ago

Thanks! I actually just addressed this in 17, because I needed absolute path for the task worker service.