johnxl Posted April 29, 2013 Share Posted April 29, 2013 (edited) As I understand i must edit one line in file stores.js What I must type instead of roadmap? Thanks ! map = new google.maps.Map(document.getElementById('map'), { center: new google.maps.LatLng(defaultLat, defaultLong), zoom: 17, mapTypeId: 'roadmap', mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU} Edited April 29, 2013 by johnxl (see edit history) Link to comment Share on other sites More sharing options...
prestashopninja Posted April 29, 2013 Share Posted April 29, 2013 (edited) Hi, change mapTypeId: 'roadmap', to mapTypeId: 'satellite', Edited April 29, 2013 by prestashopninja (see edit history) Link to comment Share on other sites More sharing options...
johnxl Posted April 29, 2013 Author Share Posted April 29, 2013 Thank you very much ! this one is solved too now ! Link to comment Share on other sites More sharing options...
Never_give_up Posted August 6, 2013 Share Posted August 6, 2013 If you want it in Satellite mode WITH default street names and road marks... change to this: from: mapTypeId: 'roadmap', to: mapTypeId: 'hybrid', Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 of course we are talking about stores.tpl file located in our theme directory, right? Link to comment Share on other sites More sharing options...
johnxl Posted August 8, 2013 Author Share Posted August 8, 2013 /public_html/themes/yortheme/js/stores.js 1 Link to comment Share on other sites More sharing options...
vekia Posted August 8, 2013 Share Posted August 8, 2013 ohh thanks now i see, i just wondering where the code was, because i checked the .tpl file and I haven't got it. thanks for clarification, now everything is clear Link to comment Share on other sites More sharing options...
Recommended Posts