**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](https://github.com/simonw/datasette-tiles/blob/0.6/README.md#tile-coordinate-systems) for more details.
- Support both OSM and TMS coordinate systems, use OSM by default. [15](https://github.com/simonw/datasette-tiles/issues/15)
- Hide non-JavaScript map as soon as the JavaScript loads in the tile explorer. [21](https://github.com/simonw/datasette-tiles/issues/21)