Hi, still not able to help you as you wanted, but after I played a little with your map, I got some ideas:
1st: your map seems to load images with "dot" name convention - e.g http://www.dustywilson.com/hammerfall/map/10.256.256.jpg - I don't know if this will be feasible for you, but can you try to change naming to 10_256_265.jpg ? (underscores instead of dots) second: Your pins are not pinned to left side of map, but it seems so that they are "somehow" pinned to right edge of first tile (when map loads) And no, still don't know what to do with that :) third: I am rather new to HProjection and all stuff (so I can be pretty useless for you), but shouldn't you use "somehow" function HProjection.prototype.fromPixelToLatLng function when placing new markers? fourth - if you find these advices useless, tell me so, please. Last: If you still think I can be useful, can you post me please another example, where will be listener added to map, which will show javascript alert with longitude and latitude obtained from that mouse click? Maybe I could figure something out from that Thanks Pavel (and yes, I am moving from one google account from another, so I am posting under two names) On Jun 25, 6:12 pm, Dusty Wilson <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
