also copy categories on OSMPoint
This commit is contained in:
parent
f8376661e9
commit
d72ce2fd96
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +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
|
||||
return c
|
||||
|
||||
def is_area(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue