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
c8cad595755781f505339b7b906d7b8c0fbe96b0
openlayers
/
lib
/
OpenLayers
/
Geometry
History
bartvde
cca1395fc6
Geometry.Collection does not call parent destructor, so bounds are not reset, r=fredj (
closes
#2688
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@10405
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-16 14:25:15 +00:00
..
Collection.js
Geometry.Collection does not call parent destructor, so bounds are not reset, r=fredj (
closes
#2688
)
2010-06-16 14:25:15 +00:00
Curve.js
Adding methods for getting geodesic measures from geometries. Assuming geometries can be transformed into Geographic/WGS84, getGeodesicLength and getGeodesicArea should return reasonable 'on the ground' metrics. Use getLength and getArea for the planar metrics. r=crschmidt (
closes
#1819
)
2009-04-08 23:12:24 +00:00
LinearRing.js
LinearRing.getCentroid: return null if the geometry has no components. r=pgiraud (
closes
#2530
)
2010-03-19 09:05:12 +00:00
LineString.js
make the point1 and point2 variables local to the getSortedSegments method, no functional change, p=igrcic (
closes
#2217
)
2009-08-05 07:28:08 +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
added support for text labels. This also adds getCentroid methods to all
2009-04-10 16:05:26 +00:00
Polygon.js
Adding methods for getting geodesic measures from geometries. Assuming geometries can be transformed into Geographic/WGS84, getGeodesicLength and getGeodesicArea should return reasonable 'on the ground' metrics. Use getLength and getArea for the planar metrics. r=crschmidt (
closes
#1819
)
2009-04-08 23:12:24 +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