Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Feb 1, 2024
1 parent 0f10d4f commit 5ad4994
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
This tool solves perfectly the use cases, when you want to publish multiple map application using multiple versatiles tile sources in Google Cloud.
E.g. for data journalists, academia, ...

> [!WARNING]
> \[!WARNING]
> It is strongly recommended:
> - always use a CDN in front of this server and
> - not to modify/overwrite existing files in the bucket, as this could result in corrupted data being delivered!
>
> * always use a CDN in front of this server and
> * not to modify/overwrite existing files in the bucket, as this could result in corrupted data being delivered!
## Outline:

Expand All @@ -35,11 +36,13 @@ CMD npx versatiles-google-cloud -b "$BASE_URL" "$BUCKET_NAME"
## Test locally

Install `@versatiles/google-cloud` on your machine:

```bash
npm install -g @versatiles/google-cloud
```

Start the server (edit the path to point to your local folder):

```bash
npm run start -f -l local/data/
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versatiles/google-cloud",
"version": "0.2.2",
"version": "0.2.3",
"description": "A server for VersaTiles in Google Cloud Run",
"bin": {
"versatiles-google-cloud": "dist/index.js"
Expand Down

0 comments on commit 5ad4994

Please sign in to comment.