Hi lan, How you fixed that landscape off issue I am unable to load the my map which have landscape off, Thanks in advanced
Thanks, Ravi Darji On Friday, July 6, 2012 5:20:42 AM UTC+5:30, Ian Shields wrote: > > I have a very new problem that just started occurring on my live website > http://www.mapyourvote.com. Essentially the style that I set (and never > change or allow to be changed) is not being display on all zoom levels. > > Here is the style: > > var simpleStyle:Array = [ > new MapTypeStyle(MapTypeStyleFeatureType.LANDSCAPE, > MapTypeStyleElementType.ALL, > [MapTypeStyleRule.visibility("off")]), > new MapTypeStyle(MapTypeStyleFeatureType.POI, > MapTypeStyleElementType.ALL, > [MapTypeStyleRule.visibility("off")]), > new MapTypeStyle(MapTypeStyleFeatureType.TRANSIT, > MapTypeStyleElementType.ALL, > [MapTypeStyleRule.visibility("off")]), > new MapTypeStyle(MapTypeStyleFeatureType.ROAD, > MapTypeStyleElementType.ALL, > [MapTypeStyleRule.visibility("off")]) > > ]; > Basically all roads, transit, points of interest, and landscapes are > turned off. > If you look at http://www.mapyourvote.com/Poll/Soda-vs-Pop/ the style > appears correctly on the initial load of the page. However if you click on > the United States, it will zoom to the sub regions. The style, like I > said, is never being changed in the code. However, as you notice it is now > showing a land scape texture. If you click again on Maryland, you get the > correct style however, it appears blurry. What do you think is going on? > No changes have been made to the site in 3 weeks, and this problem only > very recently started occuring which convinces me it is on google's end. > Please help. Thanks! > -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api-for-flash/-/Kzsypz2XBbQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.
