Great Template you have here but I’m having difficulty editing the coordinates in the scripts.js
Changing the decimal coordinate has no effect on the map. It still shows the default coordinates in New York City. Even if I empty all the cache in the browser.
Are there any other lines I should change other than the scripts.js?
sorry for the delay. I have checked the script and I have changed the coordinates and the it works fine.
I don’t understand your problem.
The coordinates have to be changed in the file scripts.js, the lines 215-218:
center: new google.maps.LatLng(40.740208, -73.983386),
markers: [{
latitude: 40.740208,
longitude: -73.983386
Regards
This reply was modified 9 years, 10 months ago by CreaboxThemes.