Etienne Chové a écrit :
> select osm_id, astext(st_transform(way, 4020))
> from planet_osm_roads
> where way && st_transform('SRID=4020;LINESTRING(-5 41,10 51)',900913)
>    and junction = 'roundabout'
>    and ST_OrderingEquals(ST_ForceRHR(way), way)
> ;

En fait la fonction st_ForceRHR proposée par Yann ne s'applique que à 
des polygones :-( il faut donc trouver une autre voie des réflexion.

-- 
Etienne

_______________________________________________
Talk-fr mailing list
Talk-fr@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-fr

Reply via email to