Opened 10 years ago
Closed 6 years ago
#2508 closed defect (wontfix)
Vect_open_old2 cannot recognize mapset='ogr'
Reported by: | artegion | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.7 |
Component: | LibVector | Version: | unspecified |
Keywords: | ogr | Cc: | |
CPU: | All | Platform: | All |
Description
while manual says:
Parameters
[out] Map pointer to Map_info structure
name name of vector map to open (datasource for direct OGR access)
mapset mapset name ("" for search path, "OGR" for direct OGR access)
layer layer name (OGR layer for direct OGR access)
calling Vect_open_old2 with
name='some_datasource', mapset='OGR', layer='some_layer_name'
does not work
It works only with
name='some_datasource@OGR',layer='some_layer_name'
Change History (5)
comment:1 by , 10 years ago
Keywords: | ogr added |
---|---|
Milestone: | 6.4.5 → 7.0.0 |
comment:2 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:3 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:4 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:5 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
No activity.