After mappress update I have some problems:
- My maps are of roadmap view, but I need satellite one (as before upgrade). So the first question is "How to set satellite view as a default for mappress?".
- The size of each map is changed so how to set them all in appropriate size.
P.S. I don`t think that I should rewrite every post.
P.P.S. Trying to change source code and nothing happens.
// Convert map types
$mapTypeId = $mapdata['maptype'];
if ($mapTypeId != 'roadmap' && $mapTypeId != 'satellite' && $mapTypeId != 'terrain' && $mapTypeId != 'hybrid')
$mapTypeId = 'roadmap'; // Here from 'roadmap' to 'satellite'
else
$mapTypeId = strtolower($mapTypeId);