[OpenLayers-Users] How Print openlayer Maps into pdf documents

2009-12-01 Thread fsalas
;srs=EPSG:4267"; window.open(Cadena); } thanks , Regards , Salas - Original Message - From: "fsalas" To: "Kris Geusebroek" ; Sent: Thursday, September 03, 2009 12:22 PM Subject: Re: [OpenLayers-Users] How Print openlayer Maps into pdf documen

[OpenLayers-Users] How obtain objects list inside polygon?

2009-11-19 Thread fsalas
Hi, I need obtain one object list inside the polygon without use the php function because with this option is very slow. I'ts possible with the javascript function? Salas ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/lis

[OpenLayers-Users] Fw: problem with Internet Explorer and multiple layer

2009-10-29 Thread fsalas
Thanks , Till and Andreas The problem is over , thanks for your contribution. Regards, Salas - Original Message - From: "fsalas" To: "Andreas Hocevar" Sent: Tuesday, October 27, 2009 1:07 PM Subject: Re: [OpenLayers-Users] problem with Internet Explorer

[OpenLayers-Users] problems with more than three rules in SLD to differentiate the symbols

2009-10-27 Thread fsalas
Hi, I'm creating a sld file for a punctual layer and I need that the symbols be different "according to some conditions", with this I don't have problems. The problem is this: when I try to set more than three rules do not show nothing. Do you know why it happen? Does the sld file have a limit

[OpenLayers-Users] problem with Internet Explorer and multiple layer

2009-10-26 Thread fsalas
Hi, I have one Open Layer projects with multiple layers , in Mozila Firefox work very well , but when try to use IE only show one layer, because the last layer hide the others. How I can resolve this problems? Regards , salas ___ Users mailing lis

[OpenLayers-Users] problems to create a sld file with more than three rules

2009-10-26 Thread fsalas
Hi, I have some problems to create a sld file with more than three rules I'm creating a sld file for a punctual layer and I need that the symbols be different "according to some conditions", with this I don't have problems. The problem is this: when I try to set more than three rules do not sh

[OpenLayers-Users] Problems in IE to show multiple layers

2009-10-22 Thread fsalas
Hi, In this moment I have one projects with multiple layers , in Firefox work ok, but when try to use IE only show one layer, because the last layer hide the others. How I can resolve this problems? Regards , salas ___ Users mailing list Users

[OpenLayers-Users] Share created function about SLD Filters

2009-10-14 Thread fsalas
Hi , We have been at work with the filters of layers and we like tho share the created functions. We hoped that help to them. *** //Function for apply filters on WMS Layers using selecting value, the main objetive of this function is make

Re: [OpenLayers-Users] How obtain the vertex in openlayer

2009-10-10 Thread fsalas
nd my second question is . In this test only draw one poligon with 4 vertex , how I implement double click for a finish the draw polygon thanks , Regards Salas - Original Message - From: Arnd Wippermann To: 'fsalas' Cc: users@openlayers.org Sent: Thursday, O

Re: [OpenLayers-Users] How obtain the vertex in openlayer

2009-10-10 Thread fsalas
;Marc Jansen" To: "fsalas" Cc: Sent: Thursday, October 08, 2009 4:22 PM Subject: Re: [OpenLayers-Users] How obtain the vertex in openlayer > Hi salas, > > I'm not quite sure if I understand what you mean. I'd guess you want a > function that is called righ

[OpenLayers-Users] How obtain the vertex in openlayer

