Re: [OpenLayers-Users] potential big IE performance enhancement-help!

2010-05-26 Thread Polet Guillaume
Probably a dumb thought but why not using directly: node.style="width:18px;height:18px;top:10px;left:10px;"; Guillaume -Original Message- From: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] On Behalf Of Andreas Hocevar Sent: 18 May 2010 20:49 To:

[OpenLayers-Users] WMSGetInfoFeature control and GML format

2010-04-23 Thread Guillaume Sueur
Hi, Would any of you know how to set up a WMSGetInfoFeature control asking for gml format response ? I'm stuck and confused by formatOptions/format/OpenLayers.Format.WMSGetFeatureInfo()/OpenLayers.Format.GML() and can't set it up correctly. Thanks

Re: [OpenLayers-Users] Clip WMS layers

2010-02-12 Thread Polet Guillaume
layers.push(layer); map.addLayers(layers); map.setCenter(b.getCenterLonLat(), zoom); map.addControl( new OpenLayers.Control.LayerSwitcher() ); Guillaume Polet -Original Message- From: Ch

Re: [OpenLayers-Users] Clip WMS layers

2010-02-12 Thread Polet Guillaume
addControl(new PanZoomBar()); getMap().addControl(new Navigation()); getMap().setCenter(new LonLat(0, 0),1); With that code, the second layer takes the whole extent and therefore hides the rest of the map. Guillaume Polet -Original Message- From: Christopher

[OpenLayers-Users] Clip WMS layers

2010-02-12 Thread Polet Guillaume
lists, forum and other stuff but I could not find something useful so far. Thanks in advance to whoever can answer this. Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Using a proxy for WMS not WFS

2010-02-08 Thread Guillaume
file ? Thanks a lot ! Guillaume Lefèvre Chargé de projet, Portail de l'eau COGESAF 5182, Boul. Bourque Sherbrooke (QC) J1N 1H4 Téléphone (819) 864-1033 poste 24 Télécopieur (819) 864-1864 ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] optimization 2: openlayers.js

2009-12-04 Thread Guillaume Sueur
Hi Valeria, Lite is maybe too lite for your needs, depending on which controls/formats... you use in your client. You should try to define your own build. Regards, Guillaume Le vendredi 04 décembre 2009 à 11:47 -0300, Valeria Muñoz a écrit : > Hi Ivan > > thanks, i did that(lite.c

Re: [OpenLayers-Users] Control access to WMS

2009-10-14 Thread Guillaume Sueur
r) can give a good control on the access, without having to handle authentication. Am I wrong ? Guillaume > I tried, but maybe it is not a public site > Steve > > Steve Toutant, M. Sc. > Analyste en géomatique > Secteur environnement > Direction des risques biologiques, envir

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread Guillaume Sueur
ering, with parametric alerts depending on user-specified factors, and it went well. Try to investigate that way, and please forget your +1000 vector objects as browsers are not supposed to handle that ! Best regards, Guillaume Le mardi 22 septembre 2009 à 13:41 -0400, jim.me...@concept-solutions.

Re: [OpenLayers-Users] maxResolution for a WMS layer

2009-09-01 Thread Guillaume Sueur
Eric Lemoine a écrit : > On Monday, August 31, 2009, Guillaume Sueur > wrote: >> Setting maxResolution after adding layer to the map did the trick. > > Setting maxResolution in the config object passed to the constructor it does not > should work. If it does not, I gue

Re: [OpenLayers-Users] maxResolution for a WMS layer

2009-08-31 Thread Guillaume Sueur
Setting maxResolution after adding layer to the map did the trick. Thanks very much for your help which made me focused on the proper place. Hope it's going well for you and your team. Best regards, Guillaume Eric Lemoine a écrit : > On Monday, August 31, 2009, Eric Lemoine wrot

Re: [OpenLayers-Users] maxResolution for a WMS layer

2009-08-31 Thread Guillaume Sueur
Hi Eric, Ok, I will hint for those. I just wanted to be sure that the expected behaviour could be obtained using maxResolution. Best regards ! Guillaume Eric Lemoine a écrit : > On Monday, August 31, 2009, Guillaume Sueur > wrote: >> Hi list, >> >> I'm using a W

[OpenLayers-Users] maxResolution for a WMS layer

2009-08-31 Thread Guillaume Sueur
n:2.38865713348 but it doesnt' help. any hint ? Thanks Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] About WFS and Openlayers

