diff --git a/lib/OpenLayers/Layer/Text.js b/lib/OpenLayers/Layer/Text.js index 055560a5d8..ebf95a66ac 100644 --- a/lib/OpenLayers/Layer/Text.js +++ b/lib/OpenLayers/Layer/Text.js @@ -21,7 +21,7 @@ * - *point* lat,lon of the point where a marker is to be placed * - *lat* Latitude of the point where a marker is to be placed * - *lon* Longitude of the point where a marker is to be placed - * - *iconURL* URL of marker icon to use. + * - *icon* or *image* URL of marker icon to use. * - *iconSize* Size of Icon to use. * - *iconOffset* Where the top-left corner of the icon is to be placed * relative to the latitude and longitude of the point.