Re: [OpenLayers-Users] Button Active CSS Styling

2010-01-07 Thread Eric Lemoine
rendering changes. I don't understand why you need two classes and two ways to render the button. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] Using only one set of modify feature controls for different layers?

2010-01-06 Thread Eric Lemoine
to destroy and create on each call to this function. Alternatively, you can add a setLayer method to the modify feature control. I'm not sure but the select feature control may have a setLayer method already, that would probably help you. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie

Re: [OpenLayers-Users] Modify features with user specified coordinates

2010-01-06 Thread Eric Lemoine
work out. 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org http

Re: [OpenLayers-Users] Incomplete msGMLOutput causes infinite loop

2010-01-06 Thread Eric Lemoine
by raising an exception or something. 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list

Re: [OpenLayers-Users] Using only one set of modify feature controls for different layers?

2010-01-05 Thread Eric Lemoine
from one layer to another. 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users

Re: [OpenLayers-Users] Format GML 3 issue?

2009-12-27 Thread Eric Lemoine
, and possibly attach a patch. See http://trac.openlayers.org/wiki/HowToContribute. Thanks, -- 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] Filters doesn't work with features attributes

2009-12-27 Thread Eric Lemoine
have features with an attribute Nom = test but the filter return alway false. What I'm doing wrong? Have you tried passing feature.attributes to the evaluate function? Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44

Re: [OpenLayers-Users] Duplicated Google Maps copyright controls

2009-12-27 Thread Eric Lemoine
by links/logos are handled in a specific way for Google layers. So I guess you create a ticket; if you attach a patch I'll review it. Thanks, -- 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.lemo...@camptocamp.com

Re: [OpenLayers-Users] Modify features with user specified coordinates

2009-12-27 Thread Eric Lemoine
that I'd try to manually call the modify feature control's dragStart, dragVertex and dragComplete methods. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] StyleMap, Style and Rules not working

2009-12-27 Thread Eric Lemoine
(null, {rules: [ /* */ ]}); 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] Duplicated Google Maps copyright controls

2009-12-26 Thread Eric Lemoine
the same issue in one of my OL applications. Is there a way to avoid it? Thank you for your help (and happy holidays), Hi Alex. Do you OL trunk in your app? Patches addressing duplicate attributions were committed recently, see #2266 and #2300. Cheers, -- Eric Lemoine Camptocamp France SAS

Re: [OpenLayers-Users] problem with map.setCenter and zoom

2009-12-26 Thread Eric Lemoine
, -- 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman

Re: [OpenLayers-Users] Problem in openlayers when migrating from Mapserver 5.0 to 5.2

2009-12-26 Thread Eric Lemoine
is fine. 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org http

Re: [OpenLayers-Users] Add new Parameter to options

2009-12-26 Thread Eric Lemoine
(this, options); } You can then use this.Map from any method of the class. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] my road styleMap not working

2009-12-12 Thread Eric Lemoine
(feature.attributes.rdlnstattx). 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org http

Re: [OpenLayers-Users] Understanding events

2009-12-10 Thread Eric Lemoine
On Thu, Dec 10, 2009 at 2:55 PM, Yves Moisan yves.moi...@boreal-is.com wrote: Are those equivalent : layer.events.on({    scope: layer,    loadend: onLoadend }); and layers.events.register(loadend, layer, onLoadend) Yes Mr. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP

Re: [OpenLayers-Users] registering featuremodified

2009-12-09 Thread Eric Lemoine
On Wed, Dec 9, 2009 at 9:15 AM, Adorian Ardelean mynat...@gmail.com wrote: it worked! thanks! for the record, here's what the API doc says: Listeners will receive an object with a feature property referencing the selected feature. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie

Re: [OpenLayers-Users] Understanding events

2009-12-09 Thread Eric Lemoine
not be anonymous, you can also go with: function onLoadend() { var features = this.features; } layer.events.on({ scope: layer, loadend: onLoadend // you don't call the function here but just provide a reference to it }); Hope this makes sense, -- Eric Lemoine Camptocamp France SAS

Re: [OpenLayers-Users] event model and event propagation

2009-12-08 Thread Eric Lemoine
to eat all the events. Hi. Have you made sure that clicks on the box do work when the WMSGetFeatureInfo control isn't activated? -- 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.lemo...@camptocamp.com http

Re: [OpenLayers-Users] registering featuremodified

2009-12-08 Thread Eric Lemoine
access to feature data? try: var serialize = function(e) { alert(e.feature.id); }; 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] maxFeatures and BBOX..

2009-12-07 Thread Eric Lemoine
the strategy to fetch new features also when zooming in. Hope this helps, -- 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] on window size change - zoom the map instead of enlarging the extent

