Using OS ogr2ogr

remotes/origin/no-uploadlimit-63
Stefan Verhoeven 6 years ago
parent c4d37ada9d
commit 0faa6b44e5

@ -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

@ -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]

Loading…
Cancel
Save