I'm trying to create a points in the middle of polylines. The data is now in the form of shapefile. Is there an easy way to do this? Cheers, Sanna
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.
|
use feature vertices to point in arcmap : Arctoolbox => data management tools => Features => Feature Vertices to point => select mid point type . |
|||
|
|
|
if you have qgis;
.
or
Computes the geometric center of a geometry, or equivalently, the center of mass of the geometry as a POINT. more info it will return you centroid of your line then you can update or set it as new column or anything.
i hope it helps you... |
||||
|
|


Feature Vertices to Pointstool to get the midpoint of a line as stated in this question. You can do this in 10.1 with a trial licence (Advanced). – Arabella Nov 15 '12 at 8:27