Thanks for the replies. Right now I am looking at changing my WMS layers to TileCache layers. I presume this is more efficient and eliminates the need for TileCahe and Python to be running on our application server. We have a dedicated tile server with the cache pre-populated.
I am running XP on my development machine and was testing IE 9 on another machine which accesses my "localhost" as "dev". Since the domain is not the same as that registered with Google for the key or "localhost", Google sees it as an incorrect key. This could be part of the issue. Currently I have the following at the top of my page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:vml="urn:schemas-microsoft-com:vml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> ... </head> Currently the minimum browser requirements we state for the site are IE 8, Firefox 3.5, Safari 4 or Chrome 4. I'm a bit hesitant to start palying with the doctype in case it upsets other things. The site is built on ASP.NET and uses OpenLayers, Google (Maps & Street View) and dhtmlxSuite (for pop-overs, grids, etc). -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/IE-8-9-issues-tp5614608p5614911.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
