source: extensions/rv_gmaps/trunk/template/markers/small_bullet_red.tpl @ 12719

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

rv_gmaps can show now different markers based on number of photos at the location

  • Property svn:eol-style set to LF
File size: 291 bytes
Line 
1new PwgSingleStyler( {ldelim}
2        icon: new google.maps.MarkerImage("{$PLUGIN_ROOT_URL}/template/markers/small_bullet_red.png",
3                        new google.maps.Size(11, 11), //size
4                        new google.maps.Point(0, 0), //origin
5                        new google.maps.Point(5, 0) //anchor
6                        )
7                        },
8                        new google.maps.Size(11, 11) )
Note: See TracBrowser for help on using the repository browser.