2009-06-04 Thread Guillaume Sueur
re. Do you ? best regards, Guillaume Christopher Schmidt a écrit : > On Thu, Jun 04, 2009 at 11:21:35AM +0200, Manuel Albela Miranda wrote: >> Hi everybody! >> >> I'm working on a GIS system with Openlayers, postgis and mapserver (all of >> them are the last v

Re: [OpenLayers-Users] About WFS and Openlayers

2009-06-04 Thread Guillaume Sueur
stgis table, increasing until it can be displayed. Either, use WMS layer. Regards, Guillaume Manuel Albela Miranda a écrit : > Hi everybody! > > I'm working on a GIS system with Openlayers, postgis and mapserver (all > of them are the last version as of today) runing on a Deb

Re: [OpenLayers-Users] Overlay on Google

2009-05-29 Thread Guillaume Sueur
Hi, If you are talking about srs parameter, try to use : epsg:900913 regards, guillaume moony a écrit : > Hello List, > > I am trying to add an overlay on top of google maps using epgs:102113. But I > got an error message, that the "Paramenter 'src' contains unaccep

Re: [OpenLayers-Users] One layer with two wms servers

2009-05-12 Thread Guillaume Sueur
Hi Antoni, That sounds more like a server-side specific solution. You need to set up a WMS Server which will be a WMS client for both your datasources. Regards, Guillaume Vidal, Antoni a écrit : > Hi, > > > > I would like to have a layer.WMS witch displays data from two ser

Re: [OpenLayers-Users] difference between OpenLayers.Layer.WMS and OpenLayers.Layer.MapServer?

2009-03-18 Thread Guillaume Sueur
Sure ! I don't even remember having written that, but actually I think I messed up things between TileCache and OpenLayers as I was having a similar discussion about TileCache WMS and MapServer services ! You are completely right on performance issues. Regards, Guillaume Paul Spencer a

Re: [OpenLayers-Users] difference between OpenLayers.Layer.WMS and OpenLayers.Layer.MapServer?

2009-03-13 Thread Guillaume Sueur
http://www.openlayers.org/dev/examples/example-list.html Regards, Guillaume MeLv1n wAuRaN a écrit : > Hi Guillaume, > > Thanks for the quick reply..so basically the two are much the same? i > see, so i will use the wms then. by the way, can you take a look at my > script below? t

Re: [OpenLayers-Users] difference between OpenLayers.Layer.WMS and OpenLayers.Layer.MapServer?

2009-03-13 Thread Guillaume Sueur
Hi, The first one uses WMS and the second one is directly hitting the mapfile. For performance, security, robustness and so I would suggest to use WMS, but if you don't care about all these (and you can) just use .MapServer and use it like your old cgi buddy ! Regards Guillaume MeLv1n wAu

Re: [OpenLayers-Users] Vector drawing issue with IE

2009-02-26 Thread Guillaume Sueur
not sure of what I'm writing here, but shouldn't a 4326 layer be reprojected to allow vector layer drawing on it's top ? The problem with WGS84 is that the y-axis is not constant. That can explain the problem, but it shouldn't work with firefox either. Guillaume Elavazhagan

Re: [OpenLayers-Users] Vector drawing issue with IE

2009-02-26 Thread Guillaume Sueur
any chance your mapServer layer can be in WGS84 (not projected) ? else, is the gap always the same or is it increasing on x or y axis ? does it work as expected with firefox ? Guillaume Elavazhagan. M a écrit : > No, I am not using GoogleMap layer. I just use a MapServer layer as my b

Re: [OpenLayers-Users] Vector drawing issue with IE

2009-02-26 Thread Guillaume Sueur
are you using a googleMap layer ? if so, is it set to sphericalMercator=true ? Regards Guillaume Elavazhagan. M a écrit : > Hello Folks, > > > > I am trying to draw vector features on Internet Explorer 7 (IE7), but > the features are NOT getting drawn exactly where I move

Re: [OpenLayers-Users] Intuitive and good looking icons

2009-02-25 Thread Guillaume Sueur
Hi Magifying ugly glass is here : http://www.openlayers.org/dev/examples/navtoolbar.html and the three "+" can be seen here (Map Controls Example): http://www.openlayers.org/dev/examples/controls.html Guillaume Christopher Schmidt a écrit : > On Wed, Feb 25, 2009 at 02:26:02A

Re: [OpenLayers-Users] WMS layer with different SRS than basemap

2008-09-19 Thread Guillaume Sueur
Good to hear ! Now, don't try to display really different projections on your map, cause it would me a mess Openlayers could not handle anymore ;-) Guillaume Dejung Gewissler a écrit : > Thanks! That worked great. > > Guillaume Sueur wrote: >> Hi, >> >> This is

