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

Improve validations and edge case handling across the flow #19

Closed rudokemper closed 4 months ago

rudokemper commented 4 months ago

With two runtime environments now being supported, we need to improve validations and exceptions catching, with a general concept of failing loudly as soon as anything irrecoverable happens, and logging / writing error messages with a sufficient amount of information about the exception.