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
a10b319413500c5bc69a0fe126fb9404846a7424
openlayers
/
lib
/
OpenLayers
/
Geometry
History
Tim Schaub
a10b319413
Add split method for linestring and multilinestring geometries. Use for splitting one geometry with another. Optionally performs a mutual split. r=ahocevar (
closes
#1929
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@8974
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-03-09 22:19:07 +00:00
..
Collection.js
The getVertices method now returns all points, endpoints only, or all except endpoints. r=crschmidt (
closes
#1966
)
2009-03-03 15:46:00 +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
The getVertices method now returns all points, endpoints only, or all except endpoints. r=crschmidt (
closes
#1966
)
2009-03-03 15:46:00 +00:00
LineString.js
Add split method for linestring and multilinestring geometries. Use for splitting one geometry with another. Optionally performs a mutual split. r=ahocevar (
closes
#1929
)
2009-03-09 22:19:07 +00:00
MultiLineString.js
Add split method for linestring and multilinestring geometries. Use for splitting one geometry with another. Optionally performs a mutual split. r=ahocevar (
closes
#1929
)
2009-03-09 22:19:07 +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
The getVertices method now returns all points, endpoints only, or all except endpoints. r=crschmidt (
closes
#1966
)
2009-03-03 15:46:00 +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