Having a points shapefile with z values, how do I keep in the geometry only the x,y values? I also want to move the z values to a newly created double field.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
What about exporting with appended Lat/Lon (Vector -> Geometry-Tools -> Export/Append Geometry Columns), saving as new file ? If the function is implemented 3D (sorry, I've no idea if) this should give you the required result. To make shure the z is dropped, you might export the result as CSV, edit and again load as new layer. |
|||||
|
