presence of tags column
This commit is contained in:
parent
819916d587
commit
d4602f45be
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ if options.osm2pgsqlstyle != "-":
|
|||
line = line.strip().split()
|
||||
if line and line[0][0] != "#":
|
||||
osm2pgsql_avail_keys[line[1]] = tuple(line[0].split(","))
|
||||
osm2pgsql_avail_keys["tegs"] = ("node","way")
|
||||
|
||||
|
||||
def escape_sql_column(name, type="way", asname = False):
|
||||
|
|
Loading…
Add table
Reference in a new issue