Matt DelSordo
Matt DelSordo
It's theoretically possible to use pre-existing vector tiles as a data source and then render that data to a raster tile. I got this sort of working at one point,...
Right now, you can specify VPC settings for your Tilegarden deployment by including info in your `.env` file. However, if you want to make your Tilegarden instance one chunk of...
Currently a user has to clone the git repository in order to integrate Tilegarden into their project. This isn't the _worst_, but could be improved since a user shouldn't have...
Style files reference layers by their "id" property, while the filtering API uses the "name" property. It might ease confusion if the API was updated to use "id" as well,...
Some of those blues could be swapped out for standardized ones: https://branding.azavea.com/
XML build script situation should be tested, but since it relies on reading from file and a lot of bash scripts the whole thing is sort of wonky and has...
Using metatiles would improve performance but may not be feasible due to the statelessness of AWS lambda.
As the degree of repetition in the demo pages increases, it would be a good idea to re-work them using something like Pug.
The IAM role that claudia creates by default lacks permissions to access S3, so even if you publish the instance with credentials that have access to the S3 bucket you...
The AWS services that make up a Tilegarden instance allow for authentication to be required when receiving requests. It would be a good idea to enable this to be turned...