Change order of Marker creation from icon, latlon to latlon,icon. I don't know why I would have done it the other way.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@215 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -62,7 +62,7 @@ OpenLayers.Layer.Text.prototype =
|
||||
}
|
||||
}
|
||||
if (set) {
|
||||
this.addMarker(new OpenLayers.Marker(icon, location));
|
||||
this.addMarker(new OpenLayers.Marker(location,icon));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user