Skip to content

Commit

Permalink
feat(query): keep wms title
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Jun 13, 2019
1 parent 753cb23 commit 9575f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/geo/src/lib/feature/shared/feature.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export interface FeatureMeta {
id: EntityKey;
title?: string;
mapTitle?: string;
sourceTitle?: string;
order?: number;
alias?: {[key: string]: string};
revision?: number;
Expand Down
1 change: 1 addition & 0 deletions packages/geo/src/lib/query/shared/query.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export class QueryService {
id: uuid(),
title,
mapTitle: title,
sourceTitle: layer.title,
order: 1000 - layer.zIndex
});

Expand Down

0 comments on commit 9575f30

Please sign in to comment.