Skip to content

Commit

Permalink
fix(clusterbuster): Update readme and trigger a new deployment (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin-petrescu committed Apr 21, 2020
1 parent 21d2e95 commit 3ffeafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ TileServer({
});
```

See the [express.js example](/example) for a fully functioning server that exposes the above tile server on a REST endpoint. You can see the [TileServerConfig](/types/TileServerConfig.ts) for the initial configuration options, to configure the cache, connection pool, filters, etc..
See the [express.js example](/example) for a fully functioning server that exposes the above tile server on a REST endpoint. You can see the [TileServerConfig](/lib/types/TileServerConfig.ts) for the initial configuration options, to configure the cache, connection pool, filters, etc..

The [TileRequest](/types/TileRequest.ts) defines the per tile request options.
The [TileRequest](/lib/types/TileRequest.ts) defines the per tile request options.

The above example assumes a postgres database with a `public.my_points_table` table matching:

Expand Down

0 comments on commit 3ffeafa

Please sign in to comment.