add line | add circle | zoom | selectable geometry | geometry define entities type
This commit is contained in:
@@ -15,6 +15,8 @@ export type FeatureProperties = {
|
||||
id: string | number;
|
||||
time_start?: number | null;
|
||||
time_end?: number | null;
|
||||
binding?: string[];
|
||||
line_mode?: string | null;
|
||||
entity_id?: string | null;
|
||||
entity_ids?: string[];
|
||||
entity_name?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user