Skip to content

Commit

Permalink
PipelineManager knows nothing of CRS's
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuarte47 committed Jan 24, 2023
1 parent db82cef commit 2782184
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions geodataflow/core/geodataflow/pipeline/pipelinemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,6 @@ def result(self):
else:
data = {
'type': 'FeatureCollection',
'crs': {
'type': 'name',
'properties': {'name': 'EPSG:' + str(self.schema_def.srid)}
},
'features': self.features
}
return data
Expand Down

0 comments on commit 2782184

Please sign in to comment.