Skip to content

Commit

Permalink
Change example configration compress parameter to "gzip"
Browse files Browse the repository at this point in the history
When I tried to run "compress": true, I got below error.
"compress" should be any of "gzip","deflate","none" in JSON file.
  • Loading branch information
masaishi committed Oct 20, 2023
1 parent 82ba6af commit 2c66307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A typical config file would look like this:
"maxzoom": 14,
"basezoom": 14,
"include_ids": false,
"compress": true,
"compress": "gzip",
"name": "Tilemaker example",
"version": "0.1",
"description": "Sample vector tiles for tilemaker"
Expand Down

0 comments on commit 2c66307

Please sign in to comment.