D_Guidi wrote: > > > Hello everybody, > > When I call geom.intersects(otherGeom), I don't understand if the > operation > > is made using the feature BBOX or the real geometry. > > How OpenLayers is running this operation? > after a brief look at the code, looks that any "non-trivial" > geomerty > (i.e. Point uses this.equals(other), of course) calls > geometry.segmentsIntersect, that make (or, at least, try to) a real > intersection. >
Thank you Diego to confirm this. Ciao Luca -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Geometry-and-intersections-tp6203374p6203778.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
