diff --git a/Dockerfile b/Dockerfile index 63d7b8f..416b697 100644 --- a/Dockerfile +++ b/Dockerfile @@ -238,7 +238,7 @@ RUN mkdir -p /cartodb/log && touch /cartodb/log/users_modifications && \ EXPOSE 80 -ENV GDAL_DATA /usr/share/gdal/1.11 +ENV GDAL_DATA /usr/share/gdal/2.2 # Number of seconds between a sync tables task is run # Default interval is an hour, use `docker run -e SYNC_TABLES_INTERVAL=60 ...` to change it diff --git a/config/app_config.yml b/config/app_config.yml index 8e412aa..d1db4e9 100644 --- a/config/app_config.yml +++ b/config/app_config.yml @@ -5,7 +5,7 @@ defaults: &defaults # https: "https.cdn.host" http_client_logs: true ogr2ogr: - binary: 'which ogr2ogr2' + binary: 'which ogr2ogr' csv_guessing: true debug_assets: true mandatory_keys: [layer_opts, sql_api, varnish_management, redis, session_domain]