Ignore:
Timestamp:
Dec 7, 2011, 5:39:56 AM (12 years ago)
Author:
rvelices
Message:

rv_gmaps towards full maps api v3 migration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/template/markers/small_bullet_red.tpl

    r6609 r12700  
    1 var icon = new google.maps.Icon();
    2 icon.image = "{$PLUGIN_ROOT_URL}/template/markers/small_bullet_red.png";
    3 icon.iconSize = new google.maps.Size(11, 11);
    4 icon.iconAnchor = new google.maps.Point(5, 5);
    5 icon.infoWindowAnchor = new google.maps.Point(5, 0);
    6 return icon;
     1return {ldelim}
     2        rectangle_of_precision: new google.maps.Size(11, 11),
     3        icon: new google.maps.MarkerImage("{$PLUGIN_ROOT_URL}/template/markers/small_bullet_red.png",
     4                        new google.maps.Size(11, 11),
     5                        new google.maps.Point(0, 0),
     6                        new google.maps.Point(5, 5))
     7}
Note: See TracChangeset for help on using the changeset viewer.