[Mapbuilder-devel] Invitation to join the PSC: Andreas, Olivier, Gertjan

2007-07-20 Thread Cameron Shorter
Andreas, Olivier, Gertjan, The current Project Steering Committee have noticed your sustained contributions to Mapbuilder and would like to recognize your efforts by inviting you to join us on the Mapbuilder Project Steering Committee (PSC). The PSC is the official managing body of Mapbuilder a

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
Lex, By definition all requests go through the proxy due to the javascript security issues. Do you have proxy.php defined in your MapbuilderConfig? The proxyUrl element. -Linda On 7/20/07 1:14 PM, "Lex Tiekink" <[EMAIL PROTECTED]> wrote: > Hi Linda, > > > I have that definition in my XML fi

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
Did you mean the code to put in the config file? ../../server/php/proxy.php Hope this helps... Luca On 7/20/07, 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 the pro

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

2007-07-20 Thread Lex Tiekink
Hi Linda, I have that definition in my XML file. The problem is that I would like the WMS to be accessed through the proxy.php. Do you know if there's a way to configure this? Rgds, Lex Tiekink -Original Message- From: Linda Derezinski [mailto:[EMAIL PROTECTED] Sent: vrijdag 20 juli

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

Re: [Mapbuilder-devel] two xsl files within a model, how does it work?

2007-07-20 Thread Mike Adair
Greg, I don't see why this stylesheet isn't working, it looks like it should. Some things you can try: - are you sure your Context doc is an OWSContext, and not a ViewContext? - use the property on your widget to see output - try processing a context doc with that stylesheet outside of the MapB

Re: [Mapbuilder-devel] mouseover/mouseout question

2007-07-20 Thread Andreas Hocevar
Al, we talked about your ideas in the last team meeting. As I already suspected, loadWfsRequests() is a remainder from times when we had no vector layers. It was a hack, because it breaks the MVC rule that a model should never populate itself, but be populated by a control (ie. "tool" in Mapbuilde