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 48175e9 commit 5eaf961Copy full SHA for 5eaf961
1 file changed
flex-config/gen/forests.lua
@@ -93,7 +93,7 @@ function osm2pgsql.process_way(object)
93
end
94
95
function osm2pgsql.process_relation(object)
96
- if not object.tags.type == 'multipolygon' then
+ if object.tags.type ~= 'multipolygon' then
97
return
98
99
local tags = object.tags
0 commit comments