diff --git a/packages/geo/src/lib/import-export/shared/export.service.ts b/packages/geo/src/lib/import-export/shared/export.service.ts index 9d6df56cec..76b2b54351 100644 --- a/packages/geo/src/lib/import-export/shared/export.service.ts +++ b/packages/geo/src/lib/import-export/shared/export.service.ts @@ -29,7 +29,7 @@ export class ExportService { static noOgreFallbacks = ['GML', 'GPX', 'KML']; private ogreUrl: string; - private aggregateInComment: boolean = false; + private aggregateInComment: boolean = true; constructor(private config: ConfigService) { this.ogreUrl = this.config.getConfig('importExport.url');