2009-12-02 Thread Eric Lemoine
OpenLayers.Map(div, { updateSize: function() { } }); or by creating a custom Map class: CustomMap = OpenLayers.Class(OpenLayers.Map, { updateSize: function() { } }); I'd recommend you look at the Map.resizeMap method to understand what it does first. Cheers, -- Eric Lemoine

Re: [OpenLayers-Users] Broken image for no tile, on Chrome

2009-12-01 Thread Eric Lemoine
background. With Chrome (on linux), some of the tiles do not have the olImageLoadError css class. Hi fredj Is there a ticket for that issue? If not we should create one and mark it for 2.9. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex

Re: [OpenLayers-Users] problems settings up proxy

2009-11-29 Thread Eric Lemoine
at google. take a look at the code yourself: http://igf-project.igf.uos.de/~bhempen/ any ideas? are you sure your cgi-bin directory is effectively declared as a CGI directory in the Apache config? cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du

Re: [OpenLayers-Users] Drawing WFS (with vector)

2009-11-28 Thread Eric Lemoine
to an OpenLayers.Layer.Vector layer. I'd recommend searching the OpenLayers examples. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] WFS post and proxy?

2009-11-28 Thread Eric Lemoine
about making a POST? I'm trying to understant how can I send the POST to the geoserver going through the test.aspx proxy? you need your proxy to support POST (Sorry, I don't about your test.aspx proxy) cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget

Re: [OpenLayers-Users] OpenLayers.Format.JSON not working

2009-11-28 Thread Eric Lemoine
= parser.read({'a': 1}); This isn't valid JSON. Use http://www.JSONLint.com/. Try {a: 1}. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] WFS + Filter

2009-11-28 Thread Eric Lemoine
inside Fixed strategy, only in BBOX strategy. New ticket? So setting filter manually inside protocol will maybe do the trick. FWIW, there now (trunk) is a defaultFilter option in OpenLayers.Protocol. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du

Re: [OpenLayers-Users] layerswitcher maximised event?

2009-11-28 Thread Eric Lemoine
with future OpenLayers releases. 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users

Re: [OpenLayers-Users] mapExtents for Layer vs mapExtents for Map

2009-11-28 Thread Eric Lemoine
be missing.  Can anyone else test this and confirm that this does/doesn't work? This is hard to tell (at least for me). It'd be great if you could come up with a simple example showing the problem. Thanks, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac

Re: [OpenLayers-Users] loadURL function

2009-11-25 Thread Eric Lemoine
is in the OpenLayers namespace. Although the section is named loadURL in the documentation, the signature of the function provided at the beginning of the section makes it clear that it's part of the OpenLayers namespace. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377

Re: [OpenLayers-Users] mapExtents for Layer vs mapExtents for Map

2009-11-22 Thread Eric Lemoine
for the map. So your WMS layer must be a base layer for its maxExtent to be taken into account. Also, make sure you use maxExtent, and not mapExtent. 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.lemo

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-22 Thread Eric Lemoine
be written as a OpenLayers.Protocol. Chris Schmidt started an HTML5 Protocol a while back if I recall correctly. You may want to check this with him. Thanks, -- 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.lemo

Re: [OpenLayers-Users] mapExtents for Layer vs mapExtents for Map

2009-11-22 Thread Eric Lemoine
at to determine whether an overlay is to be displayed. I may be wrong, and would appreciate being corrected and pointed to the relevant code in that case. Thanks, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail

Re: [OpenLayers-Users] mapExtents for Layer vs mapExtents for Map

2009-11-22 Thread Eric Lemoine
On Mon, Nov 23, 2009 at 8:28 AM, Andreas Hocevar ahoce...@opengeo.org wrote: Eric Lemoine wrote: On Monday, November 23, 2009, Andreas Hocevar ahoce...@opengeo.org wrote: Hi, srweal wrote: Actually, to simplify this question a bit, can someone please just explain how the setting

