mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
* Remove TILE_PATH configuration as this makes supporting non-tile paths difficult * create shared/ dir in serverless for common code * linting fixes
Protomaps on Cloudflare
See installation and configuration instructions at Protomaps Docs: Deploy on Cloudflare
Development
Web Console (basic)
Generate the Workers script using npm run build and copy dist/index.js to the editor.
Wrangler (advanced)
The preview_bucket_name value in wrangler.toml should be changed to your bucket used for development.
Run npm run start to serve your Worker at http://localhost:8787. The cache will not be active in development.