Return the marker from the createMarker function.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@418 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-27 02:12:33 +00:00
parent 90c4baa09b
commit 43875e80af

View File

@@ -74,6 +74,7 @@ OpenLayers.Feature.prototype= {
this.marker = new OpenLayers.Marker(this.lonlat,
this.icon);
}
return this.marker;
},
/**