Opened 8 years ago
Last modified 7 years ago
#3289 new defect
Setting delete_empty=True register_map_object_list() when using vector map ends up in crashing
Reported by: | lrntct | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.4 |
Component: | Temporal | Version: | 7.2.0 |
Keywords: | stvds register | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
When trying to register a list of VectorDataset objects in a STVDS using register_map_object_list(delete_empty=True), it ends up with the following error:
File "/usr/lib/grass72/etc/python/grass/temporal/register.py", line 480, in register_map_object_list if map_layer.metadata.get_min() is None and \ AttributeError: 'VectorMetadata' object has no attribute 'get_min'
A minimum working example is attached.
Attachments (1)
Change History (6)
by , 8 years ago
Attachment: | register_test.py added |
---|
comment:1 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:2 by , 7 years ago
Milestone: | 7.2.2 → 7.2.3 |
---|
comment:5 by , 7 years ago
Milestone: | → 7.2.4 |
---|
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone closed