On Oct 27, 4:27 pm, lemming <[email protected]> wrote: > http://www.mi.mun.ca/users/cchaulk/examples/test.php > > I load default marker and shadow is aligned. > > I load custom T marker and shadow. They are misaligned. > > http://www.powerhut.co.uk/googlemaps/custom_markers.php > > I've tried creating alternate shadows (custom A marker) but I cannot > get around this problem. > > Again I am missing something simple.
You need to define your marker as a MarkerImage: http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerImage See the examples in the documentation: http://code.google.com/apis/maps/documentation/javascript/overlays.html#ComplexIcons like this one: http://code.google.com/apis/maps/documentation/javascript/examples/icon-complex.html -- Larry -- 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.