Re: [OpenLayers-Users] WMS layer with different SRS than basemap

2008-09-19 Thread Guillaume Sueur
stString.apply( >>this, arguments); >> } this should avoid map projection override of layer's specific projection Hope that helps Guillaume Dejung Gewissler a écrit : > Hi All- > > I've searched on Nabble for the answer to this to no avail. I know you &g

Re: [OpenLayers-Users] map resolutions and layers resolution

2008-09-10 Thread Guillaume Sueur
This is a great piece of information. Thanks Chris. Christopher Schmidt a écrit : > On Wed, Sep 10, 2008 at 11:32:27AM +0200, Guillaume Sueur wrote: >> Hi, >> >> It seems that when layer's minResolution and maxResolution are set, the >> map's resolu

[OpenLayers-Users] map resolutions and layers resolution

2008-09-10 Thread Guillaume Sueur
Hi, It seems that when layer's minResolution and maxResolution are set, the map's resolution are overriden and goes then from maxResolution to minResolution by x2 steps. Is it a normal behaviour or am I missing something ? Thanks Guillaume ___

Re: [OpenLayers-Users] using a proxy

2008-08-21 Thread Guillaume Sueur
Hi Laurent ! I think you should use a global setting like : OpenLayers.ProxyHost='/cgi-bin/proxy.cgi/?url='; Good luck ! Will we see you at FOSS4G ? Guillaume LaurentPierre a écrit : > Hi, > > I'm trying to use a proxy with openlayers in order to request ws on > di

[OpenLayers-Users] XML, icon and offset

2008-08-13 Thread Guillaume Sueur
Hi list, Is there a way to offset properly the popup anchor on a vector layer ? Tried to do it be displacing the lonlat for popup but as I can't know in which direction to displace it, it's not clean. Thanks -- Guillaume ___ Users mailing

Re: [OpenLayers-Users] Overviewmap using epsg.31467

2008-05-05 Thread Guillaume Sueur
e a zoom window, a unknown part is > focused and displayed. > > Using epsg:4326 in former times worked well. > > Any suggestions ? > > ___ > Users mailing list > Users@openlayers.org > http://openlayers.org/mailman/l

Re: [OpenLayers-Users] Multiple layers in an overviewmap

2008-05-05 Thread Guillaume Sueur
I've never used it myself, but the OverviewMap Control has a layers property which is the array of the layers you want to be displayed in the OVMap. See http://dev.openlayers.org/docs/files/OpenLayers/Control/OverviewMap-js.html Hope that helps Guillaume Dipl. Inf. Carsten Eider a

Re: [OpenLayers-Users] layers drawing order

2008-04-10 Thread Guillaume Sueur
Christopher Schmidt a écrit : > On Thu, Apr 10, 2008 at 11:21:52PM +0200, Guillaume Sueur wrote: >> 1. yes, but it should speed up the whole thing, not indicate a specific >> drawing order shouldn't it ? But, sure, I should do that anyway. > > Yes. > >> 2. t

Re: [OpenLayers-Users] layers drawing order

2008-04-10 Thread Guillaume Sueur
map render them in that order ? Thanks Guillaume Christopher Schmidt a écrit : > On Thu, Apr 10, 2008 at 10:51:10PM +0200, Guillaume Sueur wrote: >> Hi, >> Is there a way to render the layers in another order than their original >> add-to-map order ? Something like priority

Re: [OpenLayers-Users] Query Feature by Attribute and Zoom

2008-04-10 Thread Guillaume Sueur
-services.html#countryInfo) Cheers, Guillaume Gregory Roby a écrit : > Guillaume, > > Thanks for the quick response, this nudges me in a direction that will solve > this (plus I can expand on it to solve a couple of other related issues I am > sure I will have in the coming month or so).

[OpenLayers-Users] layers drawing order

2008-04-10 Thread Guillaume Sueur
nteresting to render before that. Thanks for any clue, Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Query Feature by Attribute and Zoom

2008-04-10 Thread Guillaume Sueur
ed into postGIS ;-) Hope that helps, Guillaume groby a écrit : > Hello, > > I am fairly new to OpenLayers and GIS in general and new to this list. I > have just setup an OpenLayers page. I am using MapServer as my WMS Server > and my data is held in PostGIS tables. > > I w

[OpenLayers-Users] Avoid world repeat with a Google map layer

