On Wed, Jan 27, 2010 at 1:43 PM, evilC <[email protected]> wrote: > Hmm, I am still left unsure what you mean by this then > > > Now this is a bit oversimplified: you'll have to tweak the projection so > > that eg. markers are placed in the right positions on your tiles, > otherwise > > all your overlays will be misaligned. > > Why would markers not appear in the right place? >
Your tile server has projected features from game coordinates to pixel coordinates. If you need to overlay a marker in the browser such that it lines up with features rendered in your tiles, you'll need to ensure that you place that marker at the right pixel coordinates. > TIA > > Clive > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
