This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
3274491b959d255f803fad20f5fa732c1a24fdf4
openlayers
/
lib
/
OpenLayers
/
Geometry
History
Tim Schaub
3274491b95
Adding distanceTo method to all geometry types. This calculates the shortest distance between any two geometries. For geometries that are entirely contained within polygons, the distance returned will be the distance to the nearest edge. Set the edge option to false to return 0 in cases where one geometry contains another. Details about the distance calculation can be returned by setting the details option true. Details include information about endpoints of the shortest segment between the two geometries. r=ahocevar (
closes
#1907
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@8836
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-02-05 17:43:34 +00:00
..
Collection.js
Adding distanceTo method to all geometry types. This calculates the shortest distance between any two geometries. For geometries that are entirely contained within polygons, the distance returned will be the distance to the nearest edge. Set the edge option to false to return 0 in cases where one geometry contains another. Details about the distance calculation can be returned by setting the details option true. Details include information about endpoints of the shortest segment between the two geometries. r=ahocevar (
closes
#1907
)
2009-02-05 17:43:34 +00:00
Curve.js
Caching array length instead of accessing it with each iteration. r=crschmidt (
closes
#1636
)
2008-07-31 04:44:25 +00:00
LinearRing.js
Clear bounds of geometries when reprojecting. Patch wwork by myself, tschaub,
2008-08-28 18:41:00 +00:00
LineString.js
Adding distanceTo method to all geometry types. This calculates the shortest distance between any two geometries. For geometries that are entirely contained within polygons, the distance returned will be the distance to the nearest edge. Set the edge option to false to return 0 in cases where one geometry contains another. Details about the distance calculation can be returned by setting the details option true. Details include information about endpoints of the shortest segment between the two geometries. r=ahocevar (
closes
#1907
)
2009-02-05 17:43:34 +00:00
MultiLineString.js
Adding more explicit requires directives.
2008-11-11 20:48:26 +00:00
MultiPoint.js
Adding more explicit requires directives.
2008-11-11 20:48:26 +00:00
MultiPolygon.js
Adding more explicit requires directives.
2008-11-11 20:48:26 +00:00
Point.js
Adding distanceTo method to all geometry types. This calculates the shortest distance between any two geometries. For geometries that are entirely contained within polygons, the distance returned will be the distance to the nearest edge. Set the edge option to false to return 0 in cases where one geometry contains another. Details about the distance calculation can be returned by setting the details option true. Details include information about endpoints of the shortest segment between the two geometries. r=ahocevar (
closes
#1907
)
2009-02-05 17:43:34 +00:00
Polygon.js
Adding distanceTo method to all geometry types. This calculates the shortest distance between any two geometries. For geometries that are entirely contained within polygons, the distance returned will be the distance to the nearest edge. Set the edge option to false to return 0 in cases where one geometry contains another. Details about the distance calculation can be returned by setting the details option true. Details include information about endpoints of the shortest segment between the two geometries. r=ahocevar (
closes
#1907
)
2009-02-05 17:43:34 +00:00
Rectangle.js
Add more docs to rectangle
2008-03-06 15:02:30 +00:00
Surface.js
Fixing links in documentation. Other Natural Docs changes. (
closes
#1504
)
2008-04-09 16:52:08 +00:00