Skip to content

Commit

Permalink
Document static map removal
Browse files Browse the repository at this point in the history
Tessera is a tile server, not a tile renderer (although it can do that),
so while static map generation is convenient, it's not core
functionality.

Refs #86
  • Loading branch information
mojodna committed Nov 21, 2018
1 parent 9e3c0d0 commit 404d63d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## v0.14.0 - 11/21/18

* Remove static map generation to simplify dependencies.

## v0.13.1 - 9/4/18

* Always claim `xyz` scheme (sources that are internally `tms` will be translated).
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ _Note_: If you want to be able to preview vector tiles (MVT/PBF), you need these
npm install -g tilelive-vector tilelive-xray
```

_Note_: If you want to render static maps from an endpoint, you'll need to use
`~0.13.1`, as static map functionality was removed in `v0.14.0` to simplify
dependencies (see [#86](https://github.com/mojodna/tessera/issues/86) for more
context).

To serve up a [TileMill](https://www.mapbox.com/tilemill/) (or
[Carto](https://github.com/mapbox/carto)) project using
[tilelive-carto](https://github.com/mojodna/tilelive-carto):
Expand Down

0 comments on commit 404d63d

Please sign in to comment.