|
I was able to successfully setup the Cloudflare integration by following the instructions provided in protomaps docs. I want to replicate this set up in Azure. Do I need to create an Azure function similar to the Cloudflare Worker (provided in the docs) to read the pmtiles files? If yes, is there any sample out there that I can refer to? Or can I just use ol-pmtiles (OpenLayers) JS library in my web app and load the Azure pmtiles blob files directly? |
Replies: 2 comments 6 replies
|
There's an existing PR with a proof of concept here: #197 but I haven't had the chance to dive deeper on this. It would be great to have first-class support for Azure just like with AWS and Cloudflare. please report back on if you make progress here! Yes, you can use ol-pmtiles and load from azure blobs directly via HTTP using the current code; there are some latency + compatibility benefits of using a serverless function though. |
|
Hi Brandon, |
There's an existing PR with a proof of concept here: #197 but I haven't had the chance to dive deeper on this. It would be great to have first-class support for Azure just like with AWS and Cloudflare. please report back on if you make progress here!
Yes, you can use ol-pmtiles and load from azure blobs directly via HTTP using the current code; there are some latency + compatibility benefits of using a serverless function though.