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
dd70dceef9448958f430cb611c1baf6ff8a71f2e
openlayers
/
lib
/
OpenLayers
/
Geometry
History
crschmidt
5cc2445a6a
geometry.resize returns obj for chaining. r=tschaub, (
Closes
#1931
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@8840
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-02-05 22:28:22 +00:00
..
Collection.js
geometry.resize returns obj for chaining. r=tschaub, (
Closes
#1931
)
2009-02-05 22:28:22 +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
geometry.resize returns obj for chaining. r=tschaub, (
Closes
#1931
)
2009-02-05 22:28:22 +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
geometry.resize returns obj for chaining. r=tschaub, (
Closes
#1931
)
2009-02-05 22:28:22 +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