You'd have to look *inside* the documentation (if they exist) closely if markerClustererPlus supports sprites. I have no idea if that's the case.
When it does support sprites you may follow the docs, when it doesn't you may implement it yourself by changing the code. FYI. There is an alternative to sprites - just as good as sprites. It's called a Data URI http://www.nczonline.net/blog/2010/07/06/data-uris-make-css-sprites-obsolete/ On Nov 30, 12:04 pm, Daniel <[email protected]> wrote: > Hi! > > It seem like markerClustererPlus ignores the backgroundPosition-option and > scales the whole sprite to 40x40. > > Example style: > { > anchorIcon: [0,40], > url: '/template/ver2-0/images/dir/sprite.png', > height: 40, > width: 40, > backgroundPosition: "-5 -184" > > } > > Any idea? > > Regards -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
