Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    That is because the format is different then the original markers. You need to open the /js/wpsl-gmap.js file and search for ‘function addMarker’.

    There you will see this code.

    mapIcon = {
        url: markerPath,
        scaledSize: new google.maps.Size( 24,35 ),
        origin: new google.maps.Point( 0,0 ),
        anchor: new google.maps.Point( 12,35 )
    };

    You need to change the ‘scaledSize’ to 50% of the format of your custom marker.

    Thread Starter dave9966

    (@dave9966)

    Great thanks, I will try apply these changes.

    Is there a way to order the loctions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Map icons being stretched’ is closed to new replies.