Skip to content

Commit

Permalink
updating warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed May 28, 2019
1 parent e667eb0 commit 9aaeac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/FeatureLayer/FeatureManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export var FeatureManager = VirtualGrid.extend({
} else if (this._timeIndex) {
search = this._timeIndex.between(start, end);
} else {
warn('You must set a timeField to manipulate the start and end time filter.');
warn('You must set timeField in the layer constructor in order to manipulate the start and end time filter.');
return [];
}

Expand Down

0 comments on commit 9aaeac1

Please sign in to comment.