> On Jun 25, 2:11 am, Dusty Wilson <[email protected]> wrote: > > Here is the map URL:http://www.dustywilson.com/hammerfall/map.html > > > Currently, it's supposed to be putting 20 markers in an even diagonal > > line across the map. Instead, they're all pinned to the left-side of > > the map. > > > If I change the zoom before the markers are added, they still get > > pinned to the visible left-side of the map. I've tested to make sure > > my custom GProjection (called HProjection in the code) provides proper > > values returned from the HProjection.prototype.fromPixelToLatLng and > > HProjection.prototype.fromLatLngToPixel functions. > > > In addition, when I zoom with my mouse wheel, the red zoom box effect > > shows up also pinned to the left-side of the visible map. I have a > > feeling that this is related. > > > Everything else works great. The markers don't. I feel like I'm > > missing something very obvious, but I can't find it.
On Jun 25, 9:49 am, tasselhof <[email protected]> wrote: > Hi, cannot help you right now, but I will add just one remarkable > thing: You set your markers as draggable, but they can be dragged just > up and down, not left and right Yes, thank you. They are *not* supposed to be only up and down, but also draggable left and right as well. That is an important symptom that I had forgotten to mention. Thanks for that. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
