should contain a type in the return of feature

This commit is contained in:
zhutian chen
2017-05-13 01:04:23 +08:00
parent 96ae5a8560
commit 6eae3bf1bd
+1 -1
View File
@@ -5,7 +5,7 @@
export function bbox(topology: any): any;
export function feature(topology: any, o: any): { features: any[]; };
export function feature(topology: any, o: any): { features: any[]; type: string };
export function filter(topology: any, filter: any): any;