Skip to content
Permalink
Browse files
Update odin to postgres 12, postgis 3 and carto 5.0.0
  • Loading branch information
tomhughes committed Mar 27, 2020
1 parent 7d7c049 commit 540e3bfef3a066bc85cb5ecf8d7ed1e2a88777fe
Showing 1 changed file with 3 additions and 2 deletions.
@@ -47,11 +47,12 @@
},
:tile => {
:database => {
:cluster => "10/main",
:postgis => "2.4"
:cluster => "12/main",
:postgis => "3"
},
:styles => {
:default => {
:revision => "v5.0.0",
:tile_directories => [
{ :name => "/store/tiles/default", :min_zoom => 0, :max_zoom => 19 }
]

0 comments on commit 540e3bf

Please sign in to comment.