simonw / datasette-tiles

Mapping tile server for Datasette, serving tiles from MBTiles packages
https://datasette.io/plugins/datasette-tiles
7 stars 5 forks source link

Live demo #2

Closed simonw closed 3 years ago

simonw commented 3 years ago

I can use datasette-basemap and my San Francisco demo database.

simonw commented 3 years ago
datasette publish cloudrun San_Francisco.mbtiles \
    --service=datasette-tiles-demo \
    --about=datasette-tiles \
    --about_url=https://github.com/simonw/datasette-tiles \
    --install datasette-basemap \
    --install datasette-tiles
simonw commented 3 years ago

https://datasette-tiles-demo-j7hipcg4aq-uc.a.run.app/-/tiles/basemap - should go live at https://datasette-tiles-demo.datasette.io/ as soon as the certificate is issued (usually takes about 15 minutes).

simonw commented 3 years ago

I'll close this after I publish a successful release with CI deploying the demo.

simonw commented 3 years ago

https://github.com/simonw/datasette-tiles/runs/1818690016?check_suite_focus=true

ERROR: Could not find a version that satisfies the requirement datasette-tiles==0.3
ERROR: No matching distribution found for datasette-tiles==0.3

I'm going to increase the sleep delay.

simonw commented 3 years ago

That worked! The GitHub Actions publish workflow successfully deployed the latest demo when I released 0.4.