Skip to content

Commit

Permalink
feat(export): GPX export properties in comment by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed May 22, 2020
1 parent 23abbe8 commit 8687d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 8687d53

Please sign in to comment.