Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Conceptio

    (@conceptio)

    Thanks for your time.
    Well, since in some rare case different brand stores share the same geolocation. To make them still both visible and clickable on the map whe are trying to use as marker different arrows-like (one pointing down left, one down right, ect).

    I think we could be forced to change in wpsl-gmap.js the line:

    anchor: new google.maps.Point( Number( markerSettings.anchor[0] ), Number( markerSettings.anchor[1] )

    with something like:

    anchor: new google.maps.Point( Number( infoWindowData.anchorX ), Number( infoWindowData.anchorY )

    Do you think there are better ways ?

    Thread Starter Conceptio

    (@conceptio)

    Works like a charm.
    We just need to remember to change again the line after next update.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)