On Jan 24, 9:43 pm, Ben Appleton <[email protected]> wrote: > Custom map types intentionally do not wrap, as only the implementor knows if > and how their tiles wrap.
I'd like to take issue with this. First, it's built-in to most map projections we use (specifically Mercator) that the "data" (imagery, or whatever) wraps horizontally; hence the MapCanvasProjection.getWorldWidth() method. So I think it's reasonable to assume that custom map types wrap, with a period of their associated projection's getWorldWidth(). Second, even if you do want to leave it to the implementor, I don't see any way to tell MapType that it *should* wrap. IOW, if I have a custom map type which should wrap at the usual +/-180 degree antimeridian, how can I make that happen with the MapType class? String -- 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.
