diff --git a/src/api/Controllers/ExportController.cs b/src/api/Controllers/ExportController.cs index 4cd6cb775..e57fb078e 100644 --- a/src/api/Controllers/ExportController.cs +++ b/src/api/Controllers/ExportController.cs @@ -65,7 +65,6 @@ public async Task ExportGeoJsonAsync([FromQuery][MaxLength(MaxPage var boreholes = await context.Boreholes.GetAllWithIncludes().AsNoTracking().Where(borehole => ids.Contains(borehole.Id)).ToListAsync().ConfigureAwait(false); var features = boreholes.Select(borehole => { - var feature = new { type = "Feature",