diff --git a/conflate/conflate.py b/conflate/conflate.py index b10ce54..1e73f25 100755 --- a/conflate/conflate.py +++ b/conflate/conflate.py @@ -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)