docs icon indicating copy to clipboard operation
docs copied to clipboard

Technical documentation for the Protomaps system

Results 7 docs issues
Sort by recently updated
recently updated
newest added

- Add Supabase Storage as recommended cloud storage. - Add proxy through Supabase Edge Functions Example.

Name is now `worker.js` * unminify code

@nvkelso https://tilezen.readthedocs.io/en/latest/layers/

@thorwebdev I am wondering if this actually works: ```js const ALLOWED_ORIGINS = ["http://localhost:3000"]; const corsHeaders = { "Access-Control-Allow-Origin": ALLOWED_ORIGINS.join(","), }; ... return new Response("ok", { headers: corsHeaders }); ``` From...

https://github.com/protomaps/docs/blob/9206bd29636f4c25b54ebee791877bda2f9a58a9/pmtiles/maplibre.md?plain=1#L12 Should be https://maplibre.org/maplibre-gl-js/docs/API/functions/addProtocol/

I added a docs page that would have been helpful for me when integrating pmtiles into a react native app. Two things that required digging for me that I thought...

The current Azure container deployment docs use Service Connectors to authorize Container App access to Blob Storage. ``` Support for Service Connector (Preview) on Azure Container Apps will end on...