Re: [OpenLayers-Users] 4326 WMS overlay on top of google reproject, WMS not showing up

2008-10-01 Thread Ed Fialkowski
Is it possible to have two different units for two layers on the same map? the bounding box for my WMS request is a bit...off. I'm guessing the request is using meters, since that's in the map options. Here's the current request: http://webapps.datafed.net/ogc_views_NEISGEI.wsfl?dataset_abbr_1=G

Re: [OpenLayers-Users] 4326 WMS overlay on top of google reproject, WMS not showing up

2008-09-22 Thread Christopher Schmidt
On Mon, Sep 22, 2008 at 11:43:32AM -0500, Ed Fialkowski wrote: > I think it could with enough work, but another problem comes in when I > add numerous data markers to the map, whos lat/lon come in 4326. > This, I cannot reproject, as far as I know. Yes, you can: new OpenLayers.LonLat(-71, 42).tr

Re: [OpenLayers-Users] 4326 WMS overlay on top of google reproject, WMS not showing up

2008-09-22 Thread Eric Lemoine
Hi. OpenLayers can re-project your marker data. So if you get your WMS to give you images in 4326 you'll be fine. Cheers. Eric 2008/9/22, Ed Fialkowski <[EMAIL PROTECTED]>: > I think it could with enough work, but another problem comes in when I > add numerous data markers to the map, whos lat/lon

Re: [OpenLayers-Users] 4326 WMS overlay on top of google reproject, WMS not showing up

2008-09-22 Thread Ed Fialkowski
I think it could with enough work, but another problem comes in when I add numerous data markers to the map, whos lat/lon come in 4326. This, I cannot reproject, as far as I know. I'm pretty sure that I'm going to need the final map to be in 4326 ___ Use

Re: [OpenLayers-Users] 4326 WMS overlay on top of google reproject, WMS not showing up

2008-09-18 Thread Eric Lemoine
Hi. Does your WMS server support re-projecting your layer from 4326 to 900913? Eric 2008/9/18, Ed Fialkowski <[EMAIL PROTECTED]>: > Hello all, I'm trying to display a North American borders WMS layer > (in EPSG:4326) on top of the google satellite layer here in > openlayers. > I got the google lay

[OpenLayers-Users] 4326 WMS overlay on top of google reproject, WMS not showing up

2008-09-18 Thread Ed Fialkowski
Hello all, I'm trying to display a North American borders WMS layer (in EPSG:4326) on top of the google satellite layer here in openlayers. I got the google layer to reproject (thank you documentation), but I can't seem to get the WMS overlay to do what I tell it. Here's a linky: http://niceguy.wu