Skip to content

Commit c44fa85

Browse files
committed
Add getTimeFields fn to vector_source
1 parent 6386a0d commit c44fa85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/legacy/plugins/maps/public/layers/sources/vector_source.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ export class AbstractVectorSource extends AbstractSource {
8080
return null;
8181
}
8282

83+
async getTimeFields() {
84+
return [];
85+
}
86+
8387
async getNumberFields() {
8488
return [];
8589
}

0 commit comments

Comments
 (0)