From 18ff968b12f9c514ccc1e556888e316440ea5ed4 Mon Sep 17 00:00:00 2001 From: stirringhalo Date: Wed, 21 Dec 2016 22:34:32 -0500 Subject: [PATCH] Move import-natural-earth to v1.2 defaults to geometry column. In tandem with https://github.com/openmaptiles/openmaptiles/pull/104, https://github.com/openmaptiles/openmaptiles-tools/pull/9 and https://github.com/openmaptiles/import-natural-earth --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 17b66d4..1c21b4a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - "5432" env_file: .env import-natural-earth: - image: "openmaptiles/import-natural-earth:1.1" + image: "openmaptiles/import-natural-earth:1.2" env_file: .env links: - postgres