Use a simplified non-clashing property.
This commit is contained in:
parent
d72ce2fd96
commit
1fc60102f6
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ class OsmConflator:
|
|||
props['tags_changed.{}'.format(k)] = '{} -> {}'.format(v0, v1)
|
||||
props['marker-color'] = MARKER_COLORS[marker_action]
|
||||
if ref and ref.remarks:
|
||||
props['__remarks__'] = ref.remarks
|
||||
props['_remarks'] = ref.remarks
|
||||
return {'type': 'Feature', 'geometry': geometry, 'properties': props}
|
||||
|
||||
max_distance = self.profile.get('max_distance', MAX_DISTANCE)
|
||||
|
|
Loading…
Add table
Reference in a new issue