0
votes
0answers
74 views

How to insert vertex in polyline layer where we have a point in a point layer

I have a polyline layer and a point layer. Some of the points are on the polylines, but the polylines do not have vertex in these points. How can i insert vertex there ?
4
votes
1answer
197 views

adding multiple points to a linestring in PostGIS

Though a newbie to PostGIS, I'm having trouble solving something that I think should be farily straightforward. I have two linestring tables, both consisting of simple, 2-node line objects: one has ...
2
votes
0answers
339 views

cant find point/polygon intersect using qgis (windows only)

below i describe the method i am using. i have 2 machines: 1 ubuntu linux, qgis 1.4 - intersection works 2 WIN xp, qgis 1.8 - intersection dows not work hopefully, someone will ...
2
votes
1answer
1k views

Create point in intersections of two layers

I have two layers. One of them is 'Road_line' and another one is 'forest_shape'. I want to create a point layer that has points in intersection of that layers. I couldn't find any tools for it. Could ...