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

    (@tijmensmit)

    You can place markers in the /img/markers folders, and then select them on the settings page. This should work if you keep the same format.

    If you use a different format, you should open the /js/wpsl-gmap.js search for ‘function addMarker’ and change the numbers in the code below to the new format.

    mapIcon = {
        url: markerPath,
        scaledSize: new google.maps.Size( 24,35 ), //retina is 50% of the real format
        origin: new google.maps.Point( 0,0 ),
        anchor: new google.maps.Point( 12,35 )
    };
    Thread Starter rdekruijf

    (@rdekruijf)

    Thanks for the reply Tijmen, I will try them out!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom markers’ is closed to new replies.