source: extensions/rv_gmaps/trunk/template/markers/medium_gradient_purple.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

File size: 299 bytes
Line 
1new PwgSingleStyler( {ldelim}
2        icon: new google.maps.MarkerImage("{$PLUGIN_ROOT_URL}/template/markers/medium_gradient_purple.png",
3                        new google.maps.Size(12, 20), //size
4                        new google.maps.Point(0, 0), //origin
5                        new google.maps.Point(6, 20) //anchor
6                        )
7                        },
8                        new google.maps.Size(12, 20) )
9
Note: See TracBrowser for help on using the repository browser.