From 2782184b7769bcdb98288b36183e980840c7ce3a Mon Sep 17 00:00:00 2001 From: Alvaro Huarte Date: Tue, 24 Jan 2023 01:00:51 +0100 Subject: [PATCH] PipelineManager knows nothing of CRS's --- geodataflow/core/geodataflow/pipeline/pipelinemanager.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/geodataflow/core/geodataflow/pipeline/pipelinemanager.py b/geodataflow/core/geodataflow/pipeline/pipelinemanager.py index fa78ed9..ba2dbb6 100644 --- a/geodataflow/core/geodataflow/pipeline/pipelinemanager.py +++ b/geodataflow/core/geodataflow/pipeline/pipelinemanager.py @@ -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