Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore correct tile flat nodes
Browse files Browse the repository at this point in the history
pnorman committed Sep 25, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pnorman Paul Norman
1 parent 28a07fc commit 88b93d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/tile/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default[:tile][:database][:cluster] = "14/main"
default[:tile][:database][:postgis] = "3"
default[:tile][:database][:nodes_store] = :flat
default[:tile][:database][:nodes_store] = "/store/database/nodes"
default[:tile][:database][:multi_geometry] = true
default[:tile][:database][:hstore] = true
default[:tile][:database][:style_file] = nil

0 comments on commit 88b93d9

Please sign in to comment.