Re: [OpenLayers-Users] how to initialize 'WFS.fromWMSLayer' with features

2009-11-19 Thread Eric Lemoine
On Thu, Nov 19, 2009 at 9:42 AM, John Pulles john.pul...@geodan.nl wrote: Eric Lemoine schreef: On Wednesday, November 18, 2009, John Pulles john.pul...@geodan.nl wrote: Hi list, Like the example at http://openlayers.org/dev/examples/getfeature-wfs.html, I am using

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-18 Thread Eric Lemoine
, help offerings etc. Feel free to contact me. This is cool! May I ask what's your goal with displaying tiles using canvas? Is it performance? I have never played with canvas so I'm interested to know and talk about what it can bring to OpenLayers. Thanks Kris, -- Eric Lemoine Camptocamp France SAS

Re: [OpenLayers-Users] how to initialize 'WFS.fromWMSLayer' with features

2009-11-18 Thread Eric Lemoine
layer, something like that: layer.events.on({ beforefeatureadded: function(e) { // only add features whose foo attribute // is set to bar return e.feature.attributes.foo == bar ? true : false; } }); cheers, -- Eric Lemoine Camptocamp France SAS

Re: [OpenLayers-Users] WFS GetFeature

2009-11-18 Thread Eric Lemoine
in OpenLayers.Protocol isn't in 2.8, but in trunk. 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list

Re: [OpenLayers-Users] Huge amount of data crashing browser

2009-11-16 Thread Eric Lemoine
strategy. Do you know how can I use it to display lines instead of points? From the top of my head I remember that you can use the cluster strategy with other types of geometries than points. However clusters are always represented as points. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie

Re: [OpenLayers-Users] OpenLayers with Google Maps - how to obtain degree lat/long?

2009-11-16 Thread Eric Lemoine
objects to EPSG:4326 using the transform method: obj.transform( new OpenLayers.Projection(EPSG:900913), new OpenLayers.Projection(EPSG:4326) ); where obj is a LonLat, Bounds or Geometry object. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac

Re: [OpenLayers-Users] OpenLayers.Control.SelectFeature and shift-click in Firefox

2009-11-16 Thread Eric Lemoine
of the feature I just clicked on. When writing non-openlayers javascript code I have just used preventDefault in firefox to stop the events propagating. How can I do it in Openlayers? have you tried fallThrough:false in the map options? (unsure it'll help in your case) cheers, -- Eric

Re: [OpenLayers-Users] Clicks on permalink control trigger clickout on vector layer

2009-11-15 Thread Eric Lemoine
(e) { ... }); ? 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] Huge amount of data crashing browser

2009-11-15 Thread Eric Lemoine
features that are close to each other. The two strategies can be used together. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] Tween Example

2009-11-03 Thread Eric Lemoine
unexpectedly? I'm not sure this is fade in but have you looked at the transitionEffect layer option? See the transition.html example. 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.lemo...@camptocamp.com http

Re: [OpenLayers-Users] Problem with LayerSwitcher

2009-11-03 Thread Eric Lemoine
swicth the visbility. I can’t activate the Gemeinden2 radio button. Perhaps somebody has another idea and can help me. Greetings and a lot of thanks. Hi it'd be great if you could provide a small, stripped-down, example demonstrating the problem. Thanks, -- Eric Lemoine Camptocamp

Re: [OpenLayers-Users] Point in polygon

2009-11-03 Thread Eric Lemoine
]))) {// include code…} and polygonFeature.geometry.intersects()? 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] png images, vector layers, pop-ups, and IE

2009-11-02 Thread Eric Lemoine
On Fri, Oct 30, 2009 at 3:36 PM, Wendell Turner wend...@enflight.com wrote: On Fri, Oct 30, 2009 at 06:30:45AM +0100, Eric Lemoine wrote: On Thursday, October 29, 2009, Wendell Turner wend...@enflight.com wrote: I can't get pop-ups to appear when using png images on a vector layer in IE

Re: [OpenLayers-Users] Mouse Drag Coordinates

2009-11-02 Thread Eric Lemoine
On Fri, Oct 30, 2009 at 1:27 PM, Dave Thomas dav...@integeo.com wrote: Eric Lemoine-2-2 wrote: implementing a specific control based on a Drag handler is what I'd go with. You can look at the DragPan control to know how to use the Drag handler - I tend to think that you could rely

Re: [OpenLayers-Users] WFS filter send using POST ?

2009-11-02 Thread Eric Lemoine
OpenLayers.Layer.WFS( myWFS, http://my_geoserver/wfs,{typename:topp:layer,filter:my_filter}); use Layer.Vector with a Protocol.WFS, and the WFS GetFeature requests will be sent using POST. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44

Re: [OpenLayers-Users] triggering the save-event is not working

2009-11-02 Thread Eric Lemoine
with unread messages on the list. -- 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users

Re: [OpenLayers-Users] Tween Example

2009-11-02 Thread Eric Lemoine
On Monday, November 2, 2009, jvanulden jo...@shaw.ca wrote: Does someone have an example of how to use tween??? Thank you in advance! there's a manual test in the OpenLayers code base that you may find useful: tests/manual/tween.html Cheers, -- Eric Lemoine Camptocamp France SAS Savoie

Re: [OpenLayers-Users] Problem with layer switcher

2009-11-01 Thread Eric Lemoine
. But the layerswitcher only works for one map. The second one shows my layers but I can’t switch them. The control boxes can’t be activated. does the patch attached to http://trac.openlayers.org/ticket/2331 fixes it? Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le

Re: [OpenLayers-Users] Mouse Drag Coordinates

2009-10-30 Thread Eric Lemoine
tried making sure your control is activated *before* the Navigation control? 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] Register multiple map layers for same event... how???

2009-10-29 Thread Eric Lemoine
Layer.Vector for markers as well, through the externalGraphic style property. Sorry if I misunderstood your question. -- 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.lemo...@camptocamp.com http

Re: [OpenLayers-Users] little bug by using NavigationHistory and setBaselayer

2009-10-29 Thread Eric Lemoine
a tolerance option in there. Thanks, -- 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users

Re: [OpenLayers-Users] WFS download entire layer possible?

2009-10-29 Thread Eric Lemoine
the layer is added to the map. 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users

Re: [OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS

2009-10-29 Thread Eric Lemoine
to return a transparent image. -- 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] How to stop registering events

2009-10-29 Thread Eric Lemoine
doing. Am I right in thinking it stops the previous defined registering of an event or is it doing something else? it unregisters an event listener, it doesn't stop the event from being triggered. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex

Re: [OpenLayers-Users] WMSGetFeatureInfo Format - get bounds

2009-10-29 Thread Eric Lemoine
this again. Sorry I can't look up the ticket and the discussion at the moment. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] found little bug NavigationHistory / setBaseLayer

2009-10-29 Thread Eric Lemoine
to me. 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org http

Re: [OpenLayers-Users] Overlays only at specific zoom levels

2009-10-29 Thread Eric Lemoine
the resolutions config option. It should make OpenLayers stop the layer when it's out of range. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] WMSGetFeatureInfo Format - get bounds

2009-10-29 Thread Eric Lemoine
. you're right. Yet, the discussion on what strategy to use for features w/o geometries but w/ bounds should still apply. 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.lemo...@camptocamp.com http

Re: [OpenLayers-Users] png images, vector layers, pop-ups, and IE

2009-10-29 Thread Eric Lemoine
this so mouse-enabled pop-ups appear when using png images in IE? Hi Are you using Control.SelectFeature? 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.lemo...@camptocamp.com http

Re: [OpenLayers-Users] Register multiple map layers for same event... how???

2009-10-28 Thread Eric Lemoine
? the SelectFeature control can now be configured with multiple layers. Search for SelectFeature in the examples. 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.lemo...@camptocamp.com http

Re: [OpenLayers-Users] the most suitable library to extend openlayers?

2009-10-15 Thread Eric Lemoine
GeoExt? Note that GeoExt is a replacement for Ext. GeoExt provides components bringing Ext and OpenLayers together. Applications using GeoExt also include OpenLayers and Ext. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96

Re: [OpenLayers-Users] Featureserver + Openlayers

2009-10-13 Thread Eric Lemoine
-Openlayers-tp3797197p3818851.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP

Re: [OpenLayers-Users] Need help changing fill/stroke colour for a RegularPolygon

2009-10-11 Thread Eric Lemoine
-changing-fill-stroke-colour-for-a-RegularPolygon-tp3792284p3801930.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users -- Eric Lemoine

Re: [OpenLayers-Users] triggering the save-event is not working

2009-10-06 Thread Eric Lemoine
); there was an error in the doc, I just corrected it in trunk. 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] Getting featurecollection from GeoJSON?

