source: extensions/rv_gmaps/trunk/template/markers/small_dot_red.tpl @ 3447

Last change on this file since 3447 was 3447, checked in by rvelices, 15 years ago
  • added RV Map & Earth extension
  • Property svn:eol-style set to LF
File size: 333 bytes
Line 
1var icon = new GIcon();
2icon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
3icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
4icon.iconSize = new GSize(12, 20);
5icon.shadowSize = new GSize(22, 20);
6icon.iconAnchor = new GPoint(6, 20);
7icon.infoWindowAnchor = new GPoint(5, 1);
8return icon;
Note: See TracBrowser for help on using the repository browser.