Re: [OpenLayers-Users] alguien habla/escribe hispano???

2009-08-24 Thread Ivan Grcic
Hola Mauricio, 2009/8/21 Mauricio Marquez mauriciomarquez...@yahoo.com: Buenas tardes a todos, saludos desde Venezuela. Tengo la siguiente necesidad, deseo que cuando se cargue la vista desde el explorador al menos una capa aparezca en modo inactivo, supongo que es algo sencillo pero me

[OpenLayers-Users] GML Format and IE7

2009-08-24 Thread Manuel Albela Miranda
Hi everybody!, I'm having one error when displaying a layer in OpenLayers (I'm using the current svn version with mapserver). I have this configuration for my layer: transparent: true, format: OpenLayers.Format.GML, formatOptions: { default: style, select: {

Re: [OpenLayers-Users] GML Format and IE7

2009-08-24 Thread bartvde
Hi, try: format: OpenLayers.Format.GML(), Best regards, Bart Hi everybody!, I'm having one error when displaying a layer in OpenLayers (I'm using the current svn version with mapserver). I have this configuration for my layer: transparent: true, format: OpenLayers.Format.GML,

Re: [OpenLayers-Users] GML Format and IE7

2009-08-24 Thread Manuel Albela Miranda
Hey Bart, I suppose you mean: format: new OpenLayers.Format.GML(), but doesn't work neither. Thank you for your help Manu. On Mon, Aug 24, 2009 at 9:28 AM, bart...@osgis.nl wrote: Hi, try: format: OpenLayers.Format.GML(), Best regards, Bart Hi everybody!, I'm having one error

Re: [OpenLayers-Users] GML Format and IE7

2009-08-24 Thread bartvde
Hi, can you provide a bit of context for your code fragment (what type of layer are you using)? Post a bit more code. formatOptions is not the same as style options. Format is for reading XML data, and has nothing to do with styling. Best regards, Bart Hey Bart, I suppose you mean:

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

2009-08-24 Thread Arthur Delorme
Hi Bart, When the webpage is loading or when I play with the layer switcher, I don't have anything displaying in the console tab (XMLhttp is on). So I made the test with all the files on the second computer (the one with mapserver) and it works ! Do you have any idea for this network problem

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

2009-08-24 Thread Jimmy Aumard
Hello, thanks for answers, My problème is I use markers and I put/update attributes on each in my database. I don't know how put or update attributes with vector layer (if you have an example I take it :D). I use vector layer for polygon with DragFeature. I know this solution but points

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

2009-08-24 Thread Alexandre Dube
Jimmy Aumard wrote: Hello, thanks for answers, My problème is I use markers and I put/update attributes on each in my database. I don't know how put or update attributes with vector layer (if you have an example I take it :D). You need a server that supports transactions : - GeoServer

Re: [OpenLayers-Users] OpenLayers.Format.WKT.write()

2009-08-24 Thread Alexandre Dube
You should create a ticket and attach a sample feature that holds a geometry collection as an example. Best regards, Alexandre (1) http://faq.openlayers.org/map/how-do-i-edit-the-wiki-or-a-ticket/ (2) http://trac.openlayers.org/wiki/FilingTickets taviroquai wrote: Hi all, WKT.write method

[OpenLayers-Users] Get drawn feature from map and add it to a layer.

2009-08-24 Thread Ambran
Hi This should be a simple question. I'm working on limiting a path to one single line. What I did was to fire a function on Point event. A global var is counting the points created. In this function when the global var is 2, I have an alert which pops up fine. What I want to do instead of the

[OpenLayers-Users] zoom to different WMS layers

2009-08-24 Thread Paul Curran
Hi, I wish to have a map of the UK with different layers being displayed depending on how close I am zoomed into the map. Currently I can view a map of the UK which displays fine via OpenLayers. However I can only view the first layer of my map ( a 1:5 scaled image of the UK). I wish to

Re: [OpenLayers-Users] zoom to different WMS layers

2009-08-24 Thread Alexandre Dube
You're not using the setCenter method properly. See its documentation : http://dev.openlayers.org/releases/OpenLayers-2.5/doc/apidocs/files/OpenLayers/Map-js.html#OpenLayers.Map.setCenter I noticed you use OpenLayers 2.5. Just keep in mind that it's an old version and that some cool new

[OpenLayers-Users] rewrite 00-map-with-wms.html in GWT and org.gwtopenmaps.openlayers library

2009-08-24 Thread www.gwtorm.com
I am trying to rewrite 00-map-with-wms.html that is listed in http://workshops.opengeo.org/postgis-spatialdbtips/map-with-wms.html in GWT and org.gwtopenmaps.openlayers library. The original html is attached as 00-map-with-wms.html and GWT Java code is attached as SpatialDbTips.java. I have some

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

2009-08-24 Thread Jimmy Aumard
Thanks it's perfect for my application!!! I just have to develop that :s I have one question : It's possible to put an offset to the external graphic? Because images of markers (marker.png) are centered on the center of the image's marker and not on the bottom of the image's marker I'm not sure

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

2009-08-24 Thread Alexandre Dube
Hi, Jimmy Aumard wrote: Thanks it's perfect for my application!!! I just have to develop that :s I have one question : It's possible to put an offset to the external graphic? Because images of markers (marker.png) are centered on the center of the image's marker and not on the bottom of

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

2009-08-24 Thread Jimmy Aumard
Thanks for this informations!! It's work correctly with: graphicWidth: 20, graphicHeight: 34, graphicXOffset: -10, graphicYOffset: -34, externalGraphic: ../../images/marker.png Cheers Jim 2009/8/24 Alexandre Dube ad...@mapgears.com Hi, Jimmy Aumard wrote: Thanks it's perfect for my

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

2009-08-24 Thread Bart van den Eijnden (OSGIS)
Arthur, did you setup the Python proxy in between? http://faq.openlayers.org/proxyhost/all/ Best regards, Bart Arthur Delorme wrote: Hi Bart, When the webpage is loading or when I play with the layer switcher, I don't have anything displaying in the console tab (XMLhttp is on). So I

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

2009-08-24 Thread Eric Lemoine
On Fri, Aug 21, 2009 at 11:05 PM, Christopher Dalechre...@gmail.com wrote: Hey everyone, I'm running into another problem with this way of setting the vector layer's style. It looks like the editing handles are inheriting the styles from the vector layer as well, which makes for some nasty

[OpenLayers-Users] Error-when-using-XMLHTTPRequest

2009-08-24 Thread Juan Arévalo
Hi all! All my WFS-T examples were working perfectly till today! However I am now getting an error when I try to modify my features and I cannot figure out where the problem is coming from. Here is the error: Error: uncaught exception: [Exception... Component returned failure code: 0xc1f30001

[OpenLayers-Users] Podívejte se na můj Facebo ok profil

2009-08-24 Thread Jáchym Čepický
Ahoj users@openlayers.org, Zřídil(a) jsem si Facebook profil, kde můžu zveřejnit svoje fotky, videa a události, a chci si vás přidat mezi své přátele, abyste se taky mohli podívat. Nejprve se ale musíte přidat k Facebooku. Jakmile se přidáte, můžete si také vytvořit vlastní profil. Díky,