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
930adf45c0534e55245c005e9615b65006da26bb
openlayers
/
tests
/
Geometry
History
Tim Schaub
9e73bd82d7
The getVertices method now returns all points, endpoints only, or all except endpoints. r=crschmidt (
closes
#1966
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@8945
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-03-03 15:46:00 +00:00
..
Collection.html
Clear bounds of geometries when reprojecting. Patch wwork by myself, tschaub,
2008-08-28 18:41:00 +00:00
Curve.html
fix up tests, remove _01_. (
Closes
#1387
)
2008-03-31 05:31:28 +00:00
LinearRing.html
fix up tests, remove _01_. (
Closes
#1387
)
2008-03-31 05:31:28 +00:00
LineString.html
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
MultiLineString.html
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
MultiPoint.html
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
MultiPolygon.html
fix up tests, remove _01_. (
Closes
#1387
)
2008-03-31 05:31:28 +00:00
Point.html
Adding getVertices method to all geometries. Call with nodesOnly true if you only want endpoints (of lines and multilines). r=crschmidt (
closes
#1192
)
2009-02-05 22:49:03 +00:00
Polygon.html
Adding getVertices method to all geometries. Call with nodesOnly true if you only want endpoints (of lines and multilines). r=crschmidt (
closes
#1192
)
2009-02-05 22:49:03 +00:00
Rectangle.html
fix up tests, remove _01_. (
Closes
#1387
)
2008-03-31 05:31:28 +00:00
Surface.html
fix up tests, remove _01_. (
Closes
#1387
)
2008-03-31 05:31:28 +00:00