OpenLayers OpenLayers

Ticket #1617: fix-openlayers-layer-text-documentation.patch

File fix-openlayers-layer-text-documentation.patch, 0.7 kB (added by openlayers, 6 months ago)

Patch to fix the documentation

  • lib/OpenLayers/Layer/Text.js

    old new  
    2121 *      - *point* lat,lon of the point where a marker is to be placed 
    2222 *      - *lat*  Latitude of the point where a marker is to be placed 
    2323 *      - *lon*  Longitude of the point where a marker is to be placed 
    24  *      - *iconURL* URL of marker icon to use. 
     24 *      - *icon* or *image* URL of marker icon to use. 
    2525 *      - *iconSize* Size of Icon to use. 
    2626 *      - *iconOffset* Where the top-left corner of the icon is to be placed 
    2727 *            relative to the latitude and longitude of the point.