Skip to content

Commit

Permalink
Restore correct tile flat nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Sep 25, 2024
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.