If you define your wms/wfs with a localhost url, it will not work because the remote try to access the wms service on itself.
So you have to define the wms layers with an IP or a domain name. Exemple: var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'}); Sincerly, Jérome keithlegg wrote: > > I am new to all of this . I have a working fgs server on linux and a msw4 > server on windows. I have openlayers and mapserver running and all is well > except for one thing. The nice pretty webpages I build show up fine on the > server machine but when viewed from a remote machine , they alll show up > as pink tiles. I read around a little , is this fixed with a proxy? Also > on a slightly different subject does python mapscript work with openlayers > ? Does any python work with openlayers? I am a huge python person and > would love to keep it in the python world as much as possible. > > Thanks to anyone who can take the time to help me out here. > > Keith > > -- View this message in context: http://n2.nabble.com/somewhat-dumb-question-tp3394910p3397387.html Sent from the OpenLayers Dev mailing list archive at Nabble.com. _______________________________________________ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev