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

Add test run of Docker image with command #15

Closed luandro closed 4 months ago

luandro commented 4 months ago

Goal

Do some basic testing using the deployed Docker image, for PR as well as releases.

What I changed

Runs a simple scrapping of tiles up to zoom 10 to check everything is smorking.

What I'm not doing here

Write tests of every command. Ideally should have a basic test suite in NodeJS as well.