[OpenLayers-Commits] r1999 - sandbox/vector/lib/OpenLayers
commits at openlayers.org
commits at openlayers.org
Mon Dec 4 08:59:10 EST 2006
Author: pgiraud
Date: 2006-12-04 08:59:09 -0500 (Mon, 04 Dec 2006)
New Revision: 1999
Modified:
sandbox/vector/lib/OpenLayers/Feature.js
Log:
Modified: sandbox/vector/lib/OpenLayers/Feature.js
===================================================================
--- sandbox/vector/lib/OpenLayers/Feature.js 2006-12-04 13:57:06 UTC (rev 1998)
+++ sandbox/vector/lib/OpenLayers/Feature.js 2006-12-04 13:59:09 UTC (rev 1999)
@@ -172,14 +172,11 @@
this.geometry.feature = this;
// composite geometries (multipoints, etc...)
- // TBD perhaps move this elsewhere
if (this.geometry.components) {
for (var i = 0; i < this.geometry.components.length; i++) {
this.geometry.components[i].feature = this;
}
}
-
- // TBD manage polygon (geometry with linearRings)
},
/**
More information about the Commits
mailing list