4 def osm2pgsql_options(temp_db):
5 """ A standard set of options for osm2pgsql.
7 return dict(osm2pgsql='echo',
9 osm2pgsql_style='style.file',
11 dsn='dbname=' + temp_db,
13 tablespaces=dict(slim_data='', slim_index='',
14 main_data='', main_index=''))