Interesting idea. I wouldn't even need to change all my stored coordinate values, just do the division on the fly when I construct the markers and poly coordinates.
Is there an *easy* way to set a minimum zoom level? I know you can set a max, but a min? I'd like to have the UI reflect the new min if possible. Intercepting the zoom_changed event and capping and resetting the user's zoom seems really clunky but may be the only option. Just adding 8 to the zoom level during a zoom_changed event would probably create an infinite loop of zooming, where you would eventually be able to see atoms <Sorry there's no map imagery for that zoom level>. Alternatively, if I could somehow intercept the zoom before it happened, I could adjust the zoom level and essentially put an +8 offset into the zoom, so level 0 becomes 8, 1->9 etc. The UI controls would still reflect the 0 end of the zoom scale and all would be well. On Mar 17, 6:04 pm, Ben Appleton <[email protected]> wrote: > Nothing yet. Meanwhile, increase your zoom by 8 and divide your > projection's points by 256 to hide the wrapping. > > On 18 Mar 2010 05:20, "Brak" <[email protected]> wrote: > > Any luck with the wrapping issue? (I don't mean to be a pest.) > > On Mar 15, 1:26 am, Ben Appleton <[email protected]> wrote: > > > Thanks, I see the poly wrapping iss... > > On Sat, Mar 13, 2010 at 1:43 AM, Brak <[email protected]> wrote: > > > For reference, here's t... > > >http://library.ucf.edu/Administration/Maps/Default_unpublished.asp?de... > > > > The second is a PDF file I drew to illustrate the point more clearly. > > > It should explain mo... > > >http://library.ucf.edu/testing/Systems/Library_Maps_Google/GoogleCust... > > > > Does this make sense? I hope I explained it properly. > > > Thanks. > > > > On Mar 11, 4:28 pm, Be... > > > [email protected]<google-maps-js-api-v3%2b[email protected]> > > <google-maps-js-api-v3%2b[email protected]> > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-maps-js-api... > > -- > > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript AP... -- 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.
