diff --git a/frontend/src/components/Layout/Start/Prediction/EditableGeoJSON.js b/frontend/src/components/Layout/Start/Prediction/EditableGeoJSON.js index 8303aae2..b5eb51fc 100644 --- a/frontend/src/components/Layout/Start/Prediction/EditableGeoJSON.js +++ b/frontend/src/components/Layout/Start/Prediction/EditableGeoJSON.js @@ -83,6 +83,7 @@ function getFeatureStyle(feature) { const EditableGeoJSON = ({ data, + config, setPredictions, mapref, predictionZoomlevel, @@ -191,6 +192,7 @@ const EditableGeoJSON = ({ config: {}, geom: polygon, training: trainingId, + config: config, }; const headers = { diff --git a/frontend/src/components/Layout/Start/Prediction/Prediction.js b/frontend/src/components/Layout/Start/Prediction/Prediction.js index 643590be..27f35bf6 100644 --- a/frontend/src/components/Layout/Start/Prediction/Prediction.js +++ b/frontend/src/components/Layout/Start/Prediction/Prediction.js @@ -572,6 +572,15 @@ const Prediction = () => { {predictions && dataset && (