Skip to content

Releases: simonw/datasette-tiles

0.6.1

11 Feb 00:40
Compare
Choose a tag to compare
  • Fixed bug introduced in 0.6 which caused the non-JavaScript tile explorer to display incorrectly. #22

0.6

11 Feb 00:25
Compare
Choose a tag to compare
0.6

This release breaks backwards compatibility if you are using this as a tile server. Map tiles served by /-/tiles/... now use the OpenStreetMap coordinate system, where y=0 references the upper-most tile on the map. If you wish to continue using the TMS coordinate system you should switch to /-/tiles-tms/... instead. See Tile coordinate systems for more details.

  • Support both OSM and TMS coordinate systems, use OSM by default. #15
  • Hide non-JavaScript map as soon as the JavaScript loads in the tile explorer. #21

0.5

04 Feb 18:16
Compare
Choose a tag to compare
0.5

0.4

03 Feb 22:24
Compare
Choose a tag to compare
0.4
  • New /-/tiles-stack mechanism for serving tiles from multiple databases. #8
  • "tiles-stack-order" plugin setting, for controlling the order in which tiles are served from the stack.
  • Tile explorer page now also displays metadata for that tile database. #7
  • Tile explorer uses name from metadata if it is available, and provides links to the database and table pages.
  • Tile 404s are now served as blank PNGs. #9
  • Renamed templates from mbtiles_*.html to tiles_*.html. #10

0.3

02 Feb 23:41
Compare
Choose a tag to compare
0.3
  • Attribution is now shown on the tile explorer page if it is included in the metadata table. #6

0.2

02 Feb 19:54
Compare
Choose a tag to compare
0.2
  • Table and database action menu items linking to the tile explorer. #4

0.1.1

02 Feb 07:05
Compare
Choose a tag to compare
  • Improved README and live demo. #2

0.1

02 Feb 06:47
Compare
Choose a tag to compare
0.1
  • Initial working version, with tile serving and tile explorer. #1