Using OS ogr2ogr
This commit is contained in:
parent
c4d37ada9d
commit
0faa6b44e5
@ -238,7 +238,7 @@ RUN mkdir -p /cartodb/log && touch /cartodb/log/users_modifications && \
|
|||||||
|
|
||||||
EXPOSE 80
|
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
|
# 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
|
# 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"
|
# https: "https.cdn.host"
|
||||||
http_client_logs: true
|
http_client_logs: true
|
||||||
ogr2ogr:
|
ogr2ogr:
|
||||||
binary: 'which ogr2ogr2'
|
binary: 'which ogr2ogr'
|
||||||
csv_guessing: true
|
csv_guessing: true
|
||||||
debug_assets: true
|
debug_assets: true
|
||||||
mandatory_keys: [layer_opts, sql_api, varnish_management, redis, session_domain]
|
mandatory_keys: [layer_opts, sql_api, varnish_management, redis, session_domain]
|
||||||
|
Loading…
Reference in New Issue
Block a user