On this page:
components/com_realestatemanager/views/view_house/tmpl/default.php
there is this code:
Code: |
center: myLatlng,
scrollwheel: false,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.LARGE
},
mapTypeId: google.maps.MapTypeId.ROADMAP
};
|
I changed ROADMAP to SATELLITE per google map API instructions. When I save my page and upload it and refresh the site still shows ROADMAP. It is not accepting the code change. I looked through all other views and do not see this google map code in any of them. Is it hard coded someplace else in your component?
I am not looking to pay for "customization" when all I need to do is change one word in teh code if I know where the code is being pulled from.
Thanks