Skip to content

Commit

Permalink
fix(time-filter): get options from capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Oct 17, 2018
1 parent edee6f2 commit aa359de
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -144,9 +144,9 @@ export class CapabilitiesService {
this.getResolutionFromScale(layer.MinScaleDenominator) || 0,
metadata: {
url: metadata ? metadata.OnlineResource : undefined
},
timeFilter: this.getTimeFilter(layer)
}
}
},
timeFilter: this.getTimeFilter(layer)
});

return ObjectUtils.mergeDeep(options, baseOptions);
Expand Down

0 comments on commit aa359de

Please sign in to comment.