-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 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. |
Beta Was this translation helpful? Give feedback.
-
Hi Brandon, |
Beta Was this translation helpful? Give feedback.
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.