source: extensions/rv_gmaps/trunk/template/markers/multiple_red.tpl @ 12792

Last change on this file since 12792 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: 980 bytes
Line 
1new PwgStyler( [{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, 5) //anchor
6                        )
7        },{ldelim}
8        icon: new google.maps.MarkerImage("{$PLUGIN_ROOT_URL}/template/markers/medium_standard_red.png",
9                        new google.maps.Size(12, 20), //size
10                        new google.maps.Point(0, 0), //origin
11                        new google.maps.Point(6, 20) //anchor
12                        )
13        },{ldelim}
14        icon: new google.maps.MarkerImage("{$PLUGIN_ROOT_URL}/template/markers/std26_red.png",
15                        new google.maps.Size(15, 26), //size
16                        new google.maps.Point(0, 0), //origin
17                        new google.maps.Point(7, 26) //anchor
18                        )
19        },{ldelim}
20        icon: new google.maps.MarkerImage("{$PLUGIN_ROOT_URL}/template/markers/std34_red.png",
21                        new google.maps.Size(20, 34), //size
22                        new google.maps.Point(0, 0), //origin
23                        new google.maps.Point(10, 34) //anchor
24                        )
25                        }],
26                        new google.maps.Size(15, 26) )
27
Note: See TracBrowser for help on using the repository browser.