2009-10-06 Thread Eric Lemoine
(features); } else { console.log(failure); } } }); Hope this helps, -- 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] Canceling move / zoom events when features unsaved

2009-10-01 Thread Eric Lemoine
___ Users mailing list Users@openlayers.org http://openlayers.org/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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] map paning issue

2009-09-29 Thread Eric Lemoine
in GeoExt I am looking to implement the zoom slider using simple Ext js.Is there any other go? GeoExt is not a version or flavor of Ext. It's a separate library, whose classes are based on Ext classes. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex

Re: [OpenLayers-Users] How do you unregister a getFeatureInfo request?

2009-09-23 Thread Eric Lemoine
is not currently viewing the layer, then the getFeatureInfo request should not be called. can't you just check layer.getVisibility() in the click callback? -- 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.lemo

Re: [OpenLayers-Users] enabling map.fractionalZoom crashes SphericalMercator layers (Google/Yahoo and maybe others)

2009-09-23 Thread Eric Lemoine
at Nabble.com. ___ Users mailing list Users@openlayers.org http://openlayers.org/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.lemo

Re: [OpenLayers-Users] (no subject)

2009-09-22 Thread Eric Lemoine
. ___ Users mailing list Users@openlayers.org http://openlayers.org/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.lemo...@camptocamp.com http

