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.
2 parents 27d525b + b3109d9 commit 46bb159Copy full SHA for 46bb159
flex-config/bbox.lua
@@ -82,7 +82,7 @@ end
82
-- Format the bounding box we get from calling get_bbox() on the parameter
83
-- in the way needed for the PostgreSQL/PostGIS box2d type.
84
local function format_bbox(object)
85
- local xmin, ymin, xmax, ymax = object.get_bbox()
+ local xmin, ymin, xmax, ymax = object:get_bbox()
86
if xmin == nil then
87
return nil
88
end
0 commit comments