Changes between Initial Version and Version 2 of Ticket #3286
- Timestamp:
- 02/14/17 08:07:13 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3286 – Description
initial v2 1 1 Imported kml files that include elevation data are structured generally as shown below in GRASS (this is an example of a contour line): 2 2 3 {{{ 3 4 east, north: -79.7630759471, 39.0874586371 4 5 DBT@corH: … … 19 20 extrude: -1 20 21 visibility: -1 22 }}} 21 23 22 24 Elevation data is maintained in the Line_height field which is not a recognized attribute, and therefor precludes any further use of these data in GRASS - beyond simple display and labling. 3D analysis, for example, is not possible. The suggested improvement to v.to.db would add Line_height to the list of attributes considered in this module so that the elevation data could become part of the recognized feature attributes and be useful in other modules.