We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60342fa commit 4d57e8cCopy full SHA for 4d57e8c
1 file changed
flex-config/generic.lua
@@ -22,7 +22,6 @@ tables.lines = osm2pgsql.define_way_table('lines', {
22
tables.polygons = osm2pgsql.define_area_table('polygons', {
23
{ column = 'tags', type = 'jsonb' },
24
{ column = 'geom', type = 'geometry', projection = srid, not_null = true },
25
- { column = 'area', type = 'area' },
26
})
27
28
tables.routes = osm2pgsql.define_relation_table('routes', {
0 commit comments