source: extensions/rv_gmaps/trunk/template/markers/small_bullet_orange.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: 225 bytes
Line 
1var icon = new GIcon();
2icon.image = "{$PLUGIN_ROOT_URL}/template/markers/small_bullet_orange.png";
3icon.iconSize = new GSize(11, 11);
4icon.iconAnchor = new GPoint(5, 5);
5icon.infoWindowAnchor = new GPoint(5, 0);
6return icon;
Note: See TracBrowser for help on using the repository browser.