Firing off first:
http://noblepagan.com/vbusermap.php
Alright, that's out of the way, here's my question:
Each of the markers are dynamically created off the database of
users. The location is created via one of two methods, either the
user in their control panel adds a city, state, and country into their
profile and we geocode the location from that, or (in the event those
fields are empty) we geocode based off their IP location.
Now, obviously I could have them input their physical address, but
that would cause so much user privacy concerns that I just don't want
to deal with that headache. Our users are content with just the city
being displayed. That said, this obviously causes an issue, where
there are multiple markers on the exact same point. The problem is
that only one marker can be physically clicked on for the information.
Is there a way for the markers to be offset for each iteration of the
marks so that folks can actually click them? Is there a way to
overlap them and still have all of them be interactive?
I have looking into z-indexing the markers, but come up with the same
issue.
Thank you in advance for any assistance that can be given on this.
Brandon