Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ function process_pois(polygon)
local leisure = valueAcceptedOrNil(poi_leisure_values, Find("leisure"))
local emergency = valueAcceptedOrNil(poi_emergency_values, Find("emergency"))
local highway = valueAcceptedOrNil(poi_highway_values, Find("highway"))
local office = valueAcceptedOrNil(poi_highway_values, Find("office"))
local office = valueAcceptedOrNil(poi_office_values, Find("office"))
if amenity == nil and shop == nil and tourism == nil and historic == nil and leisure == nil and emergency == nil and highway == nil and office == nil then
return false
end
Expand Down