Re: [OpenLayers-Users] OpenLayers.Request.GET doesn't get data

2009-09-22 Thread Eric Lemoine
pass failure and callbacks functions. You use the latter when you yourself want to determine error conditions. Cheers, Best regards, Tobias ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users -- Eric Lemoine

Re: [OpenLayers-Users] ND and Sphinx

2009-09-21 Thread Eric Lemoine
-automatic API and code documentation. Instead, its focus is on narrative documentation, meant to be read in a particular order. (http://conference.scipy.org/proceedings/SciPy2008/paper_6/full_text.pdf).   I'll look for jst. Sphinx has an autodoc extension for documenting Python code. -- Eric

Re: [OpenLayers-Users] catch the safe.success event

2009-09-18 Thread Eric Lemoine
}) function message(event){...} but i don't know what exactly to write saveStrategy.events.on({ success: function(evt) { var response = evt.response; var features = response.features; } }); Hope this helps, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le

Re: [OpenLayers-Users] How to change the style of the cursor when dragging/resizing/reshaping/rotating?

2009-09-14 Thread Eric Lemoine
@openlayers.org http://openlayers.org/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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users

Re: [OpenLayers-Users] How to Improve speed in IE when dealing with a lot of elements? Clusters?

2009-09-14 Thread Eric Lemoine
™. More than mail–Windows Live™ goes way beyond your inbox. More than messages http://www.microsoft.com/windows/windowslive/ -- 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.lemo...@camptocamp.com http

Re: [OpenLayers-Users] transparent param not sent to WMS service

2009-09-09 Thread Eric Lemoine
/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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org http

Re: [OpenLayers-Users] transparent param not sent to WMS service

2009-09-09 Thread Eric Lemoine
: false, visibility: true,  transitionEffect: 'resize'}); Please not the 3rd parameter is the layer parameters, which are sent to the server. The 4rd parameter is the layer options. at least we agree Bart :-) -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du

Re: [OpenLayers-Users] RegularPolygon Styling

2009-09-02 Thread Eric Lemoine
On Wed, Sep 2, 2009 at 10:40 AM, Andreas Hocevarahoce...@opengeo.org wrote: Eric Lemoine wrote: On Tue, Aug 25, 2009 at 7:20 PM, Heidt, Christopher M.christopher.m.he...@saic.com wrote: The temporary style that exists in the other shape handlers doesn't seem to work with RegularPolygon. How

Re: [OpenLayers-Users] IE7 vector rendering error

2009-09-02 Thread Eric Lemoine
On Wed, Sep 2, 2009 at 10:23 AM, Jo Cookj.c...@oxfordarch.co.uk wrote: Hi Eric, Yeah, that line is there dunno what's going on then... -- 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.lemo...@camptocamp.com

Re: [OpenLayers-Users] WMSGetFeatureInfo with IE

