Skip to content

Commit 3e11a92

Browse files
committed
Fix SRID setting
1 parent 5ec44a5 commit 3e11a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/themepark.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function themepark:add_table(data)
308308
table.insert(data.columns, {
309309
column = data.geom_column,
310310
type = data.geom_type,
311-
srid = themepark.options.srid,
311+
projection = self.options.srid,
312312
expire = data.expire,
313313
not_null = true
314314
})

0 commit comments

Comments
 (0)