2009-10-08 Thread fsalas
Hi, I need obtain the list of the vertex of my polygon becouse after that I need to pass this value to POLYGON parameters and obtain all the objects inside the polygon. I use this . . . . var drawpolygon = new OpenLayers.Control.DrawFeature( polygonLayer, OpenLayers.Hand

Re: [OpenLayers-Users] How Print openlayer Maps into pdf documents

2009-09-24 Thread fsalas
Hi, Kris, I test with function Mostrar() { alert(map.getBounds()); } but there are error "map.getBounds() is not function", How I can implement this regardas salas - Original Message - From: Kris Geusebroek To: fsalas Cc: users@openlayers.org Sent

Re: [OpenLayers-Users] How Print openlayer Maps into pdf documents

2009-09-24 Thread fsalas
Thanks Kris, I find the example in geoserver but , how i can change the BBox dinamicaly in my code , for example when I zoom the region I need print this maps How I can make this ? regards salas - Original Message - From: Kris Geusebroek To: fsalas Sent: Thursday, September

Re: [OpenLayers-Users] Problems to obtain feature value

2009-09-23 Thread fsalas
Christopher, I change to INFO_FORMAT: 'application/vnd.ogc.gml' , now work ok, but I consider that the request is slow exist other solution more fast ? regards, salas - Original Message - From: "Christopher Schmidt" To: "fsalas" Cc: Sent: Wednesda

[OpenLayers-Users] Problems to obtain feature value

2009-09-23 Thread fsalas
Hi, all I have following problem: I am trying to obtain the value of a field, but is null is The variable features.length is zero, how can I resolv this problem? function setHTML(response) { var format = new OpenLayers.Format.GML(); var features = format.read(response.responseX

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-18 Thread fsalas
.MousePosition({element:$('location')})); map.addControl(new OpenLayers.Control.LayerSwitcher()); } function Mostrar() { map.layers[0].mergeNewParams({SLD_BODY:'topp:cubaUserSelectionhttp://www.opengis.net/gml";>codprovpinar%23FF'}); } Best Regards, Salas

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-18 Thread fsalas
Arnd, I don't Know why in WMS request ,the EPSG is different of 2085, Its EPSG:4326 - Original Message - From: "Arnd Wippermann" To: "'fsalas'" Sent: Friday, September 18, 2009 9:06 AM Subject: AW: [OpenLayers-Users] HELP!!! How implement Filter in

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-18 Thread fsalas
; DATA "the_geom from carreteras USING UNIQUE gid" TYPE LINE TOLERANCE 3 CLASS NAME "Carretera" TEMPLATE "query.phtml" STYLE COLOR 0 0 0 OUTLINECOLOR 0 0 0 MINSIZE 1 MAXSIZE 100 END END END END #Fin del MapFile The problem persist Regards, sal

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-17 Thread fsalas
$('location')})); map.addControl(new OpenLayers.Control.LayerSwitcher()); map.zoomToExtent(map.maxExtent); } *** This is the error inside openlayer maps in the page : msWMSLoadGetMapParams() : WMS server error - Invalid src given : src must be valid

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-16 Thread fsalas
Greetings Ian Turton. I´m was checking all that you send me, but I am not sure that it is my real problem. That you help me with some example or other thing for to filter one layer WMS with SLD or SLD_BODY? - Original Message - From: "Ian Turton" To: "fsalas"

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-15 Thread fsalas
" xlink:href="file:/D:/AppServ/www/SIGANAV/images/FV.gif"/>image/gif1.020.00.0 transparent:'true' } ); map.addLayers([Cuba,Sennales]); ** - Original Message - From: "Ian Turton" To: "fsalas"

[OpenLayers-Users] Fw: HELP!!! How implement Filter in WMS Layer

