For the google map I am using roadmap tiles. Most of the tiles are normal with green/beige terrain coloring and state/country labeling. However, there are some tiles where the terrain is white and doesn't have any labels. It looks like there are two different tile types being sent. Is there anything I can do to make it consistent?
Here is my init code:
var mapOptions = { center: new google.maps.LatLng(Lat,Long), zoom: 4, mapTypeId: google.maps.MapTypeId.ROADMAP };
googlemap = new google.maps.Map(document.getElementById('map_canvas'), mapOptions);
I have an image I can post, but I am new to stack overflow and someone needs to boost my rep.
Thanks