source: extensions/rv_gmaps/trunk/template/markers/small_bullet_yellow.tpl @ 12700

Last change on this file since 12700 was 12700, checked in by rvelices, 12 years ago

rv_gmaps towards full maps api v3 migration

  • Property svn:eol-style set to LF
File size: 269 bytes
Line 
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_yellow.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 TracBrowser for help on using the repository browser.