[OpenLayers-Users] OpenLayers site it's down?

2009-06-26 Thread David Martinez Morata
Hello I try to conect to OpenLayers site but I have an error message, it's the website down? Thanks -- Martinez Morata David Thinking GIS ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Printing a marker Layer

2009-06-19 Thread David Martinez Morata
Hello I have a map (with mapfish) An,d i have afuinction to print my map, but I didn't show the markers layer in the layertree, when I put a marker and I try to print it, the window of my map it's ok to print but I don't have my marker in teh map. Any sugestion? Thanks -- Martinez Morata

[OpenLayers-Users] Problem With Popups

2009-05-15 Thread David Martinez Morata
Hello. I define a popup like this: popup = new OpenLayers.Popup.FramedCloud('popup', map.getLonLatFromPixel(helper.mouse_loc), new OpenLayers.Size(this.addQueryResult.innerHTML), text, null, true, null ); And I have problem with, because I can't see the closeBox image,

[OpenLayers-Users] Problem Whit Popups

2009-04-17 Thread David Martinez Morata
Hello. I have a problem with the popup elements. I have a map with a WMS layer, when i Query my map, I have a pop up to show the results, of my query, but the problem it's I don't have a Slidebar to show all the information. I have a html table defined in my mapfile with some javascript, and my

[OpenLayers-Users] Get the image of a personal WMS query

2009-04-08 Thread David Martinez Morata
Hello. I have a little problem with my WMS server, I have a WMS layer in my openlayers (Mapfish) application, and when I request the map, I show My image in the temp directory of my server but y don't show in the Openlayer Map. Any sugestions? Thanks -- Martinez Morata David Thinking GIS

[OpenLayers-Users] Web site it's out?

2009-04-02 Thread David Martinez Morata
-- Martinez Morata David Thinking GIS ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Web site it's out?

2009-04-02 Thread David Martinez Morata
Thanks! 2009/4/2 Christopher Schmidt crschm...@metacarta.com For approximately 2 hours this morning, the OpenLayers website was unavailable. The direct cause of the problem is not known, but the website is now operational again. In the future, such downtimes will be more limited; a

[OpenLayers-Users] µProblem With virtual Earth

2009-02-20 Thread David Martinez Morata
Hello I'm developing a web aplication With MapFish, and I have a problem with Verual Earth Layers. I define my layers like: // Google Maps Layers Definition var google_hybrid = new OpenLayers.Layer.Google( GHybrid , {type: G_HYBRID_MAP,'sphericalMercator': true} ); var

Re: [OpenLayers-Users] Projection problem

2009-01-21 Thread David Martinez Morata
the projection EPSG:900913 is not defined in your espg-file in the proj-directory for Mapserver Arnd Wippermann -- *Von:* users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] *Im Auftrag von *David Martinez Morata *Gesendet:* Dienstag, 20. Januar 2009 20:28

Re: [OpenLayers-Users] Projection problem

2009-01-21 Thread David Martinez Morata
Thanks for your answere! But after a great War with all the logs files, html files, map files I WIN!!! Just a estrange space characters in javascript code. Thanks for every body Martinez Morata David *Thinking GIS* 2009/1/21 Christopher Schmidt crschm...@metacarta.com I think you're really

Re: [OpenLayers-Users] Projection problem

2009-01-20 Thread David Martinez Morata
All My layers are PROJECTION init=epsg:27572 END definition in the mapfile And the MAP object have the same definition. It's for this I put the value in var georoute definition reproject: true, in the var options for Openlayers map I define this var options = {numZoomLevels:

Re: [OpenLayers-Users] Projection problem

2009-01-20 Thread David Martinez Morata
Martinez Morata dama...@gmail.com wrote: I try this but doesn't work. Thnks 2009/1/20 Christopher Schmidt crschm...@metacarta.com On Tue, Jan 20, 2009 at 05:15:10PM +0100, David Martinez Morata wrote: All My layers are PROJECTION init=epsg:27572 END definition

