Ticket #550 (closed defect: fixed)
v.to.3d: column name case sensitive
| Reported by: | hamish | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | minor | Milestone: | 6.4.0 |
| Component: | Vector | Version: | svn-develbranch6 |
| Keywords: | v.to.3d | Cc: | |
| Platform: | Linux | CPU: | x86-32 |
Description
Hi,
just had need to use v.to.3d for the first time. It's nice!
minor issue: the imported shapefile created columns named as:
INTEGER|cat DOUBLE PRECISION|EASTING DOUBLE PRECISION|NORTHING DOUBLE PRECISION|ELEVATION
(using dbf driver)
I tried to use 'v.to.3d column=elevation' but it exited with the message:
ERROR: Column <elevation> not found in table <bathymetry_point>
It needed to see 'column=ELEVATION'. G_strcasecmp() or tolower() needed?
also that failure left an empty map behind.
thanks, Hamish
Change History
Note: See
TracTickets for help on using
tickets.
