Skip to content

Commit

Permalink
fixed sparqlify docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Feb 20, 2019
1 parent b6c1a05 commit 5e2e5b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 43 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -26,3 +26,5 @@ linkedgeodata-trash
links.nt
limes.log
review.nt

.env
39 changes: 0 additions & 39 deletions linkedgeodata-docker/.env

This file was deleted.

5 changes: 4 additions & 1 deletion linkedgeodata-docker/env.dist
Expand Up @@ -29,7 +29,10 @@ OSM_DATA_SYNC_URL=http://download.geofabrik.de/europe/monaco-updates/
OSM_DATA_SYNC_CRUNCH_INTERVAL=86400


SPARQLIFY_OPTS=""
# If there are no options for Sparqlify, LEAVE the value BLANK:
# OK: SPARQLIFY_OPTS=
# BAD (will cause an error about resource "" not found): SPARQLIFY_OPTS=""
SPARQLIFY_OPTS=
#SPARQLIFY_OPTS=-t 180 -n 50000


Expand Down
6 changes: 3 additions & 3 deletions linkedgeodata-docker/lgd-nominatim-sync/setup-patched.php
Expand Up @@ -160,9 +160,9 @@
{
echo "WARNING: external UK postcode table not found.\n";
}
// pgsqlRunScriptFile(CONST_BasePath.'/data/us_statecounty.sql');
// pgsqlRunScriptFile(CONST_BasePath.'/data/us_state.sql');
// pgsqlRunScriptFile(CONST_BasePath.'/data/us_postcode.sql');
pgsqlRunScriptFile(CONST_BasePath.'/data/us_statecounty.sql');
pgsqlRunScriptFile(CONST_BasePath.'/data/us_state.sql');
pgsqlRunScriptFile(CONST_BasePath.'/data/us_postcode.sql');

if ($aCMDResult['no-partitions'])
{
Expand Down

0 comments on commit 5e2e5b3

Please sign in to comment.