[OpenLayers-Users] Geocoding in Spherical mercator

2008-07-03 Thread David Martinez Morata
Hello. I have a problem with geocoding. I have a function to do it, but the problem its the result. I geocode and the result it's in EPSG:4326 projection but mi map it's in EPSG:900913. I try to put the transform function of OpenLayers.LonLat object but I'm doing somthing wrong. My function it's:

Re: [OpenLayers-Users] Geocoding in Spherical mercator

2008-07-03 Thread David Martinez Morata
{ var ll = new OpenLayers.LonLat(point.x,point.y); ll.transform(userProj, mapProj); map.setCenter(ll,15); } } ); } } Cheers Paul On 3-Jul-08, at 8:07 AM, David Martinez Morata wrote: Hello. I have

Re: [OpenLayers-Users] I'm stupid?

2008-07-01 Thread David Martinez Morata
at 03:20:45PM +0200, David Martinez Morata wrote: Hy list, I start With OL dais ago :S and I don't know javascript :SS!! But I start to developing some simple application... And at the first time was easy to start (copy paste the code)... But now I have some problems with a gml layer

[OpenLayers-Users] I'm stupid?

2008-06-26 Thread David Martinez Morata
Hy list, I start With OL dais ago :S and I don't know javascript :SS!! But I start to developing some simple application... And at the first time was easy to start (copy paste the code)... But now I have some problems with a gml layer, and I have the impression tha OL it's not more stable (maybe

[OpenLayers-Users] Problem with gml layer.

2008-06-25 Thread David Martinez Morata
Hello, I try to put this layer in a map but... map.addLayer(new OpenLayers.Layer.GML(GML, http://10.192.160.133/OpenLayers/ngo9_wgs84_01meu_cables_lille32.gml;, {format: OpenLayers.Format.KML}, {formatOptions: { extractAttributes: true,

Re: [OpenLayers-Users] Problem with gml layer.

2008-06-25 Thread David Martinez Morata
2008/6/25 Christopher Schmidt [EMAIL PROTECTED]: On Wed, Jun 25, 2008 at 02:52:19PM +0200, David Martinez Morata wrote: Hello, I try to put this layer in a map but... map.addLayer(new OpenLayers.Layer.GML(GML, http://10.192.160.133/OpenLayers

Re: [OpenLayers-Users] Problem with gml layer.

2008-06-25 Thread David Martinez Morata
I define the projection like and option and I have the same problem. Thanks 2008/6/25 Eric Lemoine [EMAIL PROTECTED]: On Wed, Jun 25, 2008 at 3:29 PM, David Martinez Morata [EMAIL PROTECTED] wrote: Thanks for your answeres! :) but now in the same point with gml features changing

[OpenLayers-Users] Not image in IE

2008-06-24 Thread David Martinez Morata
Thanks for the answers for my question, but now... I don't have a error message in IE, but I don't have the image too!!! This is my script: script type=text/javascript // make map available for easy debugging var map; // avoid pink tiles

[OpenLayers-Users] Problem with lines.

2008-06-24 Thread David Martinez Morata
Hello list! Sorry, but I have an other problem. I put one gml layer in a google map layer, but... This layer change localization with zoom level!!! any sugestion? Thanks ___ Users mailing list Users@openlayers.org

[OpenLayers-Users] Incompativili with IE 6

2008-06-23 Thread David Martinez Morata
Hi list! I'm developing a Openlayers environement and I fund a problem. I used FireFox v2 to develop and every thing it's OK but when I try the URL in InternetExplorer v6 I have and error . They says the error it's in body onload=init() but I don't have any Idea of the problem! Can enayone help

[OpenLayers-Users] Problems with WFS marker override object

2008-06-20 Thread David Martinez Morata
Hi List! I'm new in OpenLayers and JavaScript :S! I'm creating a web aplication with OpenLayers and I have two problems. 1. Why my html page don't work in InternetExplorer 6 ? 2. I need to show a pop up window with elemnts of a wfs layer and I try to override the