Re: [Mapbuilder-devel] WMS access through proxy ...

2007-07-20 Thread Linda Derezinski
Lex, Sorry I have WFS on the brain ... I read your WMS as WFS. Sorry, I lead you down the wrong path. -Linda On 7/20/07 1:14 PM, "Lex Tiekink" <[EMAIL PROTECTED]> wrote: > Hi Linda, > > > I have that definition in my XML file. The problem is that I would like the > WMS to be accessed through

Re: [Mapbuilder-devel] WMS access through proxy ...

2007-07-20 Thread Linda Derezinski
lto:[EMAIL PROTECTED] > Sent: vrijdag 20 juli 2007 19:01 > To: Lex Tiekink; '[email protected]' > Subject: Re: [Mapbuilder-devel] WMS access through proxy ... > > In your configuration file which defines the OWSContext you

Re: [Mapbuilder-devel] WMS access through proxy ...

2007-07-20 Thread Mike Adair
If you are just using the WMS GetMap interface, all of that happens via src attribute and that won't go through the proxy because there isn't the same domain policy restriction for IMG tags in HTML. In the older MapBUilder, the img tags are generated in the MapPane.xsl, and in the OL version

Re: [Mapbuilder-devel] WMS access through proxy ...

2007-07-20 Thread Luca Giandoso
[email protected]' > Subject: Re: [Mapbuilder-devel] WMS access through proxy ... > > In your configuration file which defines the OWSContext you should have a > FeatureType definition. Here is an example (I removed the SLD information): > > >

Re: [Mapbuilder-devel] WMS access through proxy ...

2007-07-20 Thread Lex Tiekink
ag 20 juli 2007 19:01 To: Lex Tiekink; '[email protected]' Subject: Re: [Mapbuilder-devel] WMS access through proxy ... In your configuration file which defines the OWSContext you should have a FeatureType definition. Here is an example (I removed the SLD informatio

Re: [Mapbuilder-devel] WMS access through proxy ...

2007-07-20 Thread Linda Derezinski
In your configuration file which defines the OWSContext you should have a FeatureType definition. Here is an example (I removed the SLD information): http://eo1.geobliki.com/wfs"/> Fire209 Query Fire 209 Query location -125,31 -104,50

[Mapbuilder-devel] WMS access through proxy ...

2007-07-20 Thread Lex Tiekink
Hi Everybody, I'm building a site with mapbuilder/geoserver and would like to access the Geoserver WMS through the proxy.php of mapbuilder (so I can close the Tomcat/Geoserver port for the outside world). I've looked through the mapbuilder code all afternoon, but cannot find the spot where the ac