Add osm2pgsql flat node support via settings.php

This commit is contained in:
Frederik Ramm
2013-05-16 09:03:16 +02:00
parent 7ca4259866
commit 1f2a262ee0
3 changed files with 20 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
@define('CONST_Osm2pgsql_Binary', CONST_BasePath.'/osm2pgsql/osm2pgsql');
@define('CONST_Osmosis_Binary', '/usr/bin/osmosis');
// osm2pgsql settings
@define('CONST_Osm2pgsql_Flatnode_File', null);
// Replication settings
@define('CONST_Replication_Url', 'http://planet.openstreetmap.org/replication/minute');
@define('CONST_Replication_MaxInterval', '3600');