Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select ST_Buffer(geom,80)::geometry
- (polygon,26986) As geom from road
- where street = 'hope';
- select *
- from land;
- select parcel, land_type , full_str
- from land
- left join road on ST_Dwithin(land.geom,road.geom, 19.812)
- where road_name = 'hope';
Add Comment
Please, Sign In to add comment