2008-04-10 Thread Guillaume
being (-180,-90,180,90) transformed to Projection("EPSG:4326"). All of this with OL 2.6RC1. Thanks for any hint, Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Closebutton Callback on popup?

2008-04-03 Thread Guillaume Lom
way to set up a callback function during the creation of the popup? I would like to avoid using this.popup.addCloseBox if I can hepl it. Thanks, Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] WFS exception

2008-03-13 Thread Guillaume Sueur
http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost http://gist.fas.harvard.edu/chgis/?p=14 Have a nice day. Guillaume Matthew Doyle a écrit : > Hi All, > > I am relatively new to OpenLayers, so please forgive me if this is a simple > one. > > I have an instance of OpenLayers 2.5

Re: [OpenLayers-Users] WMS - Problem with projection param in WMS request

2008-03-13 Thread Guillaume Sueur
uld be fixed on WMS servers side (by adding 27572), it would be helpful if OL could handle it. So as you suggested, I will open a ticket if I can fix it with your piece of code. Regards, Guillaume Christopher Schmidt a écrit : > On Thu, Mar 13, 2008 at 04:05:46PM +0100, Guillaume Sueur

[OpenLayers-Users] WMS - Problem with projection param in WMS request

2008-03-13 Thread Guillaume Sueur
leting the 2 others : with only layer3, the WMS request is then correct with srs=EPSG:27582 with 3 layers, the strange behaviour is the same regardless the order in which the layers are set up... Any idea about that ? Thanks -- Guillaume SUEUR ___ U

Re: [OpenLayers-Users] loadURL: abort

2008-02-20 Thread Guillaume Sueur
this one : http://www.openlayers.org/api/OpenLayers.js I presume it is the trunk version isn't it ? What you say about the request object matches with what I've read in the doc effectively. I'm going to try your second way. Thanks. Guillaume Eric Lemoine a écrit : > On Tue,

Re: [OpenLayers-Users] loadURL: abort

2008-02-19 Thread Guillaume Sueur
hmm, just tried : AjaxTransfert = OpenLayers.loadURL("proxy.py?nom=" + f.attributes["nom"],"",null,getDetails); AjaxTransfert is always undefined as the loadURL function doesn't seem to return anything. Guillaume Sueur a écrit : > yes, true, it's lo

Re: [OpenLayers-Users] OpenURL abort

2008-02-19 Thread Guillaume Sueur
yes, true, it's loadURL, little confusion with python urlopen, sorry ! I'm testing abort right away. Thanks Eric Lemoine a écrit : > Hi Guillaume. Are you talking about loadURL? I can't check it right > now (am on a mobile) but iirc you can call abort on the object > r

[OpenLayers-Users] OpenURL abort

2008-02-19 Thread Guillaume Sueur
rpose ? Thanks, Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Vector layer and markers

2008-01-29 Thread Guillaume Sueur
of that to display my GeoJSON stream ? Thanks for any help, -- Guillaume SUEUR ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Look Who's Using OpenLayers

2008-01-23 Thread Guillaume Sueur
ilman/listinfo/users > -- Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Google map, antimeridian and bounding box

2008-01-23 Thread Guillaume Lom
OpenLayers.Bounds(-180, -90, 180, -61.4); boxes.addMarker(new OpenLayers.Marker.Box(bbounds), 'red', 1); Thanks for any help, Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Mapping non-earth data

2008-01-15 Thread Guillaume Sueur
rote: >> On Tue, Jan 15, 2008 at 03:45:43PM +0100, Guillaume Sueur wrote: >>> Hi, >>> >>> >>> I was wondering if it would be possible to display non-georeferenced >>> data in OpenLayers, espacially using vector rendering ? My data are &g

[OpenLayers-Users] Mapping non-earth data

2008-01-15 Thread Guillaume Sueur
Hi, I was wondering if it would be possible to display non-georeferenced data in OpenLayers, espacially using vector rendering ? My data are points with x and y but no specific datum (values range from 1,1 to 400,400) Thanks Guillaume ___ Users

Re: [OpenLayers-Users] proj4js

2007-12-20 Thread Guillaume Sueur
ok, sorry for the disturbing, I didn't notice that. Christopher Schmidt a écrit : > On Thu, Dec 20, 2007 at 04:52:19PM +0100, Guillaume Sueur wrote: >> Hi, >> >> I was just wondering about something. Could we use directly the >> projection definition set by http:

[OpenLayers-Users] proj4js

2007-12-20 Thread Guillaume Sueur
would make use of proxy.php mandatory. Any opinion on that point ? Thanks, Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users