I am also having this problem.
I want to List all location But not need a Start location.
Any one know?
Thnks
Open the /js/wpsl-gmap.js file and search for this.
markerPath = wpslSettings.path + "img/markers/" + wpslSettings.startMarker;
Replace it with this
return;
If you have set the directions to show in the store locator itself, then that won’t work anymore since it requires the start marker. You can fix this by going to the settings page, and make the directions show on maps.google.com instead.
Thanks Tijmen. It worked fine.
Is this code still valid? I’ve updated this file and still have the starting marker display. Thank you!
Nicholas
The wpsl-gmap.min.js is used now, so you will have to minify the wpsl-gmap.js code and place it in the wpsl-gmap.min.js before it works.