Re: [OpenLayers-Users] show two layers with different projections

2010-03-16 Thread M_Airola
GeoGEOrge wrote: I was able to add my layer and have it show on top of Google streetmap-in the right location. But I am still unable to get it to show on top of my EPSG:4326 raster layer. Would a layer with EPSG:4326 require the sphericalMercator: true statement? I don't think you need

Re: [OpenLayers-Users] show two layers with different projections

2010-03-11 Thread M_Airola
Ummm. I wonder what happens if you try the following: Try putting your data over Google. (By the way, this will only work on a local machine unless you have an API key which is free, but I didn't include it in my example: script

[OpenLayers-Users] Google Maps API v3 Including Patches to 2.8

2010-03-04 Thread M_Airola
Hello, I was searching for an news on when/if Google Maps API v3 would be supported and found ticket 2493. When this gets approved, will it be added to the nightly build? How does one know if ticket is included in a nightly build? Is there away to apply patches before the full version comes out?

Re: [OpenLayers-Users] Google Maps not working

2010-03-04 Thread M_Airola
Try this: var gmap = new OpenLayers.Layer.Google(G_PHYSICAL_MAP, { sphericalMercator: true, isBaseLayer: true} ); and don't forget the Javascript at the beginning: script