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:
@@ -74,6 +74,7 @@ OpenLayers.Feature.prototype= {
|
|||||||
this.marker = new OpenLayers.Marker(this.lonlat,
|
this.marker = new OpenLayers.Marker(this.lonlat,
|
||||||
this.icon);
|
this.icon);
|
||||||
}
|
}
|
||||||
|
return this.marker;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user