Mapsupreme Set Coordinates To Users Location
I would like to set the default long/latitude location based on where the user's location is. My site is broken down by towns/zip codes and I would like to move the map to their current location. Does anyone know where within the code this is set? If I can just find the right location I can do the rest.
- - - Updated - - -
nevermind I found it, its the following 2 lines in mapsupreme.php file
$clat = get_option('wpw_vantage_latitude');
$clng = get_option('wpw_vantage_longitude');