[OpenLayers-Commits] r7498 - trunk/openlayers/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Sun Jul 13 07:54:25 EDT 2008


Author: pagameba
Date: 2008-07-13 07:54:25 -0400 (Sun, 13 Jul 2008)
New Revision: 7498

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/Text.js
Log:
Closes #1617.  Update docs to reflect correct property name for marker icon url, (thanks to Thomas Petazzoni for pointing this out).  r=pagameba.

Modified: trunk/openlayers/lib/OpenLayers/Layer/Text.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Text.js	2008-07-11 20:44:34 UTC (rev 7497)
+++ trunk/openlayers/lib/OpenLayers/Layer/Text.js	2008-07-13 11:54:25 UTC (rev 7498)
@@ -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.



More information about the Commits mailing list