Skip to content

Commit 8714b14

Browse files
authored
Merge pull request #1990 from joto/fix-area-column-generic-lua
Remove "area" column in generic.lua example
2 parents 60342fa + 4d57e8c commit 8714b14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flex-config/generic.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ tables.lines = osm2pgsql.define_way_table('lines', {
2222
tables.polygons = osm2pgsql.define_area_table('polygons', {
2323
{ column = 'tags', type = 'jsonb' },
2424
{ column = 'geom', type = 'geometry', projection = srid, not_null = true },
25-
{ column = 'area', type = 'area' },
2625
})
2726

2827
tables.routes = osm2pgsql.define_relation_table('routes', {

0 commit comments

Comments
 (0)