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 b49fdd8 commit 163e3beCopy full SHA for 163e3be
flex-config/unitable.lua
@@ -5,6 +5,9 @@
5
-- inspect = require('inspect')
6
7
-- We define a single table that can take any OSM object and any geometry.
8
+-- OSM nodes are converted to Points, ways to LineStrings and relations
9
+-- to GeometryCollections. If an object would create an invalid geometry
10
+-- it is still added to the table with a NULL geometry.
11
-- XXX expire will currently not work on these tables.
12
local dtable = osm2pgsql.define_table{
13
name = "data",
0 commit comments