Sunday, 22 March 2015

Build Close Vertex Finder in QGIS


In OpenJump there is a tool called ClosedVertexFinder which you can use to find vertices which are too close to each other.


https://github.com/ssinger/roadmatcher/blob/master/src/com/vividsolutions/jcs/qa/CloseVertexFinder.java


I would like to build a tool like this in QGIS.


Is there something that can already be used in order not to build the tool from scratch or will I have to calculate the distance between all vertices of a layer?




No comments:

Post a Comment