merging with upstream
This commit is contained in:
@@ -68,7 +68,7 @@ class ProjectPresenter(object):
|
||||
# origin = self.find_origin(building)
|
||||
for point in building:
|
||||
point.x = point.x * spacing_x
|
||||
point.y = abs((point.y * spacing_y - max_y))
|
||||
point.y = abs((point.y * spacing_y) - max_y)
|
||||
presentable_building.append(point.__dict__)
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user