Re: [postgis-users] extending sides of parcels to cut/intersect roads before merge

2020-03-31 Thread karsten
So far the closest option I found towards generating geometries in order to cut the unwanted roads ( before merging to the land use it shares the longest boundary with) is using the function . That will generate lines (see dotted red line in graph 4

[postgis-users] extending sides of parcels to cut/intersect roads before merge

2020-03-30 Thread karsten
Hi all, I am working on a PostGIS polygon (parcel) layer where I need to merge adjacent parcels of the same land use.In between the parcels there are roads (that I would want to get rid of) by merging them to the adjacent land use area they share the longest common boundary with. One complicat