Brandon Liu

Results 553 comments of Brandon Liu

Do the requests to the Lambda Function URL (https://AAAA.lambda-url.region-name.on.aws/my_file/0/0/0.mvt) succeed?

@koufopoulosf thanks for looking into the resolution. the JS file is zipped up into a folder, however most web browsers by default automatically unzip the file when you download it....

Our current plan is to eliminate the error-prone manual zip file workflow by inlining the Lambda code in a CloudFormation template - see PR at https://github.com/protomaps/PMTiles/pull/435

If you are using `pmtiles serve` you do not need to load the PMTiles library in your browser, you can access it as a typical Z/X/Y.mvt URL that MapLibre supports...

adding more docs details: https://github.com/protomaps/docs/pull/36/files

Hi, thanks for this library! It's been working well running on AWS for years; I recently migrated some compute-heavy jobs to a different provider however, and am observing some cases...

Yes, it's a leftover, I simply haven't had time to adapt the logic to handle those since it needs to be slightly different from MapLibre.

What is the full URL you are requesting with any query parameters? The logic changed for how it automatically detects if it should treat a string as a PMTiles or...

Does your URL start with `http:` or `https:`?

Can you create a minimal reproduction page?