Ignore:
Timestamp:
Jun 26, 2010, 9:13:30 PM (14 years ago)
Author:
rvelices
Message:

rv_gmaps - start using google.maps JS namespace

File:
1 edited

Legend:

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

    r3447 r6609  
    1 var icon = new GIcon();
     1var icon = new google.maps.Icon();
    22icon.image = "{$PLUGIN_ROOT_URL}/template/markers/small_bullet_orange.png";
    3 icon.iconSize = new GSize(11, 11);
    4 icon.iconAnchor = new GPoint(5, 5);
    5 icon.infoWindowAnchor = new GPoint(5, 0);
     3icon.iconSize = new google.maps.Size(11, 11);
     4icon.iconAnchor = new google.maps.Point(5, 5);
     5icon.infoWindowAnchor = new google.maps.Point(5, 0);
    66return icon;
Note: See TracChangeset for help on using the changeset viewer.