2009-09-02 Thread Eric Lemoine
this?? Some code to show the list? -- 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users

Re: [OpenLayers-Users] IE7 vector rendering error

2009-09-01 Thread Eric Lemoine
. ___ Users mailing list Users@openlayers.org http://openlayers.org/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.lemo...@camptocamp.com http

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

2009-08-31 Thread Eric Lemoine
in the calculateInRange method to understand what's going on. Thanks Guillaume ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex

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

2009-08-31 Thread Eric Lemoine
well too. -- 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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list Users@openlayers.org http

Re: [OpenLayers-Users] Best way to implement hover/click highlighting of polygons

2009-08-30 Thread Eric Lemoine
documentation on strategies. Thanks for any hints/experiences you are willing to share. Cheers, Peter -- 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.lemo...@camptocamp.com http://www.camptocamp.com

Re: [OpenLayers-Users] search feature to attribute

2009-08-29 Thread Eric Lemoine
) { return feature; } } } Thanks for your support. Best regards, Maren ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le

Re: [OpenLayers-Users] Save Vector drawings in PostGIS

2009-08-29 Thread Eric Lemoine
@openlayers.org http://openlayers.org/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.lemo...@camptocamp.com http://www.camptocamp.com ___ Users mailing list

Re: [OpenLayers-Users] WFS layer prechargement with layer not visible possible?

2009-08-26 Thread Eric Lemoine
possible to charge WFS layer at the beginning of the application but with the layer not visible. Sorry for my English. Cheers Jim -- 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.lemo

Re: [OpenLayers-Users] How to handle a GeometryCollection Feature

2009-08-25 Thread Eric Lemoine
not know what is the smartest way to add or remove some components to the geometrycollection?? feature.geometry.addComponents([ new OpenLayers.Geometry.Point(...), new OpenLayers.Geometry.Polygon(...) ]); I think addComponents is documented in the API docs. Cheers, -- Eric Lemoine

Re: [OpenLayers-Users] Overriding map style causing major drift

2009-08-24 Thread Eric Lemoine
, -- 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.lemo...@camptocamp.com http://www.camptocamp.com Index: examples/modify-feature.html === --- examples/modify

Re: [OpenLayers-Users] Problem with a WFS request

2009-08-23 Thread Eric Lemoine
setNamespace. So setting featureNS does have an effect. Sorry for the noise. -- 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.lemo...@camptocamp.com http://www.camptocamp.com

[OpenLayers-Users] Still popup issues...

2009-08-23 Thread Eric Lemoine
line 10 of my code and line 803 of Openlayers.js (2.8). Any suggestions? featureunselcted listeners also receive an object with a feature. So use evt.feature in the onFeatureUnselect function as well. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac

[OpenLayers-Users] How to make a drag and drop for markers?

2009-08-23 Thread Eric Lemoine
On Friday, August 21, 2009, Alexandre Dube ad...@mapgears.com wrote: Hi,   One way to accomplish this is to use a Vector layer instead of a Marker layer and use a ModifyFeature control do move your points (markers) around. The DragFeature control may be of interest as well. -- Eric

Re: [OpenLayers-Users] Fwd: OpenLayers.Lang.setCode doesn't work? 2.8 version

2009-08-22 Thread Eric Lemoine
On Friday, August 21, 2009, Jimmy Aumard jimmy.aum...@gmail.com wrote: Hi list, I use the 2 version and I try to put the langage in French with OpenLayers.Lang.setCode('fr'); but that doesn't work. do you have the Lang/fr.js file loaded in your page? Thanks for help Jim -- Eric

Re: [OpenLayers-Users] SPAM-LOW: Re: problem labeling vector features - vertices being labeled too

2009-08-20 Thread Eric Lemoine
On Thursday, August 20, 2009, Eric Lemoine eric.lemo...@camptocamp.com wrote: On Wednesday, August 19, 2009, Michael Anderson m...@spatialit.com wrote: Eric is correct. The modifyFeature control is using the select style. Setting the select style's label to an empty string does remove

Re: [OpenLayers-Users] Zoom to feature and highlight it

2009-08-19 Thread Eric Lemoine
Users mailing list archive at Nabble.com. ___ Users mailing list Users@openlayers.org http://openlayers.org/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

<    1   2   3   4   5   6   7   8   >