2009-09-15 Thread fsalas
rver/wms";, { layers:'topp:sennal', sld_body: * * * * dont't work. Why?? Regards , Salas - Original Message - From: "Andreas Hocevar" To: "fsalas" Cc: Sent: Monday, September 14, 2009 1:32 PM Subject: Re: [OpenLayers-Users] HELP!!! How i

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-14 Thread fsalas
thank you Andeas for your help, but I continue with some problems and maybe you can be help me again. I do it this and nothing var bounds = new OpenLayers.Bounds( -85.49711392680179, 19.65266328193469, -73.59119430594814, 23.44530772150158

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-11 Thread fsalas
tiled: 'true', tilesOrigin : "-85.49711392680179,19.65266328193469" }, {buffer: 0} ); map.addLayers([faro]); and after that mapa.mergeNewParams({sld:'http://localhost:8080/SLD/faros.sld'}); mapa.redraw(

[OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-10 Thread fsalas
In this time , I have openlayer 2.8 and be studying the filter.html example. my question is 1. ¿ How I can use the WMS Layer with filter? Best Regards ___ Dirección de Comunicaciones Grupo Empresarial GEOCUBA Este mensaje esta libre de virus. Revisado por Kas

[OpenLayers-Users] HELP!!!! One problem apply to WMS layer a SLD Style

2009-09-10 Thread fsalas
In this time , I have openlayer 2.8 and be studying the SLD.html example but it's work with XLM file. my question is 1. ¿ How I can use the WMS Layer like this example? ¿ This is incorrect? Best Regards , Salas ___ Dirección de Comunicaciones Grupo Empresarial

Re: [OpenLayers-Users] Error implement Style and Rules in WMSopenlayer

2009-09-09 Thread fsalas
map.layers[2].redraw(); } What is wrong, how resolve this problems. Salas - Original Message - From: "Christopher Schmidt" To: "fsalas" Cc: Sent: Wednesday, September 09, 2009 11:39 AM Subject: Re: [OpenLayers-Users] Error implement Style and Rules i

[OpenLayers-Users] Error implement Style and Rules in WMS openlayer

2009-09-09 Thread fsalas
Hi, I like to make one filter using Openlayer Rule, and after that at result changed the style But when I try to execute, show this error "Openlayer.Style Is not a constructor " My Openlayer version is 2.5 var estilo = new OpenLayers.Style(); var regla = new OpenLayers.Rule({ filter:

Re: [OpenLayers-Users] How to change the display coordinates

2009-09-04 Thread fsalas
"W"; } } return coordinatehemi; } Now this is what you could do: var mp = new OpenLayers.Control.MousePosition({ formatOutput: function(lonLat) { var markup = convertDMS(lonLat.lat, "LAT"); markup += " " + convertDMS(lonLat.lon, "LON&q

[OpenLayers-Users] How to change the display coordinates

2009-09-03 Thread fsalas
Hi , I need to change the display coordinates in degree minutes and second format example (NE 50 20´ 23´´ ) best regards Salas ___ Dirección de Comunicaciones Grupo Empresarial GEOCUBA Este mensaje esta libre de virus. Revisado por Kaspersky Antivirus

Re: [OpenLayers-Users] How Print openlayer Maps into pdf documents

2009-09-03 Thread fsalas
Thanks, Cheers Francisco Salas - Original Message - From: "Kris Geusebroek" To: "Alexandre Dube" ; "fsalas" Cc: Sent: Wednesday, September 02, 2009 3:34 PM Subject: RE: [OpenLayers-Users] How Print openlayer Maps into pdf documents Hi, If you are us

[OpenLayers-Users] How Print openlayer Maps into pdf documents

2009-09-02 Thread fsalas
Hi all, I'm trying to print the current image maps into pdf documents using the EZPDF Class Extension, but don´t work. some body know how i cant implement this. Thanks , salas ___ Dirección de Comunicaciones Grupo Empresarial GEOCUBA Este mensaje esta libre d

[OpenLayers-Users] how show an objetcs tha only obey a determined condition

2009-08-18 Thread fsalas
Hi, I need to show in an alone layer objects that they obey a determined condition. How I can implement this. Best regards , salas ___ Dirección de Comunicaciones Grupo Empresarial GEOCUBA Este mensaje esta libre de virus. Revisado por Kaspersky Antivirus

[OpenLayers-Users] How turn on/off layer

2009-07-29 Thread fsalas
Hi, I need one example about turn on/off layer in openlayer with geoserver. Regards, Salas. ___ Dirección de Comunicaciones Grupo Empresarial GEOCUBA Este mensaje esta libre de virus. Revisado por Kaspersky Antivirus

[OpenLayers-Users] How Obtain image png for use un geoserver and openlayer

2009-07-10 Thread fsalas
Hello, in these moments I find myself to I all mounting in geoserver some georeferencing imagery, until now I dont´ have any problems to the use geotif, but when I try to use the image over 2GB or more I need to use imagery in format png that they are smaller. Seeing the example that brings ge

[OpenLayers-Users] how obtein jpg georeferencing image for geoserver

2009-07-02 Thread fsalas
Hi, I need to know with software may obtain an georeferencing image in format jpg for geoserver. I test the ENVI software but when tray to save the jpg format the ENVI crash. salas ___ Dirección de Comunicaciones Grupo Empresarial GEOCUBA Este mensaje esta

[OpenLayers-Users] Locate objetcts in the maps

2009-04-30 Thread fsalas
Hi all, I have a little problem.. I need locate one objetcs Ej. lake,house , etc. by your fields value. And make a Zoom to extend this objects How impements this code , I have geoserver. Does anyone have a function for this task? Regards Francisco Salas _

[OpenLayers-Users] I Need help to dowload a projects

2009-04-10 Thread fsalas
Hi, In this moment I try to development one application web using openlayer and mapserver, i need make a GIS application with menus, Forms, etc. In internet I found an interesting project: "The PHP-Ext Open Source Project" in this url http://php-ext.quimera-solutions.com/?id=download, but I ca

[OpenLayers-Users] problem to obtain the field value

2008-12-04 Thread fsalas
Hi, I continue with problems to obtain value for some field of the my layer I attached a part of my code and image of the result. I like show in the windows form the value of the some field. . function setHTML(response) { document.getElementById('texto').innerHTML =response.responseTe

Re: [OpenLayers-Users] obtain information about only some fields

2008-11-28 Thread fsalas
Ivan, my intention is obtain the value for some field and after that show this values in the ther windows form . salas Original Message - From: "Ivan Grcic" <[EMAIL PROTECTED]> To: "fsalas" <[EMAIL PROTECTED]> Cc: "openlayer" Sent: Fri

[OpenLayers-Users] obtain information about only some fields

2008-11-28 Thread fsalas
I need obtain information about only some fields of my layer and in this sentence not work as i like. // support GetFeatureInfo map.events.register('click', map, function (e) {document.getElementById('nodelist').innerHTML = "Cargando... por favor espere..."; var url = map.layers[0].getFullReq

[OpenLayers-Users] about thematic maps

2008-11-26 Thread fsalas
Hi, I´m new user in openlayer. I need to know how to make thematic maps for example in cadastral layer about parcels with coffee, tobacco, rice, etc. in different colors this values be store in one field namely "use". Where I can find tutorials about this topic. best regards, salas salas