ShapeFile with Z Co-ordinates
Posted
by
ace_mccloud
on Stack Overflow
See other posts from Stack Overflow
or by ace_mccloud
Published on 2013-10-22T21:52:20Z
Indexed on
2013/10/22
21:53 UTC
Read the original article
Hit count: 173
I have 3 shapefiles, two of them wihtout the Z Co-ordinates elevation but 1 of them has a Z co-ordinate elevation. I can load two ShapeFiles into my SQL Server Database which does not have Z Co-ordinates. But I am having issue loading the Z Co-ordinate file into the database.
I have been reading different forums and got a suggestion that I need to trim the Z coordinates(chnage 3D to 2D) to load into the database. I was just wondering how can I achieve this? Can anyone suggest free tools or any method to do the same?
Cheers, Rushir
© Stack Overflow or respective owner