Matt DelSordo

Results 18 issues of 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,...

enhancement

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...

enhancement
high priority

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...

enhancement

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,...

bug

Some of those blues could be swapped out for standardized ones: https://branding.azavea.com/

enhancement

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...

bug

Using metatiles would improve performance but may not be feasible due to the statelessness of AWS lambda.

performance

As the degree of repetition in the demo pages increases, it would be a good idea to re-work them using something like Pug.

enhancement

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...

enhancement

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...

enhancement