correct introduced bug.

This commit is contained in:
Nicola Jordan 2018-02-13 10:49:40 +01:00 committed by GitHub
parent b942d1e559
commit 74715bff79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ class OSMPoint(SourcePoint):
c = OSMPoint(self.osm_type, self.osm_id, self.version, self.lat, self.lon, self.tags.copy())
c.action = self.action
c.remarks = self.remarks
c.categories = self.categories
c.categories = self.categories.copy()
return c
def is_area(self):