From tschaub at opengeo.org Wed Jul 1 02:59:22 2009 From: tschaub at opengeo.org (Tim Schaub) Date: Tue, 30 Jun 2009 18:59:22 -0600 Subject: [Users] configuring layers in geoexplorer In-Reply-To: <5b021dd0906300500i227246a0wdb9ed0e99652e306@mail.gmail.com> References: <6443C518D78C6D499FF94DEC60F71A0D06B41A82@HQSWKAKI02.hq.intra.who.int> <5b021dd0906300500i227246a0wdb9ed0e99652e306@mail.gmail.com> Message-ID: <4A4AB4EA.1070501@opengeo.org> Hey- Andreas Hocevar wrote: > Hi Johan, > > On Tue, Jun 30, 2009 at 1:54 PM, Lemarchand, Johan wrote: >> I have downloaded the latest release of GeoExplorer with the new GeoExt. >> I am trying to configure the layers added at the initialization of the >> application. It seems that the layers options such as the style, format, >> minScale, maxScale, etc... are not passed in when the application is >> activated. Is it the correct way to initialize the GeoExplorer? Is it >> covered in the current release or will it be covered later? > > Tthe correct way to configure GeoExplorer is to do it like in the > example, i.e. only provide a layer name. The layer name has to > correspond with a layer in the capabilities document that is loaded > with GeoExplorer. Currently, all layers in GeoExplorer have to come > from one WMS, i.e. information about all layers has to be in one > capabilities document. I should add that the latest "release" of the app is actually what you get in the zip archive linked from this blog post: http://blog.opengeo.org/2009/06/17/geoexplorer-preview/ This comes from the 0.1.x branch - not the trunk. If you are trying out the app at the trunk, you can use more than one OWS. I'll be making another tag for 0.2 in a few days. This tag will come with some basic docs. Tim > > Regards, > Andreas. > >> >> >> thanks in advance, >> Johan Lemarchand >> Public Health Information and GIS (GIS) >> Health Statistics and Informatics (HSI) >> Information Evidence and Research (IER) >> World Health Organization >> Tel: +41 22 791 1076 >> Mobile: +41 79 517 4205 >> Email: lemarchandjo at who.int >> >> _______________________________________________ >> Users mailing list >> Users at geoext.org >> http://www.geoext.org/cgi-bin/mailman/listinfo/users >> > > > -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. From ahocevar at opengeo.org Thu Jul 2 11:05:04 2009 From: ahocevar at opengeo.org (Andreas Hocevar) Date: Thu, 2 Jul 2009 11:05:04 +0200 Subject: [Users] GeoExt 0.5 Final Release Message-ID: <5b021dd0907020205v7f210667hd58d7539c73aa858@mail.gmail.com> The GeoExt community is proud to announce the release of GeoExt 0.5, the first GeoExt version to be released. GeoExt brings together the geospatial power of OpenLayers with the user interface savvy of Ext JS to help you build powerful desktop style GIS applications on the web with JavaScript. GeoExt 0.5 comes with a fine selection of widgets and data access components for rich web-based geospatial applications, the full list of which can be found in the Release Notes, at [1]. Some of the highlights include: * MapPanel for seamless integration of OpenLayers maps in Ext JS applications * LegendPanel to display legends for WMS layers * LayerNodes and LayerContainers to create customized layer switchers in Ext trees * Popups as anchored Ext windows * Ext data components for convenient handling of OpenLayers data structures like layers and vector features For downloads and documentation, please visit the GeoExt website at [2]. [1] http://geoext.org/trac/geoext/wiki/Release/0.5/Notes [2] http://geoext.org/ Best regards, -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. From ianmayo at tesco.net Sun Jul 5 09:15:22 2009 From: ianmayo at tesco.net (Ian Mayo) Date: Sun, 5 Jul 2009 08:15:22 +0100 Subject: [Users] Should GeoExt run under Ext 3.0 Message-ID: Hi all, I've just read in the 0.5 release notes that GeoExt runs under Ext 2.2.1. I've been developing an application under Ext 3.0 that I hope to integrate GeoExt into. Should I expect this to bring any problems? Should I be working to port my application back to Ext 2.2.1? Should I just go for it and see? cheers, Ian From bartvde at osgis.nl Sun Jul 5 10:57:04 2009 From: bartvde at osgis.nl (Bart van den Eijnden (OSGIS)) Date: Sun, 05 Jul 2009 10:57:04 +0200 Subject: [Users] Should GeoExt run under Ext 3.0 In-Reply-To: References: Message-ID: <4A506AE0.6070604@osgis.nl> Hi Ian, I haven't tried myself, but I read somewhere that ExtJS expects the upgrade issues to be minimal, even though it is a major release. So please give it a try and report back to us if there are any issues. Best regards, Bart Ian Mayo wrote: > Hi all, > I've just read in the 0.5 release notes that GeoExt runs under Ext 2.2.1. > > I've been developing an application under Ext 3.0 that I hope to > integrate GeoExt into. > > Should I expect this to bring any problems? > > Should I be working to port my application back to Ext 2.2.1? > > Should I just go for it and see? > > cheers, > Ian > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users > > > -- Bart van den Eijnden OSGIS, Open Source GIS bartvde at osgis.nl http://www.osgis.nl From robert.van.drunen at anargistic.nl Mon Jul 6 09:25:05 2009 From: robert.van.drunen at anargistic.nl (Robert van Drunen) Date: Mon, 06 Jul 2009 09:25:05 +0200 Subject: [Users] Should GeoExt run under Ext 3.0 In-Reply-To: <4A506AE0.6070604@osgis.nl> References: <4A506AE0.6070604@osgis.nl> Message-ID: <4A51A6D1.6090409@anargistic.nl> Hi all, I have an application running on ExtJS 3.0 / GeoExt 0.5 containing almost all GeoExt components and have not come across serious issues. So you should be fine. Regards, Robert van Drunen Bart van den Eijnden (OSGIS) wrote: > Hi Ian, > > I haven't tried myself, but I read somewhere that ExtJS expects the > upgrade issues to be minimal, even though it is a major release. > > So please give it a try and report back to us if there are any issues. > > Best regards, > Bart > > Ian Mayo wrote: > >> Hi all, >> I've just read in the 0.5 release notes that GeoExt runs under Ext 2.2.1. >> >> I've been developing an application under Ext 3.0 that I hope to >> integrate GeoExt into. >> >> Should I expect this to bring any problems? >> >> Should I be working to port my application back to Ext 2.2.1? >> >> Should I just go for it and see? >> >> cheers, >> Ian >> _______________________________________________ >> Users mailing list >> Users at geoext.org >> http://www.geoext.org/cgi-bin/mailman/listinfo/users >> >> >> >> > > > -- ------------------------------------------------------- BEng. R.J.M. van Drunen Anargistic Owner - Software Engineer Sint Luciaplein 27 5211 ZR 's-Hertogenbosch mob: (+31)623693129 http://www.anargistic.nl http://www.linkedin.com/in/robertvandrunen ------------------------------------------------------- From lemarchandjo at who.int Wed Jul 8 17:56:45 2009 From: lemarchandjo at who.int (Lemarchand, Johan) Date: Wed, 8 Jul 2009 17:56:45 +0200 Subject: [Users] configuring layers in geoexplorer In-Reply-To: <4A4AB4EA.1070501@opengeo.org> References: <6443C518D78C6D499FF94DEC60F71A0D06B41A82@HQSWKAKI02.hq.intra.who.int><5b021dd0906300500i227246a0wdb9ed0e99652e306@mail.gmail.com> <4A4AB4EA.1070501@opengeo.org> Message-ID: <6443C518D78C6D499FF94DEC60F71A0D06C2102F@HQSWKAKI02.hq.intra.who.int> Hi, Thanks for your reply but I don't see where I can change the image format and set the transparency. The layers are displayed with a grey background and are not transparent. How can I specify the output image format for my layers? Ext.BLANK_IMAGE_URL = "theme/img/blank.gif"; var app = new GeoExplorer.Embed({ //proxy: "/proxy/?url=", about: { title: 'Example Map', "abstract": 'A description of the map\'s contents', keywords: "example, test, development", contact: "Georj the Robot, Outreach Tribe Leader, OpenGeo, http://opengeo.org/" }, ows: { "demo": "http://extranet.who.int/geoserver/ows" }, map: { layers: [{ name: "WHO:GIM_MONITORING_GEOMETRY_MEASURES", ows: "demo" },{ name: "World_countries_legal", ows: "demo", background: true, visibility:true }], center: [0, 0], zoom: 4 } }); Thanks in advance and I will be interested to know when the new tag 0.2 will be ready. regards, Johan -----Original Message----- From: users-bounces at geoext.org [mailto:users-bounces at geoext.org] On Behalf Of Tim Schaub Sent: 01 July 2009 02:59 Cc: Users at geoext.org Subject: Re: [Users] configuring layers in geoexplorer Hey- Andreas Hocevar wrote: > Hi Johan, > > On Tue, Jun 30, 2009 at 1:54 PM, Lemarchand, Johan wrote: >> I have downloaded the latest release of GeoExplorer with the new GeoExt. >> I am trying to configure the layers added at the initialization of the >> application. It seems that the layers options such as the style, format, >> minScale, maxScale, etc... are not passed in when the application is >> activated. Is it the correct way to initialize the GeoExplorer? Is it >> covered in the current release or will it be covered later? > > Tthe correct way to configure GeoExplorer is to do it like in the > example, i.e. only provide a layer name. The layer name has to > correspond with a layer in the capabilities document that is loaded > with GeoExplorer. Currently, all layers in GeoExplorer have to come > from one WMS, i.e. information about all layers has to be in one > capabilities document. I should add that the latest "release" of the app is actually what you get in the zip archive linked from this blog post: http://blog.opengeo.org/2009/06/17/geoexplorer-preview/ This comes from the 0.1.x branch - not the trunk. If you are trying out the app at the trunk, you can use more than one OWS. I'll be making another tag for 0.2 in a few days. This tag will come with some basic docs. Tim > > Regards, > Andreas. > >> >> >> thanks in advance, >> Johan Lemarchand >> Public Health Information and GIS (GIS) >> Health Statistics and Informatics (HSI) >> Information Evidence and Research (IER) >> World Health Organization >> Tel: +41 22 791 1076 >> Mobile: +41 79 517 4205 >> Email: lemarchandjo at who.int >> >> _______________________________________________ >> Users mailing list >> Users at geoext.org >> http://www.geoext.org/cgi-bin/mailman/listinfo/users >> > > > -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. _______________________________________________ Users mailing list Users at geoext.org http://www.geoext.org/cgi-bin/mailman/listinfo/users From romaric.pascal at atosorigin.com Thu Jul 9 10:45:09 2009 From: romaric.pascal at atosorigin.com (Pascal Romaric) Date: Thu, 9 Jul 2009 10:45:09 +0200 Subject: [Users] License of the Geoext styler Message-ID: <580FA24A3F2ED746B347EF1BA94645720D912821F9@FRVDX100.fr01.awl.atosorigin.net> Hello, I would like to use Geoext styler in a project, but I did not manage to find any information about the its license. Is it BSD as the GeoExt project ? or GPL as the Geoserver project ? or something else perhaps Thanks by advance for your answers. Romaric PASCAL Atos Worldline - Developper Tel. 04 78 17 88 21 ________________________________ Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? du groupe Atos Origin ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.geoext.org/pipermail/users/attachments/20090709/d9e661a2/attachment.htm From frederic.junod at camptocamp.com Fri Jul 10 09:55:10 2009 From: frederic.junod at camptocamp.com (Frederic Junod) Date: Fri, 10 Jul 2009 09:55:10 +0200 Subject: [Users] Should GeoExt run under Ext 3.0 In-Reply-To: <4A51A6D1.6090409@anargistic.nl> References: <4A506AE0.6070604@osgis.nl> <4A51A6D1.6090409@anargistic.nl> Message-ID: <21c3d1f40907100055g117be61dy31837bf4e5686dd0@mail.gmail.com> Hi, I also use GeoExt trunk and Ext 3.0 without issues. What about using Ext 3.0 in trunk ? fredj On Mon, Jul 6, 2009 at 9:25 AM, Robert van Drunen wrote: > Hi all, > > I have an application running on ExtJS 3.0 / GeoExt 0.5 containing > almost all GeoExt components and have not come across serious issues. So > you should be fine. > > Regards, > Robert van Drunen > > Bart van den Eijnden (OSGIS) wrote: >> Hi Ian, >> >> I haven't tried myself, but I read somewhere that ExtJS expects the >> upgrade issues to be minimal, even though it is a major release. >> >> So please give it a try and report back to us if there are any issues. >> >> Best regards, >> Bart >> >> Ian Mayo wrote: >> >>> Hi all, >>> I've just read in the 0.5 release notes that GeoExt runs under Ext 2.2.1. >>> >>> I've been developing an application under Ext 3.0 that I hope to >>> integrate GeoExt into. >>> >>> Should I expect this to bring any problems? >>> >>> Should I be working to port my application back to Ext 2.2.1? >>> >>> Should I just go for it and see? >>> >>> cheers, >>> Ian -- Fr?d?ric Junod Camptocamp SA From bartvde at osgis.nl Fri Jul 10 10:03:34 2009 From: bartvde at osgis.nl (bartvde at osgis.nl) Date: Fri, 10 Jul 2009 10:03:34 +0200 (CEST) Subject: [Users] [Dev] Should GeoExt run under Ext 3.0 In-Reply-To: <21c3d1f40907100055g117be61dy31837bf4e5686dd0@mail.gmail.com> References: <4A506AE0.6070604@osgis.nl> <4A51A6D1.6090409@anargistic.nl> <21c3d1f40907100055g117be61dy31837bf4e5686dd0@mail.gmail.com> Message-ID: <54123.145.50.39.11.1247213014.squirrel@webmail.hostingdiscounter.nl> Hi Frederic, I'm +1 on changing to Ext 3.0 in trunk. Best regards, Bart > Hi, > > I also use GeoExt trunk and Ext 3.0 without issues. > > What about using Ext 3.0 in trunk ? > > fredj > > > On Mon, Jul 6, 2009 at 9:25 AM, Robert van > Drunen wrote: >> Hi all, >> >> I have an application running on ExtJS 3.0 / GeoExt 0.5 containing >> almost all GeoExt components and have not come across serious issues. So >> you should be fine. >> >> Regards, >> Robert van Drunen >> >> Bart van den Eijnden (OSGIS) wrote: >>> Hi Ian, >>> >>> I haven't tried myself, but I read somewhere that ExtJS expects the >>> upgrade issues to be minimal, even though it is a major release. >>> >>> So please give it a try and report back to us if there are any issues. >>> >>> Best regards, >>> Bart >>> >>> Ian Mayo wrote: >>> >>>> Hi all, >>>> I've just read in the 0.5 release notes that GeoExt runs under Ext >>>> 2.2.1. >>>> >>>> I've been developing an application under Ext 3.0 that I hope to >>>> integrate GeoExt into. >>>> >>>> Should I expect this to bring any problems? >>>> >>>> Should I be working to port my application back to Ext 2.2.1? >>>> >>>> Should I just go for it and see? >>>> >>>> cheers, >>>> Ian > > > -- > Fr??d??ric Junod > Camptocamp SA > _______________________________________________ > Dev mailing list > Dev at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/dev > From pauljame at gmail.com Mon Jul 13 17:24:13 2009 From: pauljame at gmail.com (Paul james) Date: Mon, 13 Jul 2009 12:24:13 -0300 Subject: [Users] Tree Layer question... Message-ID: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> Hello Guys... Using Mapfish with Mapserver layer, my treeview can turn on/off layers individually... Example : http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html Example, I can turn parkings and summits, but just 1 layer is generated with both... Is it posible to do that using only GeoExt? Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.geoext.org/pipermail/users/attachments/20090713/150b2b0c/attachment.htm From bartvde at osgis.nl Mon Jul 13 17:54:49 2009 From: bartvde at osgis.nl (Bart van den Eijnden (OSGIS)) Date: Mon, 13 Jul 2009 17:54:49 +0200 Subject: [Users] Tree Layer question... In-Reply-To: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> Message-ID: <4A5B58C9.8020708@osgis.nl> Hi Paul, currently not. You could check the patches for ticket:22 for something called LayerParamsNode, which should do what you want. Best regards, Bart Paul james wrote: > Hello Guys... > > Using Mapfish with Mapserver layer, my treeview can turn on/off layers > individually... > > Example : > http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html > Example, I can turn parkings and summits, but just 1 layer is > generated with both... > > Is it posible to do that using only GeoExt? > > Paul > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users > -- Bart van den Eijnden OSGIS, Open Source GIS bartvde at osgis.nl http://www.osgis.nl From eric.lemoine at camptocamp.com Mon Jul 13 17:56:05 2009 From: eric.lemoine at camptocamp.com (Eric Lemoine) Date: Mon, 13 Jul 2009 17:56:05 +0200 Subject: [Users] Tree Layer question... In-Reply-To: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> Message-ID: On Monday, July 13, 2009, Paul james wrote: > Hello Guys... > > Using Mapfish with Mapserver layer, my treeview can turn on/off layers individually... > Example : http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html > Example, I can turn parkings and summits, but just 1 layer is generated with both... > > Is it posible to do that using only GeoExt? turning on and off sublayers (i.e. layers in a Layer.WMS instance) isn't supported by GeoExt.tree at that time. But some work has been started... Maybe Andreas can say more about this work. Cheers, > > Paul > > -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : eric.lemoine at camptocamp.com http://www.camptocamp.com From pauljame at gmail.com Mon Jul 13 18:35:16 2009 From: pauljame at gmail.com (Paul james) Date: Mon, 13 Jul 2009 13:35:16 -0300 Subject: [Users] Tree Layer question... In-Reply-To: References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> Message-ID: <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> Thank guys... And how about a "custom" treeview ? Like 'model' in mapfish... Paul On Mon, Jul 13, 2009 at 12:56 PM, Eric Lemoine wrote: > On Monday, July 13, 2009, Paul james wrote: > > Hello Guys... > > > > Using Mapfish with Mapserver layer, my treeview can turn on/off layers > individually... > > Example : > http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html > > Example, I can turn parkings and summits, but just 1 layer is generated > with both... > > > > Is it posible to do that using only GeoExt? > > turning on and off sublayers (i.e. layers in a Layer.WMS instance) > isn't supported by GeoExt.tree at that time. But some work has been > started... Maybe Andreas can say more about this work. > > Cheers, > > > > > Paul > > > > > > -- > Eric Lemoine > > Camptocamp France SAS > Savoie Technolac, BP 352 > 73377 Le Bourget du Lac, Cedex > > Tel : 00 33 4 79 44 44 96 > Mail : eric.lemoine at camptocamp.com > http://www.camptocamp.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.geoext.org/pipermail/users/attachments/20090713/5a6def9e/attachment.htm From bartvde at osgis.nl Mon Jul 13 19:18:35 2009 From: bartvde at osgis.nl (Bart van den Eijnden (OSGIS)) Date: Mon, 13 Jul 2009 19:18:35 +0200 Subject: [Users] Tree Layer question... In-Reply-To: <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> Message-ID: <4A5B6C6B.4040308@osgis.nl> Nope, not yet. Best regards, Bart Paul james wrote: > Thank guys... > And how about a "custom" treeview ? Like 'model' in mapfish... > > Paul > > On Mon, Jul 13, 2009 at 12:56 PM, Eric Lemoine > > wrote: > > On Monday, July 13, 2009, Paul james > wrote: > > Hello Guys... > > > > Using Mapfish with Mapserver layer, my treeview can turn on/off > layers individually... > > Example : > http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html > > Example, I can turn parkings and summits, but just 1 layer is > generated with both... > > > > Is it posible to do that using only GeoExt? > > turning on and off sublayers (i.e. layers in a Layer.WMS instance) > isn't supported by GeoExt.tree at that time. But some work has been > started... Maybe Andreas can say more about this work. > > Cheers, > > > > > Paul > > > > > > -- > Eric Lemoine > > Camptocamp France SAS > Savoie Technolac, BP 352 > 73377 Le Bourget du Lac, Cedex > > Tel : 00 33 4 79 44 44 96 > Mail : eric.lemoine at camptocamp.com > > http://www.camptocamp.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users > -- Bart van den Eijnden OSGIS, Open Source GIS bartvde at osgis.nl http://www.osgis.nl From eric.lemoine at camptocamp.com Mon Jul 13 22:39:55 2009 From: eric.lemoine at camptocamp.com (Eric Lemoine) Date: Mon, 13 Jul 2009 22:39:55 +0200 Subject: [Users] License of the Geoext styler In-Reply-To: <580FA24A3F2ED746B347EF1BA94645720D912821F9@FRVDX100.fr01.awl.atosorigin.net> References: <580FA24A3F2ED746B347EF1BA94645720D912821F9@FRVDX100.fr01.awl.atosorigin.net> Message-ID: On Thursday, July 9, 2009, Pascal Romaric wrote: > > > > > > > > Hello, > > I would like to use Geoext styler in a project, but ?I did not manage to find any information about the its license. Is it BSD as the GeoExt project ? or GPL as the Geoserver project ? or something else perhaps > > > Thanks by advance for your answers. I'm also interested in knowing whether we can get code from the GeoServer's styler and move it (gradually) to GeoExt (which is covered by BSD). I'd assume that this should not cause any issue from the GeoServer folks but it's better to ask. Should we take this to the GeoServer list or can people from OpenGeo answer? Thanks a lot! > > Romaric PASCAL > Atos Worldline - Developper > Tel. 04 78 17 88 21 > > > > > > Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le > d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? du groupe Atos Origin ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de > tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis. > > This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, > the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting > from any virus transmitted. > > > > -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : eric.lemoine at camptocamp.com http://www.camptocamp.com From jdeolive at opengeo.org Tue Jul 14 01:03:31 2009 From: jdeolive at opengeo.org (Justin Deoliveira) Date: Tue, 14 Jul 2009 09:03:31 +1000 Subject: [Users] License of the Geoext styler In-Reply-To: References: <580FA24A3F2ED746B347EF1BA94645720D912821F9@FRVDX100.fr01.awl.atosorigin.net> Message-ID: <4A5BBD43.4090208@opengeo.org> Hi Eric, From the GeoServer point of view releasing the styler as a an extension was really just a proof of concept to get some exposure, and never intended to be kept around for the long term. We would definitely like to see the styler integrated into GeoExt and start to be released as part of GeoExt, rather than release it with GeoServer. -Justin Eric Lemoine wrote: > On Thursday, July 9, 2009, Pascal Romaric wrote: >> >> >> >> >> >> >> Hello, >> >> I would like to use Geoext styler in a project, but I did not manage to find any information about the its license. Is it BSD as the GeoExt project ? or GPL as the Geoserver project ? or something else perhaps >> >> >> Thanks by advance for your answers. > > I'm also interested in knowing whether we can get code from the > GeoServer's styler and move it (gradually) to GeoExt (which is covered > by BSD). I'd assume that this should not cause any issue from the > GeoServer folks but it's better to ask. Should we take this to the > GeoServer list or can people from OpenGeo answer? > > Thanks a lot! >> Romaric PASCAL >> Atos Worldline - Developper >> Tel. 04 78 17 88 21 >> >> >> >> >> >> Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le >> d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? du groupe Atos Origin ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de >> tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis. >> >> This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, >> the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting >> from any virus transmitted. >> >> >> >> > -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. From lemarchandjo at who.int Tue Jul 14 16:49:30 2009 From: lemarchandjo at who.int (Lemarchand, Johan) Date: Tue, 14 Jul 2009 16:49:30 +0200 Subject: [Users] configuring layers in geoexplorer In-Reply-To: <4A4AB4EA.1070501@opengeo.org> References: <6443C518D78C6D499FF94DEC60F71A0D06B41A82@HQSWKAKI02.hq.intra.who.int><5b021dd0906300500i227246a0wdb9ed0e99652e306@mail.gmail.com> <4A4AB4EA.1070501@opengeo.org> Message-ID: <6443C518D78C6D499FF94DEC60F71A0D06C6D58E@HQSWKAKI02.hq.intra.who.int> Hi Tim, Sorry to ask you again but I have used the GeoExplorer and I have an issue with the layers styles. When I run the application in IE 6, the layers are displayed with a grey background as you can see in the attached file. Do you have any idea why? regards, Johan -----Original Message----- From: users-bounces at geoext.org [mailto:users-bounces at geoext.org] On Behalf Of Tim Schaub Sent: 01 July 2009 02:59 Cc: Users at geoext.org Subject: Re: [Users] configuring layers in geoexplorer Hey- Andreas Hocevar wrote: > Hi Johan, > > On Tue, Jun 30, 2009 at 1:54 PM, Lemarchand, Johan wrote: >> I have downloaded the latest release of GeoExplorer with the new GeoExt. >> I am trying to configure the layers added at the initialization of the >> application. It seems that the layers options such as the style, format, >> minScale, maxScale, etc... are not passed in when the application is >> activated. Is it the correct way to initialize the GeoExplorer? Is it >> covered in the current release or will it be covered later? > > Tthe correct way to configure GeoExplorer is to do it like in the > example, i.e. only provide a layer name. The layer name has to > correspond with a layer in the capabilities document that is loaded > with GeoExplorer. Currently, all layers in GeoExplorer have to come > from one WMS, i.e. information about all layers has to be in one > capabilities document. I should add that the latest "release" of the app is actually what you get in the zip archive linked from this blog post: http://blog.opengeo.org/2009/06/17/geoexplorer-preview/ This comes from the 0.1.x branch - not the trunk. If you are trying out the app at the trunk, you can use more than one OWS. I'll be making another tag for 0.2 in a few days. This tag will come with some basic docs. Tim > > Regards, > Andreas. > >> >> >> thanks in advance, >> Johan Lemarchand >> Public Health Information and GIS (GIS) >> Health Statistics and Informatics (HSI) >> Information Evidence and Research (IER) >> World Health Organization >> Tel: +41 22 791 1076 >> Mobile: +41 79 517 4205 >> Email: lemarchandjo at who.int >> >> _______________________________________________ >> Users mailing list >> Users at geoext.org >> http://www.geoext.org/cgi-bin/mailman/listinfo/users >> > > > -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. _______________________________________________ Users mailing list Users at geoext.org http://www.geoext.org/cgi-bin/mailman/listinfo/users -------------- next part -------------- A non-text attachment was scrubbed... Name: fluidmap.jpg Type: image/jpeg Size: 51318 bytes Desc: fluidmap.jpg Url : http://www.geoext.org/pipermail/users/attachments/20090714/1f3bfee6/attachment-0001.jpg From romaric.pascal at atosorigin.com Wed Jul 15 10:13:01 2009 From: romaric.pascal at atosorigin.com (Pascal Romaric) Date: Wed, 15 Jul 2009 10:13:01 +0200 Subject: [Users] License of the Geoext styler In-Reply-To: <4A5BBD43.4090208@opengeo.org> References: <580FA24A3F2ED746B347EF1BA94645720D912821F9@FRVDX100.fr01.awl.atosorigin.net> <4A5BBD43.4090208@opengeo.org> Message-ID: <580FA24A3F2ED746B347EF1BA94645720D912823EE@FRVDX100.fr01.awl.atosorigin.net> Thanks for your answer. To summarize what i understood: the current version of the styler is released as a geoserver extension (and thus is GPL ?), but the aim would be to make it part of GeoExt (which would make it BSD). Am I right ? Romaric -----Message d'origine----- De : Justin Deoliveira [mailto:jdeolive at opengeo.org] Envoy? : mardi 14 juillet 2009 01:04 ? : Eric Lemoine Cc : Pascal Romaric; users at geoext.org Objet : Re: [Users] License of the Geoext styler Hi Eric, From the GeoServer point of view releasing the styler as a an extension was really just a proof of concept to get some exposure, and never intended to be kept around for the long term. We would definitely like to see the styler integrated into GeoExt and start to be released as part of GeoExt, rather than release it with GeoServer. -Justin Eric Lemoine wrote: > On Thursday, July 9, 2009, Pascal Romaric wrote: >> >> >> >> >> >> >> Hello, >> >> I would like to use Geoext styler in a project, but I did not manage to find any information about the its license. Is it BSD as the GeoExt project ? or GPL as the Geoserver project ? or something else perhaps >> >> >> Thanks by advance for your answers. > > I'm also interested in knowing whether we can get code from the > GeoServer's styler and move it (gradually) to GeoExt (which is covered > by BSD). I'd assume that this should not cause any issue from the > GeoServer folks but it's better to ask. Should we take this to the > GeoServer list or can people from OpenGeo answer? > > Thanks a lot! >> Romaric PASCAL >> Atos Worldline - Developper >> Tel. 04 78 17 88 21 >> >> >> >> >> >> Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le >> d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? du groupe Atos Origin ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de >> tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis. >> >> This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, >> the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting >> from any virus transmitted. >> >> >> >> > -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? du groupe Atos Origin ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. From eric.lemoine at camptocamp.com Wed Jul 15 10:57:19 2009 From: eric.lemoine at camptocamp.com (Eric Lemoine) Date: Wed, 15 Jul 2009 10:57:19 +0200 Subject: [Users] License of the Geoext styler In-Reply-To: <580FA24A3F2ED746B347EF1BA94645720D912823EE@FRVDX100.fr01.awl.atosorigin.net> References: <580FA24A3F2ED746B347EF1BA94645720D912821F9@FRVDX100.fr01.awl.atosorigin.net> <4A5BBD43.4090208@opengeo.org> <580FA24A3F2ED746B347EF1BA94645720D912823EE@FRVDX100.fr01.awl.atosorigin.net> Message-ID: On Wed, Jul 15, 2009 at 10:13 AM, Pascal Romaric wrote: > Thanks for your answer. To summarize what i understood: the current version of the styler is released as a geoserver extension (and thus is GPL ?), but the aim would be to make it part of GeoExt (which would make it BSD). Am I right ? Right. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : eric.lemoine at camptocamp.com http://www.camptocamp.com From tschaub at opengeo.org Wed Jul 15 18:43:51 2009 From: tschaub at opengeo.org (Tim Schaub) Date: Wed, 15 Jul 2009 10:43:51 -0600 Subject: [Users] configuring layers in geoexplorer In-Reply-To: <6443C518D78C6D499FF94DEC60F71A0D06C6D58E@HQSWKAKI02.hq.intra.who.int> References: <6443C518D78C6D499FF94DEC60F71A0D06B41A82@HQSWKAKI02.hq.intra.who.int><5b021dd0906300500i227246a0wdb9ed0e99652e306@mail.gmail.com> <4A4AB4EA.1070501@opengeo.org> <6443C518D78C6D499FF94DEC60F71A0D06C6D58E@HQSWKAKI02.hq.intra.who.int> Message-ID: <4A5E0747.2070506@opengeo.org> Hey- Lemarchand, Johan wrote: > Hi Tim, > > Sorry to ask you again but I have used the GeoExplorer and I have an > issue with the layers styles. When I run the application in IE 6, the > layers are displayed with a grey background as you can see in the > attached file. Do you have any idea why? > Yeah, IE6 doesn't support alpha transparency in PNG. If you need to support IE6, you'll have to poke around the code, find where the format is set to image/png, and change it to image/gif. You may also have to set the (OpenLayers.Layer.WMS) layer "transparent" parameter to "true". We're using quite a few images with alpha transparency in that application, so it will not look nice for users on IE6. In addition, the publish dialog is not properly laid out on IE6 - so whoever publishes will have to use a newer browser. The image format setting needs to be made more easily configurable. This will happen in a future release. (This application development was not supported by a client with IE6 needs.) Thanks for trying it out. Tim > regards, > Johan > > > -----Original Message----- > From: users-bounces at geoext.org [mailto:users-bounces at geoext.org] On > Behalf Of Tim Schaub > Sent: 01 July 2009 02:59 > Cc: Users at geoext.org > Subject: Re: [Users] configuring layers in geoexplorer > > Hey- > > Andreas Hocevar wrote: >> Hi Johan, >> >> On Tue, Jun 30, 2009 at 1:54 PM, Lemarchand, > Johan wrote: >>> I have downloaded the latest release of GeoExplorer with the new > GeoExt. >>> I am trying to configure the layers added at the initialization of > the >>> application. It seems that the layers options such as the style, > format, >>> minScale, maxScale, etc... are not passed in when the application is >>> activated. Is it the correct way to initialize the GeoExplorer? Is it >>> covered in the current release or will it be covered later? >> Tthe correct way to configure GeoExplorer is to do it like in the >> example, i.e. only provide a layer name. The layer name has to >> correspond with a layer in the capabilities document that is loaded >> with GeoExplorer. Currently, all layers in GeoExplorer have to come >> from one WMS, i.e. information about all layers has to be in one >> capabilities document. > > I should add that the latest "release" of the app is actually what you > get in the zip archive linked from this blog post: > http://blog.opengeo.org/2009/06/17/geoexplorer-preview/ > > This comes from the 0.1.x branch - not the trunk. > > If you are trying out the app at the trunk, you can use more than one > OWS. I'll be making another tag for 0.2 in a few days. This tag will > come with some basic docs. > > Tim > >> Regards, >> Andreas. >> >>> >>> >>> thanks in advance, >>> Johan Lemarchand >>> Public Health Information and GIS (GIS) >>> Health Statistics and Informatics (HSI) >>> Information Evidence and Research (IER) >>> World Health Organization >>> Tel: +41 22 791 1076 >>> Mobile: +41 79 517 4205 >>> Email: lemarchandjo at who.int >>> >>> _______________________________________________ >>> Users mailing list >>> Users at geoext.org >>> http://www.geoext.org/cgi-bin/mailman/listinfo/users >>> >> >> > > > > ------------------------------------------------------------------------ > -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. From tschaub at opengeo.org Wed Jul 15 23:05:27 2009 From: tschaub at opengeo.org (Tim Schaub) Date: Wed, 15 Jul 2009 15:05:27 -0600 Subject: [Users] License of the Geoext styler In-Reply-To: <580FA24A3F2ED746B347EF1BA94645720D912821F9@FRVDX100.fr01.awl.atosorigin.net> References: <580FA24A3F2ED746B347EF1BA94645720D912821F9@FRVDX100.fr01.awl.atosorigin.net> Message-ID: <4A5E4497.2050908@opengeo.org> Hey- Pascal Romaric wrote: > Hello, > > I would like to use Geoext styler in a project, but I did not manage to > find any information about the its license. Is it BSD as the GeoExt > project ? or GPL as the Geoserver project ? or something else perhaps > The client side code for the Styler application is currently only available here: http://svn.opengeo.org/geoext/apps/styler2/trunk/ You'll find the (BSD) license in the same place. We're looking forward to incorporating some of the more generic components into GeoExt when possible. The application depends on a custom GeoServer extension, and it doesn't make sense to have every part in GeoExt. Tim > > > Thanks by advance for your answers. > > > > Romaric PASCAL > > Atos Worldline - Developper > > Tel. 04 78 17 88 21 > > > > > ------------------------------------------------------------------------ > > Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? > l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? > par le secret professionnel. Si vous recevez ce message par erreur, > merci d'en avertir imm?diatement l'exp?diteur et de le d?truire. > L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la > responsabilit? du groupe Atos Origin ne pourra ?tre recherch?e quant au > contenu de ce message. Bien que les meilleurs efforts soient faits pour > maintenir cette transmission exempte de tout virus, l'exp?diteur ne > donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre > recherch?e pour tout dommage r?sultant d'un virus transmis. > > This e-mail and the documents attached are confidential and intended > solely for the addressee; it may also be privileged. If you receive this > e-mail in error, please notify the sender immediately and destroy it. As > its integrity cannot be secured on the Internet, the Atos Origin group > liability cannot be triggered for the message content. Although the > sender endeavours to maintain a computer virus-free network, the sender > does not warrant that this transmission is virus-free and will not be > liable for any damages resulting from any virus transmitted. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. From ahocevar at opengeo.org Fri Jul 17 11:02:29 2009 From: ahocevar at opengeo.org (Andreas Hocevar) Date: Fri, 17 Jul 2009 11:02:29 +0200 Subject: [Users] Tree Layer question... In-Reply-To: <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> Message-ID: <4A603E25.1030808@opengeo.org> Hey Paul, sorry for the delayed reply. The difference between the layer tree approach in Mapfish and GeoExt is that the former uses a model on the tree level for custom trees, and the latter lets you use the a plain Ext configuration for the tree, because you have a choice of different node types for representing layers. The layer tree that you see in http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html will be possible in GeoExt, with this configuration: var tree = new Ext.tree.TreePanel({ root: new GeoExt.tree.LayerContainer({ defaults: { loader: new GeoExt.tree.LayerParamsLoader({ param: "LAYERS" }) } }), ... }); This does not work yet, but as Eric said, there is work going on to make it happen. We are currently switching to loaders, like Ext.tree.TreeLoader, for populating LayerContainers (ticket #122). The next steps will be: * Resurrect the LayerParamsNode (known from a previous patch for #22). This can do more than just change the layers param on WMS layers. It can also be used e.g. to use CQL_FILTER and any arbitrary params that OpenLayers layers take in the params object. * Create a loader that looks up a params name (e.g. LAYERS) as argument and will create one subnode for every param it finds. To make this even smarter, the loader could process additional information from the LayerStore, e.g. titles for the node texts. Please give feedback if this makes sense for your use case. Regards, Andreas. james wrote: > Thank guys... > And how about a "custom" treeview ? Like 'model' in mapfish... > > Paul > > On Mon, Jul 13, 2009 at 12:56 PM, Eric Lemoine > > wrote: > > On Monday, July 13, 2009, Paul james > wrote: > > Hello Guys... > > > > Using Mapfish with Mapserver layer, my treeview can turn on/off > layers individually... > > Example : > http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html > > Example, I can turn parkings and summits, but just 1 layer is > generated with both... > > > > Is it posible to do that using only GeoExt? > > turning on and off sublayers (i.e. layers in a Layer.WMS instance) > isn't supported by GeoExt.tree at that time. But some work has been > started... Maybe Andreas can say more about this work. > > Cheers, > > > > > Paul > > > > > > -- > Eric Lemoine > > Camptocamp France SAS > Savoie Technolac, BP 352 > 73377 Le Bourget du Lac, Cedex > > Tel : 00 33 4 79 44 44 96 > Mail : eric.lemoine at camptocamp.com > > http://www.camptocamp.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. From adube at mapgears.com Fri Jul 17 13:50:14 2009 From: adube at mapgears.com (Alexandre Dube) Date: Fri, 17 Jul 2009 07:50:14 -0400 Subject: [Users] Tree Layer question... In-Reply-To: <4A603E25.1030808@opengeo.org> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> <4A603E25.1030808@opengeo.org> Message-ID: <4A606576.20507@mapgears.com> Hi, Andreas Hocevar wrote: > Hey Paul, > > sorry for the delayed reply. The difference between the layer tree > approach in Mapfish and GeoExt is that the former uses a model on the > tree level for custom trees, and the latter lets you use the a plain Ext > configuration for the tree, because you have a choice of different node > types for representing layers. > > The layer tree that you see in > http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html > will be possible in GeoExt, with this configuration: > > var tree = new Ext.tree.TreePanel({ > root: new GeoExt.tree.LayerContainer({ > defaults: { > loader: new GeoExt.tree.LayerParamsLoader({ > param: "LAYERS" > }) > } > }), > ... > }); > > This does not work yet, but as Eric said, there is work going on to make > it happen. We are currently switching to loaders, like > Ext.tree.TreeLoader, for populating LayerContainers (ticket #122). The > next steps will be: > > * Resurrect the LayerParamsNode (known from a previous patch for #22). > This can do more than just change the layers param on WMS layers. It can > also be used e.g. to use CQL_FILTER and any arbitrary params that > OpenLayers layers take in the params object. > > * Create a loader that looks up a params name (e.g. LAYERS) as argument > and will create one subnode for every param it finds. To make this even > smarter, the loader could process additional information from the > LayerStore, e.g. titles for the node texts. > > I'm really interested in this kind of enhancement. If you open a ticket for this, could you please announce it on the list ? I would 'cc' myself to the ticket to follow it development. Many thanks, Alexandre > Please give feedback if this makes sense for your use case. > > Regards, > Andreas. > > > -- Alexandre Dub? Mapgears www.mapgears.com From ahocevar at opengeo.org Mon Jul 20 13:44:02 2009 From: ahocevar at opengeo.org (Andreas Hocevar) Date: Mon, 20 Jul 2009 13:44:02 +0200 Subject: [Users] Tree Layer question... In-Reply-To: <4A606576.20507@mapgears.com> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> <4A603E25.1030808@opengeo.org> <4A606576.20507@mapgears.com> Message-ID: <4A645882.9010703@opengeo.org> Hi, Alexandre Dube wrote: > Andreas Hocevar wrote: >> sorry for the delayed reply. The difference between the layer tree >> approach in Mapfish and GeoExt is that the former uses a model on the >> tree level for custom trees, and the latter lets you use the a plain >> Ext configuration for the tree, because you have a choice of >> different node types for representing layers. >> >> The layer tree that you see in >> http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html >> will be possible in GeoExt, with this configuration: >> >> var tree = new Ext.tree.TreePanel({ >> root: new GeoExt.tree.LayerContainer({ >> defaults: { >> loader: new GeoExt.tree.LayerParamsLoader({ >> param: "LAYERS" >> }) >> } >> }), >> ... >> }); >> >> > > I'm really interested in this kind of enhancement. If you open a > ticket for this, could you please announce it on the list ? I would > 'cc' myself to the ticket to follow it development. http://trac.geoext.org/ticket/127 Regards, Andreas. -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. From pauljame at gmail.com Mon Jul 20 20:44:36 2009 From: pauljame at gmail.com (Paul james) Date: Mon, 20 Jul 2009 15:44:36 -0300 Subject: [Users] Tree Layer question... In-Reply-To: <4A603E25.1030808@opengeo.org> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> <4A603E25.1030808@opengeo.org> Message-ID: <33fad6880907201144g6a87a121wdf414fa4dd8c8282@mail.gmail.com> Hi Andreas... In my case I need : - Possibility to create a custom treeview (like model in mapfish) - Supporting sublayer (Layer.Mapserver), like Mapfish does - Possibility to add a Radio button in some nodes (with Checkbox) - Possibility to takeoff all icons (mapfish stay with a ugly white space when I dont use a icon) Thanks Paul On Fri, Jul 17, 2009 at 6:02 AM, Andreas Hocevar wrote: > Hey Paul, > > sorry for the delayed reply. The difference between the layer tree approach > in Mapfish and GeoExt is that the former uses a model on the tree level for > custom trees, and the latter lets you use the a plain Ext configuration for > the tree, because you have a choice of different node types for representing > layers. > > The layer tree that you see in > http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.htmlwill be possible in GeoExt, with this configuration: > > var tree = new Ext.tree.TreePanel({ > root: new GeoExt.tree.LayerContainer({ > defaults: { > loader: new GeoExt.tree.LayerParamsLoader({ > param: "LAYERS" > }) > } > }), > ... > }); > > This does not work yet, but as Eric said, there is work going on to make it > happen. We are currently switching to loaders, like Ext.tree.TreeLoader, for > populating LayerContainers (ticket #122). The next steps will be: > > * Resurrect the LayerParamsNode (known from a previous patch for #22). This > can do more than just change the layers param on WMS layers. It can also be > used e.g. to use CQL_FILTER and any arbitrary params that OpenLayers layers > take in the params object. > > * Create a loader that looks up a params name (e.g. LAYERS) as argument and > will create one subnode for every param it finds. To make this even smarter, > the loader could process additional information from the LayerStore, e.g. > titles for the node texts. > > Please give feedback if this makes sense for your use case. > > Regards, > Andreas. > > james wrote: > >> Thank guys... >> And how about a "custom" treeview ? Like 'model' in mapfish... >> >> Paul >> >> On Mon, Jul 13, 2009 at 12:56 PM, Eric Lemoine < >> eric.lemoine at camptocamp.com > wrote: >> >> On Monday, July 13, 2009, Paul james > > wrote: >> > Hello Guys... >> > >> > Using Mapfish with Mapserver layer, my treeview can turn on/off >> layers individually... >> > Example : >> >> http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html >> > Example, I can turn parkings and summits, but just 1 layer is >> generated with both... >> > >> > Is it posible to do that using only GeoExt? >> >> turning on and off sublayers (i.e. layers in a Layer.WMS instance) >> isn't supported by GeoExt.tree at that time. But some work has been >> started... Maybe Andreas can say more about this work. >> >> Cheers, >> >> > >> > Paul >> > >> > >> >> -- >> Eric Lemoine >> >> Camptocamp France SAS >> Savoie Technolac, BP 352 >> 73377 Le Bourget du Lac, Cedex >> >> Tel : 00 33 4 79 44 44 96 >> Mail : eric.lemoine at camptocamp.com >> >> http://www.camptocamp.com >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Users mailing list >> Users at geoext.org >> http://www.geoext.org/cgi-bin/mailman/listinfo/users >> >> > > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.geoext.org/pipermail/users/attachments/20090720/b5d81cd5/attachment.htm From ahocevar at opengeo.org Mon Jul 20 21:04:53 2009 From: ahocevar at opengeo.org (Andreas Hocevar) Date: Mon, 20 Jul 2009 21:04:53 +0200 Subject: [Users] Tree Layer question... In-Reply-To: <33fad6880907201144g6a87a121wdf414fa4dd8c8282@mail.gmail.com> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> <4A603E25.1030808@opengeo.org> <33fad6880907201144g6a87a121wdf414fa4dd8c8282@mail.gmail.com> Message-ID: <4A64BFD5.3030904@opengeo.org> Paul james wrote: > Hi Andreas... > > In my case I need : > - Possibility to create a custom treeview (like model in mapfish) Is already possible (using just an Ext.TreePanel configuration, with GeoExt node types). > - Supporting sublayer (Layer.Mapserver), like Mapfish does Will be possible, by managing anything that is expressed as URL param with LayerParamsNode and LayerParamsLoader. > - Possibility to add a Radio button in some nodes (with Checkbox) Is already possible, see the tree.html example. > - Possibility to takeoff all icons (mapfish stay with a ugly white > space when I dont use a icon) Is already possible, with the following css: .x-tree-node-icon { width: 0px; } Regards, Andreas. > > Thanks > > Paul > > On Fri, Jul 17, 2009 at 6:02 AM, Andreas Hocevar > wrote: > > Hey Paul, > > sorry for the delayed reply. The difference between the layer tree > approach in Mapfish and GeoExt is that the former uses a model on > the tree level for custom trees, and the latter lets you use the a > plain Ext configuration for the tree, because you have a choice of > different node types for representing layers. > > The layer tree that you see in > http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html > will be possible in GeoExt, with this configuration: > > var tree = new Ext.tree.TreePanel({ > root: new GeoExt.tree.LayerContainer({ > defaults: { > loader: new GeoExt.tree.LayerParamsLoader({ > param: "LAYERS" > }) > } > }), > ... > }); > > This does not work yet, but as Eric said, there is work going on > to make it happen. We are currently switching to loaders, like > Ext.tree.TreeLoader, for populating LayerContainers (ticket #122). > The next steps will be: > > * Resurrect the LayerParamsNode (known from a previous patch for > #22). This can do more than just change the layers param on WMS > layers. It can also be used e.g. to use CQL_FILTER and any > arbitrary params that OpenLayers layers take in the params object. > > * Create a loader that looks up a params name (e.g. LAYERS) as > argument and will create one subnode for every param it finds. To > make this even smarter, the loader could process additional > information from the LayerStore, e.g. titles for the node texts. > > Please give feedback if this makes sense for your use case. > > Regards, > Andreas. > > james wrote: > > Thank guys... > And how about a "custom" treeview ? Like 'model' in mapfish... > > Paul > > On Mon, Jul 13, 2009 at 12:56 PM, Eric Lemoine > > >> wrote: > > On Monday, July 13, 2009, Paul james > >> wrote: > > Hello Guys... > > > > Using Mapfish with Mapserver layer, my treeview can turn > on/off > layers individually... > > Example : > > http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html > > Example, I can turn parkings and summits, but just 1 layer is > generated with both... > > > > Is it posible to do that using only GeoExt? > > turning on and off sublayers (i.e. layers in a Layer.WMS > instance) > isn't supported by GeoExt.tree at that time. But some work > has been > started... Maybe Andreas can say more about this work. > > Cheers, > > > > > Paul > > > > > > -- > Eric Lemoine > > Camptocamp France SAS > Savoie Technolac, BP 352 > 73377 Le Bourget du Lac, Cedex > > Tel : 00 33 4 79 44 44 96 > Mail : eric.lemoine at camptocamp.com > > > > http://www.camptocamp.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users > > > > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. > > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. From nik1166 at googlemail.com Tue Jul 21 09:32:34 2009 From: nik1166 at googlemail.com (Nils Krueger) Date: Tue, 21 Jul 2009 09:32:34 +0200 Subject: [Users] Change the EPSG projection Message-ID: Hi folks, I saw the geoext examples and I found it very helpful. In the examples with the layercontainer.html I wanted to change the EPSG projection other than the 4263 projection. Unfortunately I don?t found the place in the code where I can change the projection. Can someone show me how I do it, that I get the projection 31467 then I adding a Layer in my Map. Thank you for your help Nils -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.geoext.org/pipermail/users/attachments/20090721/b1f3bb8e/attachment.htm From stanitzok at hansaluftbild.de Tue Jul 21 10:42:15 2009 From: stanitzok at hansaluftbild.de (Thorsten Stanitzok) Date: Tue, 21 Jul 2009 10:42:15 +0200 Subject: [Users] Change the EPSG projection In-Reply-To: References: Message-ID: <4A657F67.6080401@hansaluftbild.de> Hey Nils, i took the layercontainer-example and added one hardcoded (without capabilities and grid) layer to the map for you. I hope this helps. regards Thorsten Nils Krueger schrieb: > Hi folks, > > I saw the geoext examples and I found it very helpful. In the examples > with the layercontainer.html I wanted to change the EPSG projection > other than the 4263 projection. Unfortunately I don?t found the place in > the code where I can change the projection. Can someone show me how I do > it, that I get the projection 31467 then I adding a Layer in my Map. > > Thank you for your help > > Nils > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users -- Thorsten Stanitzok Hansa Luftbild Geoinformationssysteme GmbH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.geoext.org/pipermail/users/attachments/20090721/46045761/attachment-0001.html From nik1166 at googlemail.com Tue Jul 21 13:09:28 2009 From: nik1166 at googlemail.com (Nils Krueger) Date: Tue, 21 Jul 2009 13:09:28 +0200 Subject: [Users] Change the EPSG projection In-Reply-To: <4A657F67.6080401@hansaluftbild.de> References: <4A657F67.6080401@hansaluftbild.de> Message-ID: Thanks for your quick answers. Your file was, a very big help for me. Many thanks for your help Greetings! Nils 2009/7/21 Thorsten Stanitzok > Hey Nils, > > i took the layercontainer-example and added one hardcoded (without > capabilities and grid) layer to the map for you. > > I hope this helps. > > regards > Thorsten > > Nils Krueger schrieb: > >> Hi folks, >> >> I saw the geoext examples and I found it very helpful. In the examples >> with the layercontainer.html I wanted to change the EPSG projection other >> than the 4263 projection. Unfortunately I don?t found the place in the code >> where I can change the projection. Can someone show me how I do it, that I >> get the projection 31467 then I adding a Layer in my Map. >> >> Thank you for your help >> >> Nils >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Users mailing list >> Users at geoext.org >> http://www.geoext.org/cgi-bin/mailman/listinfo/users >> > > > -- > Thorsten Stanitzok > Hansa Luftbild Geoinformationssysteme GmbH > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.geoext.org/pipermail/users/attachments/20090721/e52c5a72/attachment.htm From eric.lemoine at camptocamp.com Wed Jul 22 07:08:31 2009 From: eric.lemoine at camptocamp.com (Eric Lemoine) Date: Wed, 22 Jul 2009 07:08:31 +0200 Subject: [Users] Tree Layer question... In-Reply-To: <4A64BFD5.3030904@opengeo.org> References: <33fad6880907130824y5e2674ddp61121b9b85833a9c@mail.gmail.com> <33fad6880907130935q4659d74cxc5ab203b32e2fff9@mail.gmail.com> <4A603E25.1030808@opengeo.org> <33fad6880907201144g6a87a121wdf414fa4dd8c8282@mail.gmail.com> <4A64BFD5.3030904@opengeo.org> Message-ID: On Monday, July 20, 2009, Andreas Hocevar wrote: > Paul james wrote: >> Hi Andreas... >> >> In my case I need : >> ?- Possibility to create a custom treeview (like model in mapfish) > > Is already possible (using just an Ext.TreePanel configuration, with > GeoExt node types). Right. Where you specified a user model in the MapFish tree (with the "model" property) you'd use LayerNode's (in a regular Ext tree panel) with GeoExt. And where you used the automatic model in the MapFish tree you'd use ?LayerContainer with GeoExt. Cheers, > >> ?- Supporting sublayer (Layer.Mapserver), like Mapfish does > > Will be possible, by managing anything that is expressed as URL param > with LayerParamsNode and LayerParamsLoader. > >> ?- Possibility to add a Radio button in some nodes (with Checkbox) > > Is already possible, see the tree.html example. > >> ?- Possibility to takeoff all icons (mapfish stay with a ugly white >> space when I dont use a icon) > > Is already possible, with the following css: > .x-tree-node-icon { > ?? ?width: 0px; > } > > Regards, > Andreas. > >> >> Thanks >> >> Paul >> >> On Fri, Jul 17, 2009 at 6:02 AM, Andreas Hocevar > > wrote: >> >> ? ? Hey Paul, >> >> ? ? sorry for the delayed reply. The difference between the layer tree >> ? ? approach in Mapfish and GeoExt is that the former uses a model on >> ? ? the tree level for custom trees, and the latter lets you use the a >> ? ? plain Ext configuration for the tree, because you have a choice of >> ? ? different node types for representing layers. >> >> ? ? The layer tree that you see in >> ? ? http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html >> ? ? will be possible in GeoExt, with this configuration: >> >> ? ? var tree = new Ext.tree.TreePanel({ >> ? ? ? root: new GeoExt.tree.LayerContainer({ >> ? ? ? ? ? defaults: { >> ? ? ? ? ? ? ? loader: new GeoExt.tree.LayerParamsLoader({ >> ? ? ? ? ? ? ? ? ? param: "LAYERS" >> ? ? ? ? ? ? ? }) >> ? ? ? ? ? } >> ? ? ? }), >> ? ? ? ... >> ? ? }); >> >> ? ? This does not work yet, but as Eric said, there is work going on >> ? ? to make it happen. We are currently switching to loaders, like >> ? ? Ext.tree.TreeLoader, for populating LayerContainers (ticket #122). >> ? ? The next steps will be: >> >> ? ? * Resurrect the LayerParamsNode (known from a previous patch for >> ? ? #22). This can do more than just change the layers param on WMS >> ? ? layers. It can also be used e.g. to use CQL_FILTER and any >> ? ? arbitrary params that OpenLayers layers take in the params object. >> >> ? ? * Create a loader that looks up a params name (e.g. LAYERS) as >> ? ? argument and will create one subnode for every param it finds. To >> ? ? make this even smarter, the loader could process additional >> ? ? information from the LayerStore, e.g. titles for the node texts. >> >> ? ? Please give feedback if this makes sense for your use case. >> >> ? ? Regards, >> ? ? Andreas. >> >> ? ? james wrote: >> >> ? ? ? ? Thank guys... >> ? ? ? ? And how about a "custom" treeview ? Like 'model' in mapfish... >> >> ? ? ? ? Paul >> >> ? ? ? ? On Mon, Jul 13, 2009 at 12:56 PM, Eric Lemoine >> ? ? ? ? > ? ? ? ? >> ? ? ? ? > ? ? ? ? >> wrote: >> >> ? ? ? ? ? ?On Monday, July 13, 2009, Paul james > ? ? ? ? >> ? ? ? ? ? ?>> wrote: >> ? ? ? ? ? ?> Hello Guys... >> ? ? ? ? ? ?> >> ? ? ? ? ? ?> Using Mapfish with Mapserver layer, my treeview can turn >> ? ? ? ? on/off >> ? ? ? ? ? ?layers individually... >> ? ? ? ? ? ?> Example : >> >> ? ? ? ? ?http://demo.mapfish.org/mapfishsample/1.1/examples/tree/tree_automatic.html >> ? ? ? ? ? ?> Example, I can turn parkings and summits, but just 1 layer is >> ? ? ? ? ? ?generated with both... >> ? ? ? ? ? ?> >> ? ? ? ? ? ?> Is it posible to do that using only GeoExt? >> >> ? ? ? ? ? ?turning on and off sublayers (i.e. layers in a Layer.WMS >> ? ? ? ? instance) >> ? ? ? ? ? ?isn't supported by GeoExt.tree at that time. But some work >> ? ? ? ? has been >> ? ? ? ? ? ?started... Maybe Andreas can say more about this work. >> >> ? ? ? ? ? ?Cheers, >> >> ? ? ? ? ? ?> >> ? ? ? ? ? ?> Paul >> ? ? ? ? ? ?> >> ? ? ? ? ? ?> >> >> ? ? ? ? ? ?-- >> ? ? ? ? ? ?Eric Lemoine >> >> ? ? ? ? ? ?Camptocamp France SAS >> ? ? ? ? ? ?Savoie Technolac, BP 352 >> ? ? ? ? ? ?73377 Le Bourget du Lac, Cedex >> >> ? ? ? ? ? ?Tel : 00 33 4 79 44 44 96 >> ? ? ? ? ? ?Mail : eric.lemoine at camptocamp.com >> ? ? ? ? >> ? ? ? ? ? ?> ? ? ? ? > >> ? ? ? ? ? ?http://www.camptocamp.com >> >> >> ? ? ? ? ------------------------------------------------------------------------ >> >> ? ? ? ? _______________________________________________ >> ? ? ? ? Users mailing list >> ? ? ? ? Users at geoext.org >> ? ? ? ? http://www.geoext.org/cgi-bin/mailman/listinfo/users >> >> >> >> >> ? ? -- >> ? ? Andreas Hocevar >> ? ? OpenGeo - http://opengeo.org/ >> ? ? Expert service straight from the developers. >> >> > > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. > > -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : eric.lemoine at camptocamp.com http://www.camptocamp.com From bartvde at osgis.nl Wed Jul 22 14:38:25 2009 From: bartvde at osgis.nl (bartvde at osgis.nl) Date: Wed, 22 Jul 2009 14:38:25 +0200 (CEST) Subject: [Users] Aduguc Web Portal Message-ID: <52303.92.67.131.138.1248266305.squirrel@webmail.hostingdiscounter.nl> Hi list, this is quite a nice website using ExtJS but not GeoExt nor OpenLayers. It was done by the Royal Netherlands Meteorological Institute. http://geoservices.knmi.nl/adaguc_portal/index.html Their WMS time support is quite nice, e.g. pick RADNL 25PCPRR L3 - Precipitation" from the list of available products, add the color layer, and zoom in to the Netherlands. You can then loop through different timesteps. Best regards, Bart From trondmm-geoext at crusaders.no Wed Jul 22 20:23:14 2009 From: trondmm-geoext at crusaders.no (Trond Michelsen) Date: Wed, 22 Jul 2009 20:23:14 +0200 Subject: [Users] Aduguc Web Portal In-Reply-To: <52303.92.67.131.138.1248266305.squirrel@webmail.hostingdiscounter.nl> References: <52303.92.67.131.138.1248266305.squirrel@webmail.hostingdiscounter.nl> Message-ID: <20090722182314.GE26248@crusaders.no> On Wed, Jul 22, 2009 at 02:38:25PM +0200, bartvde at osgis.nl wrote: > http://geoservices.knmi.nl/adaguc_portal/index.html > > Their WMS time support is quite nice, e.g. pick RADNL 25PCPRR L3 - > Precipitation" from the list of available products, add the color layer, > and zoom in to the Netherlands. You can then loop through different > timesteps. I'm currently working on WMS time (actually WMS dimensions in general) support for GeoExt and Openlayers. There's still a lot work left, but it does work fairly well in its current state. http://wms.met.no/geoext/examples/timeslider.html There's no animation support, though (and animated gifs feels like cheating, anyway :) ). -- Trond Michelsen From adube at mapgears.com Thu Jul 23 21:59:08 2009 From: adube at mapgears.com (Alexandre Dube) Date: Thu, 23 Jul 2009 15:59:08 -0400 Subject: [Users] Tooltip with GeoExtAction Message-ID: <4A68C10C.3080601@mapgears.com> Hi, Is it possible to display a tooltip with GeoExt.Action ? If so, how ? I can't really figure how it could be possible. Thanks, -- Alexandre Dub? Mapgears www.mapgears.com From eric.lemoine at camptocamp.com Thu Jul 23 22:08:25 2009 From: eric.lemoine at camptocamp.com (Eric Lemoine) Date: Thu, 23 Jul 2009 22:08:25 +0200 Subject: [Users] Tooltip with GeoExtAction In-Reply-To: <4A68C10C.3080601@mapgears.com> References: <4A68C10C.3080601@mapgears.com> Message-ID: On Thu, Jul 23, 2009 at 9:59 PM, Alexandre Dube wrote: > Hi, > > ?Is it possible to display a tooltip with GeoExt.Action ? ?If so, how > ? ?I can't really figure how it could be possible. I just modified the toolbar example to add tooltips. See http://trac.geoext.org/changeset/1283. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : eric.lemoine at camptocamp.com http://www.camptocamp.com From chippy2005 at gmail.com Fri Jul 24 00:18:08 2009 From: chippy2005 at gmail.com (Tim Waters (chippy)) Date: Thu, 23 Jul 2009 23:18:08 +0100 Subject: [Users] Aduguc Web Portal In-Reply-To: <20090722182314.GE26248@crusaders.no> References: <52303.92.67.131.138.1248266305.squirrel@webmail.hostingdiscounter.nl> <20090722182314.GE26248@crusaders.no> Message-ID: <73c11890907231518j160f2f0bs248a2492182bf730@mail.gmail.com> 2009/7/22 Trond Michelsen : > On Wed, Jul 22, 2009 at 02:38:25PM +0200, bartvde at osgis.nl wrote: >> http://geoservices.knmi.nl/adaguc_portal/index.html >> >> Their WMS time support is quite nice, e.g. pick RADNL 25PCPRR L3 - >> Precipitation" from the list of available products, add the color layer, >> and zoom in to the Netherlands. You can then loop through different >> timesteps. > > I'm currently working on WMS time (actually WMS dimensions in general) > support for GeoExt and Openlayers. There's still a lot work left, but > it does work fairly well in its current state. > > http://wms.met.no/geoext/examples/timeslider.html > > There's no animation support, though (and animated gifs feels like > cheating, anyway :) ). > > -- > Trond Michelsen Very nice! I wonder, does anyone have an example of a time slider, but for a range of times, say to be used with WFS to filter the features returned between two datetimes? Tim From adube at mapgears.com Fri Jul 24 14:08:00 2009 From: adube at mapgears.com (Alexandre Dube) Date: Fri, 24 Jul 2009 08:08:00 -0400 Subject: [Users] Tooltip with GeoExtAction In-Reply-To: References: <4A68C10C.3080601@mapgears.com> Message-ID: <4A69A420.9050300@mapgears.com> Hi, Eric Lemoine wrote: > > I just modified the toolbar example to add tooltips. See > http://trac.geoext.org/changeset/1283. > > Cheers, > That's what I figured at first but when I tried to add a 'tooltip' property, it didn't do anything. There must be something else in my application that prevents tooltips from working, I guess... (I tried with 1 GeoExt.Action, an exact copy/paste of your example, with no luck)... I'll let you know if I find anything. Thanks, -- Alexandre Dub? Mapgears www.mapgears.com From eric.lemoine at camptocamp.com Fri Jul 24 14:40:09 2009 From: eric.lemoine at camptocamp.com (Eric Lemoine) Date: Fri, 24 Jul 2009 14:40:09 +0200 Subject: [Users] Tooltip with GeoExtAction In-Reply-To: <4A69A420.9050300@mapgears.com> References: <4A68C10C.3080601@mapgears.com> <4A69A420.9050300@mapgears.com> Message-ID: On Fri, Jul 24, 2009 at 2:08 PM, Alexandre Dube wrote: > Hi, > > Eric Lemoine wrote: >> >> I just modified the toolbar example to add tooltips. See >> http://trac.geoext.org/changeset/1283. >> >> Cheers, >> > > That's what I figured at first but when I tried to add a 'tooltip' property, > it didn't do anything. ?There must be something else in my application that > prevents tooltips from working, I guess... ?(I tried with 1 GeoExt.Action, > an exact copy/paste of your example, with no luck)... I'll let you know if I > find anything. Do you have "Ext.QuickTips.init();" ? See changeset 1283. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : eric.lemoine at camptocamp.com http://www.camptocamp.com From adube at mapgears.com Fri Jul 24 14:48:59 2009 From: adube at mapgears.com (Alexandre Dube) Date: Fri, 24 Jul 2009 08:48:59 -0400 Subject: [Users] Tooltip with GeoExtAction In-Reply-To: References: <4A68C10C.3080601@mapgears.com> <4A69A420.9050300@mapgears.com> Message-ID: <4A69ADBB.6090909@mapgears.com> Eric Lemoine wrote: > Do you have "Ext.QuickTips.init();" ? See changeset 1283 No, I didn't. Yep, it's working now. Thanks a lot, -- Alexandre Dub? Mapgears www.mapgears.com From adube at mapgears.com Fri Jul 24 17:55:46 2009 From: adube at mapgears.com (Alexandre Dube) Date: Fri, 24 Jul 2009 11:55:46 -0400 Subject: [Users] Tooltip with GeoExtAction In-Reply-To: <4A69ADBB.6090909@mapgears.com> References: <4A68C10C.3080601@mapgears.com> <4A69A420.9050300@mapgears.com> <4A69ADBB.6090909@mapgears.com> Message-ID: <4A69D982.1010505@mapgears.com> Alexandre Dube wrote: > Eric Lemoine wrote: > >> Do you have "Ext.QuickTips.init();" ? See changeset 1283 >> > > No, I didn't. Yep, it's working now. > > Thanks a lot, > > It works for the buttons, but not for the menu to the right. -- Alexandre Dub? Mapgears www.mapgears.com From eric.lemoine at camptocamp.com Fri Jul 24 18:45:54 2009 From: eric.lemoine at camptocamp.com (Eric Lemoine) Date: Fri, 24 Jul 2009 18:45:54 +0200 Subject: [Users] Tooltip with GeoExtAction In-Reply-To: <4A69D982.1010505@mapgears.com> References: <4A68C10C.3080601@mapgears.com> <4A69A420.9050300@mapgears.com> <4A69ADBB.6090909@mapgears.com> <4A69D982.1010505@mapgears.com> Message-ID: On Friday, July 24, 2009, Alexandre Dube wrote: > Alexandre Dube wrote: > > Eric Lemoine wrote: > > > Do you have "Ext.QuickTips.init();" ? See changeset 1283 > > > > No, I didn't. ?Yep, it's working now. > > Thanks a lot, > > > > > It works for the buttons, but not for the menu to the right. Right. Menu items don't have tooltips in Ext - I recall reading a thread on the Ext forum about this. Cheers, > > -- > Alexandre Dub? > Mapgears > http://www.mapgears.com > > -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : eric.lemoine at camptocamp.com http://www.camptocamp.com From adube at mapgears.com Fri Jul 24 19:40:50 2009 From: adube at mapgears.com (Alexandre Dube) Date: Fri, 24 Jul 2009 13:40:50 -0400 Subject: [Users] GeoExt.Action + Ext.menu Message-ID: <4A69F222.2070904@mapgears.com> Hey, I really like the example of the new toolbar that uses GeoExt.Action. I had something in mind though and wondered if anyone already achieved it : can you have a toolbar with GeoExt.Action objects AND different GeoExt.Action inside a Ext.menu AND have the same 'group' and 'toggleGroup' all work together ? I know that's a bit silly, since the menu has a checkItem objects... The menu or toolbar would need to share the same 'type' of element for this to work I guess. Any idea ? -- Alexandre Dub? Mapgears www.mapgears.com From tschaub at opengeo.org Fri Jul 24 21:04:43 2009 From: tschaub at opengeo.org (Tim Schaub) Date: Fri, 24 Jul 2009 13:04:43 -0600 Subject: [Users] GeoExt.Action + Ext.menu In-Reply-To: <4A69F222.2070904@mapgears.com> References: <4A69F222.2070904@mapgears.com> Message-ID: <4A6A05CB.4000809@opengeo.org> Hey- Alexandre Dube wrote: > Hey, > > I really like the example of the new toolbar that uses GeoExt.Action. > I had something in mind though and wondered if anyone already achieved > it : can you have a toolbar with GeoExt.Action objects AND different > GeoExt.Action inside a Ext.menu AND have the same 'group' and > 'toggleGroup' all work together ? I know that's a bit silly, since the > menu has a checkItem objects... The menu or toolbar would need to share > the same 'type' of element for this to work I guess. > I probably don't understand your question properly, but you can set both toggleGroup and group in an action (necessary for the action to be used in both a button and a menu check item). Are you saying you want to use different values for group and toggleGroup? Note that there are issues with Ext.SplitButton and toggleGroup (though curiously, I haven't seen similar trouble with Ext.Toolbar.SplitButton). Tim > Any idea ? > -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. From adube at mapgears.com Fri Jul 24 21:35:08 2009 From: adube at mapgears.com (Alexandre Dube) Date: Fri, 24 Jul 2009 15:35:08 -0400 Subject: [Users] GeoExt.Action + Ext.menu In-Reply-To: <4A6A05CB.4000809@opengeo.org> References: <4A69F222.2070904@mapgears.com> <4A6A05CB.4000809@opengeo.org> Message-ID: <4A6A0CEC.7020408@mapgears.com> Hi, Tim Schaub wrote: > > I probably don't understand your question properly, but you can set both > toggleGroup and group in an action (necessary for the action to be used > in both a button and a menu check item). Are you saying you want to use > different values for group and toggleGroup? > > I'd like to have let's say 3 Actions as "buttons" in the toolbar : A1, A2, A3 And I'd like to have 2 more Actions in a menu : A4, A5 Is it possible to 'toggle' theses 5 controls on the same group ? Actually, I set the same 'group' and 'toggleGroup' values to all controls, but the A1-2-3 actions don't deactivate A4-5 and the vice-versa... Do you understand what I mean ? Many thanks, Alexandre > Note that there are issues with Ext.SplitButton and toggleGroup (though > curiously, I haven't seen similar trouble with Ext.Toolbar.SplitButton). > > Tim > > -- Alexandre Dub? Mapgears www.mapgears.com From eric.lemoine at camptocamp.com Fri Jul 24 23:06:39 2009 From: eric.lemoine at camptocamp.com (Eric Lemoine) Date: Fri, 24 Jul 2009 23:06:39 +0200 Subject: [Users] GeoExt.Action + Ext.menu In-Reply-To: <4A6A0CEC.7020408@mapgears.com> References: <4A69F222.2070904@mapgears.com> <4A6A05CB.4000809@opengeo.org> <4A6A0CEC.7020408@mapgears.com> Message-ID: On Friday, July 24, 2009, Alexandre Dube wrote: > Hi, > > Tim Schaub wrote: >> >> I probably don't understand your question properly, but you can set both >> toggleGroup and group in an action (necessary for the action to be used >> in both a button and a menu check item). ?Are you saying you want to use >> different values for group and toggleGroup? >> >> > > I'd like to have let's say 3 Actions as "buttons" in the toolbar : A1, > A2, A3 > And I'd like to have 2 more Actions in a menu : A4, A5 > > Is it possible to 'toggle' theses 5 controls on the same group ? > Actually, I set the same 'group' and 'toggleGroup' values to all > controls, but the A1-2-3 actions don't deactivate A4-5 and the vice-versa... > > Do you understand what I mean ? Yes, and I think this isn't supported. Ext has one manager for handling toggle groups of buttons, and a separate one for handling toggle groups of menu items. Cheers, > > Many thanks, > > Alexandre > >> Note that there are issues with Ext.SplitButton and toggleGroup (though >> curiously, I haven't seen similar trouble with Ext.Toolbar.SplitButton). >> >> Tim >> >> > > > > > -- > Alexandre Dub? > Mapgears > http://www.mapgears.com > > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users > -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : eric.lemoine at camptocamp.com http://www.camptocamp.com From adube at mapgears.com Mon Jul 27 14:22:29 2009 From: adube at mapgears.com (Alexandre Dube) Date: Mon, 27 Jul 2009 08:22:29 -0400 Subject: [Users] GeoExt.Action + Ext.menu In-Reply-To: References: <4A69F222.2070904@mapgears.com> <4A6A05CB.4000809@opengeo.org> <4A6A0CEC.7020408@mapgears.com> Message-ID: <4A6D9C05.2010701@mapgears.com> Eric Lemoine wrote: > > Yes, and I think this isn't supported. Ext has one manager for > handling toggle groups of buttons, and a separate one for handling > toggle groups of menu items. > > Cheers, > That's what I thought. I'll think of an other way to accomplish this then. Many thanks, -- Alexandre Dub? Mapgears www.mapgears.com From tschaub at opengeo.org Tue Jul 28 22:26:46 2009 From: tschaub at opengeo.org (Tim Schaub) Date: Tue, 28 Jul 2009 14:26:46 -0600 Subject: [Users] old list mothballed Message-ID: <4A6F5F06.9090706@opengeo.org> Hey- You may receive a message about being unsubscribed from the old list (geoext at lists.opengeo.org). Don't worry, this has nothing to do with your subscriptions to the active GeoExt lists. Tim -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. From ivan.marchesini at gmail.com Fri Jul 31 13:44:16 2009 From: ivan.marchesini at gmail.com (ivan marchesini) Date: Fri, 31 Jul 2009 13:44:16 +0200 Subject: [Users] first approch Message-ID: <1249040656.5191.45.camel@ivangeo> Dear geoext users, I'm trying to create my first geoext application.. it is quite hard because I have not skill on javascript... but I decided to try to learn it during the work... :-) so this is my work at the moment: http://alderaan.irpi.cnr.it/test_geoext/test_geoext6.html I have some simple (hope) questions for you... 1) why the first time (after the page is loaded) the switch from metacarta layer to google layer is correct while, later, each time I switch from one base layer to another I obtain strange behaviour and firebug give me an error like this: ____ legend is undefined return panelIndex;},onStoreUpdate:functi...ms.get(0).setText(record.get('title'));} ____ 2) why the legend contains also the OpenLayers_WMS which is a baselayer (isBaseLayer:true) Many thanks for your answer... Ivan -- Ti prego di cercare di non inviarmi files .dwg, .doc, .xls, .ppt. Preferisco formati liberi. Please try to avoid to send me .dwg, .doc, .xls, .ppt files. I prefer free formats. http://it.wikipedia.org/wiki/Formato_aperto http://en.wikipedia.org/wiki/Open_format Ivan Marchesini Perugia (Italy) Socio fondatore GFOSS "Geospatial Free and Open Source Software" http://www.gfoss.it e-mail: marchesini at unipg.it ivan.marchesini at gmail.com fax (home): +39(0)5782830887 jabber: geoivan73 at jabber.org skype: geoivan73 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Questa =?ISO-8859-1?Q?=E8?= una parte del messaggio firmata digitalmente Url : http://www.geoext.org/pipermail/users/attachments/20090731/d8d09e64/attachment.pgp From bartvde at osgis.nl Fri Jul 31 13:29:14 2009 From: bartvde at osgis.nl (bartvde at osgis.nl) Date: Fri, 31 Jul 2009 13:29:14 +0200 (CEST) Subject: [Users] first approch In-Reply-To: <1249040656.5191.45.camel@ivangeo> References: <1249040656.5191.45.camel@ivangeo> Message-ID: <38705.145.50.39.11.1249039754.squirrel@webmail.hostingdiscounter.nl> Hi Ivan, wrt your first problem, see: http://trac.geoext.org/ticket/120 so this has been fixed in GeoExt trunk. Second question: the only way to hide the layer from the legend is to set the hideInLegend property of its associated record in the layerStore. See the legend example. Hope this helps. Best regards, Bart > Dear geoext users, > I'm trying to create my first geoext application.. > it is quite hard because I have not skill on javascript... but I decided > to try to learn it during the work... :-) > > so this is my work at the moment: > http://alderaan.irpi.cnr.it/test_geoext/test_geoext6.html > > I have some simple (hope) questions for you... > > 1) why the first time (after the page is loaded) the switch from > metacarta layer to google layer is correct while, later, each time I > switch from one base layer to another I obtain strange behaviour and > firebug give me an error like this: > ____ > legend is undefined > return > panelIndex;},onStoreUpdate:functi...ms.get(0).setText(record.get('title'));} > ____ > > 2) why the legend contains also the OpenLayers_WMS which is a baselayer > (isBaseLayer:true) > > > > Many thanks for your answer... > > Ivan > > > > > > -- > Ti prego di cercare di non inviarmi files .dwg, .doc, .xls, .ppt. > Preferisco formati liberi. > Please try to avoid to send me .dwg, .doc, .xls, .ppt files. > I prefer free formats. > http://it.wikipedia.org/wiki/Formato_aperto > http://en.wikipedia.org/wiki/Open_format > > Ivan Marchesini > Perugia (Italy) > Socio fondatore GFOSS "Geospatial Free and Open Source Software" > http://www.gfoss.it > e-mail: marchesini at unipg.it > ivan.marchesini at gmail.com > fax (home): +39(0)5782830887 > jabber: geoivan73 at jabber.org > skype: geoivan73 > _______________________________________________ > Users mailing list > Users at geoext.org > http://www.geoext.org/cgi-bin/mailman/listinfo/users > From ivan.marchesini at gmail.com Fri Jul 31 16:58:29 2009 From: ivan.marchesini at gmail.com (ivan marchesini) Date: Fri, 31 Jul 2009 16:58:29 +0200 Subject: [Users] first approch In-Reply-To: <38705.145.50.39.11.1249039754.squirrel@webmail.hostingdiscounter.nl> References: <1249040656.5191.45.camel@ivangeo> <38705.145.50.39.11.1249039754.squirrel@webmail.hostingdiscounter.nl> Message-ID: <1249052309.5191.70.camel@ivangeo> Thanks Bart, as I said I'm at start with methods, classes, and objects.. so for me it is a little hard to understand ho to set a property of a record of a layerStore :-( I have seen the legend example but still ahev some problem to understand.. in my case the layerStore is probably this one: var map_pannello = new GeoExt.MapPanel({ map: mappa, region: 'center', title: 'An example of IRPI GeoExt' }); I'm right? the map I'd like not to show in legendpanel is "ol_wms" but now I can't figure how to set property of the record of the layer store to "hideinlegend" ... I suppose something like: map_pannello.layer.set(.... but, for now (I'm downloading a javascript guide), I can't find the syntax... thanks ivan Il giorno ven, 31/07/2009 alle 13.29 +0200, bartvde at osgis.nl ha scritto: > Hi Ivan, > > wrt your first problem, see: > > http://trac.geoext.org/ticket/120 > > so this has been fixed in GeoExt trunk. > > Second question: the only way to hide the layer from the legend is to set > the hideInLegend property of its associated record in the layerStore. See > the legend example. > > Hope this helps. > > Best regards, > Bart > > > Dear geoext users, > > I'm trying to create my first geoext application.. > > it is quite hard because I have not skill on javascript... but I decided > > to try to learn it during the work... :-) > > > > so this is my work at the moment: > > http://alderaan.irpi.cnr.it/test_geoext/test_geoext6.html > > > > I have some simple (hope) questions for you... > > > > 1) why the first time (after the page is loaded) the switch from > > metacarta layer to google layer is correct while, later, each time I > > switch from one base layer to another I obtain strange behaviour and > > firebug give me an error like this: > > ____ > > legend is undefined > > return > > panelIndex;},onStoreUpdate:functi...ms.get(0).setText(record.get('title'));} > > ____ > > > > 2) why the legend contains also the OpenLayers_WMS which is a baselayer > > (isBaseLayer:true) > > > > > > > > Many thanks for your answer... > > > > Ivan > > > > > > > > > > > > -- > > Ti prego di cercare di non inviarmi files .dwg, .doc, .xls, .ppt. > > Preferisco formati liberi. > > Please try to avoid to send me .dwg, .doc, .xls, .ppt files. > > I prefer free formats. > > http://it.wikipedia.org/wiki/Formato_aperto > > http://en.wikipedia.org/wiki/Open_format > > > > Ivan Marchesini > > Perugia (Italy) > > Socio fondatore GFOSS "Geospatial Free and Open Source Software" > > http://www.gfoss.it > > e-mail: marchesini at unipg.it > > ivan.marchesini at gmail.com > > fax (home): +39(0)5782830887 > > jabber: geoivan73 at jabber.org > > skype: geoivan73 > > _______________________________________________ > > Users mailing list > > Users at geoext.org > > http://www.geoext.org/cgi-bin/mailman/listinfo/users > > > > -- Ti prego di cercare di non inviarmi files .dwg, .doc, .xls, .ppt. Preferisco formati liberi. Please try to avoid to send me .dwg, .doc, .xls, .ppt files. I prefer free formats. http://it.wikipedia.org/wiki/Formato_aperto http://en.wikipedia.org/wiki/Open_format Ivan Marchesini Perugia (Italy) Socio fondatore GFOSS "Geospatial Free and Open Source Software" http://www.gfoss.it e-mail: marchesini at unipg.it ivan.marchesini at gmail.com fax (home): +39(0)5782830887 jabber: geoivan73 at jabber.org skype: geoivan73 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Questa =?ISO-8859-1?Q?=E8?= una parte del messaggio firmata digitalmente Url : http://www.geoext.org/pipermail/users/attachments/20090731/8ab2e593/attachment.pgp From bartvde at osgis.nl Fri Jul 31 17:42:51 2009 From: bartvde at osgis.nl (Bart van den Eijnden (OSGIS)) Date: Fri, 31 Jul 2009 17:42:51 +0200 Subject: [Users] first approch In-Reply-To: <1249052309.5191.70.camel@ivangeo> References: <1249040656.5191.45.camel@ivangeo> <38705.145.50.39.11.1249039754.squirrel@webmail.hostingdiscounter.nl> <1249052309.5191.70.camel@ivangeo> Message-ID: <4A7310FB.5020307@osgis.nl> Hi Ivan, something like (after your layers have been loaded in the map panel): map_panello.layers.each(function(record) { if (record.get('layer').isBaseLayer == true) { record.set("hideInLegend", true); } }); Best regards, Bart ivan marchesini wrote: > Thanks Bart, > as I said I'm at start with methods, classes, and objects.. > so for me it is a little hard to understand ho to set a property of a > record of a layerStore :-( > I have seen the legend example but still ahev some problem to > understand.. > > in my case the layerStore is probably > > this one: > var map_pannello = new GeoExt.MapPanel({ > map: mappa, > region: 'center', > title: 'An example of IRPI GeoExt' > }); > > I'm right? > > the map I'd like not to show in legendpanel is "ol_wms" > > but now I can't figure how to set property of the record of the layer > store to "hideinlegend" ... > > I suppose something like: > map_pannello.layer.set(.... > > but, for now (I'm downloading a javascript guide), I can't find the > syntax... > > thanks > > ivan > > > > > Il giorno ven, 31/07/2009 alle 13.29 +0200, bartvde at osgis.nl ha scritto: > >> Hi Ivan, >> >> wrt your first problem, see: >> >> http://trac.geoext.org/ticket/120 >> >> so this has been fixed in GeoExt trunk. >> >> Second question: the only way to hide the layer from the legend is to set >> the hideInLegend property of its associated record in the layerStore. See >> the legend example. >> >> Hope this helps. >> >> Best regards, >> Bart >> >> >>> Dear geoext users, >>> I'm trying to create my first geoext application.. >>> it is quite hard because I have not skill on javascript... but I decided >>> to try to learn it during the work... :-) >>> >>> so this is my work at the moment: >>> http://alderaan.irpi.cnr.it/test_geoext/test_geoext6.html >>> >>> I have some simple (hope) questions for you... >>> >>> 1) why the first time (after the page is loaded) the switch from >>> metacarta layer to google layer is correct while, later, each time I >>> switch from one base layer to another I obtain strange behaviour and >>> firebug give me an error like this: >>> ____ >>> legend is undefined >>> return >>> panelIndex;},onStoreUpdate:functi...ms.get(0).setText(record.get('title'));} >>> ____ >>> >>> 2) why the legend contains also the OpenLayers_WMS which is a baselayer >>> (isBaseLayer:true) >>> >>> >>> >>> Many thanks for your answer... >>> >>> Ivan >>> >>> >>> >>> >>> >>> -- >>> Ti prego di cercare di non inviarmi files .dwg, .doc, .xls, .ppt. >>> Preferisco formati liberi. >>> Please try to avoid to send me .dwg, .doc, .xls, .ppt files. >>> I prefer free formats. >>> http://it.wikipedia.org/wiki/Formato_aperto >>> http://en.wikipedia.org/wiki/Open_format >>> >>> Ivan Marchesini >>> Perugia (Italy) >>> Socio fondatore GFOSS "Geospatial Free and Open Source Software" >>> http://www.gfoss.it >>> e-mail: marchesini at unipg.it >>> ivan.marchesini at gmail.com >>> fax (home): +39(0)5782830887 >>> jabber: geoivan73 at jabber.org >>> skype: geoivan73 >>> _______________________________________________ >>> Users mailing list >>> Users at geoext.org >>> http://www.geoext.org/cgi-bin/mailman/listinfo/users >>> >>> >> -- Bart van den Eijnden OSGIS, Open Source GIS bartvde at osgis.nl http://www.osgis.nl