Use a simplified non-clashing property.

This commit is contained in:
Nicola Jordan 2018-02-13 10:35:03 +01:00 committed by GitHub
parent d72ce2fd96
commit 1fc60102f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)