PointStatusFix See merge request spatial/postamates!119
@ -72,7 +72,7 @@ class PointService:
category=cat, geometry=wkt, sample_trn=False,
is_vis=True,
matching_status=MatchingStatus.New.name,
status=PointStatus.Pending)
status=PointStatus.Pending.name)
return total, matched, problem
def make_enrichment(self):