Код: Выделить всё
Select ST_intersection(Transform(osm_polygon.way,4326),bounds.the_geom) from osm_polygon,bounds where bounds.na2_descri='Russia';
NOTICE: TopologyException: found non-noded intersection between -179.991 65.8636, -179.988 65.8641 and -179.749 65.8638, -179.998 65.8638 -179.99 65.8638
ERROR: GEOS Intersection() threw an error!
Может кто сталкивался с подобным?