Re: [OpenLayers-Users] GetFeature / Google layers / wrong bbox

2010-01-21 Thread Afroz Kannancheri
Dear Herman, Try adding this to ur map options and see if it works projection: new OpenLayers.Projection(EPSG:900913), displayProjection: new OpenLayers.Projection(EPSG:4326) Regards Afroz Kannancheri -- View this message in context:

Re: [OpenLayers-Users] Editing polygon in OL

2010-01-21 Thread Kenneth Skovhede, GEOGRAF A/S
If you draw a polygon, then select the modify feature radiobutton, and click the polygon in the map, you can edit its vertices. Regards, Kenneth Skovhede, GEOGRAF A/S On 20-01-2010 11:29, Diego Roberto wrote: I am developing an application and need to draw a polygon by clicking on it and be

Re: [OpenLayers-Users] GetFeature / Google layers / wrong bbox

2010-01-21 Thread Herman Badenhorst
it didn't make a difference :( Code can be viewed at: http://cdewocat.unibe.ch/wocatQM_2/mapfish/client/viewer/test9.php On Thu, Jan 21, 2010 at 10:06 AM, Afroz Kannancheri afr...@gmail.comwrote: Dear Herman, Try adding this to ur map options and see if it works projection: new

Re: [OpenLayers-Users] Map style for WFS layer does not work

2010-01-21 Thread paweluz
It's working :jumping: Thanks a lot for your help. So little change and it works. You saved my day :clap: Regards, Poul -- View this message in context: http://n2.nabble.com/Map-style-for-WFS-layer-does-not-work-tp4426355p4432549.html Sent from the OpenLayers Users mailing list archive at

[OpenLayers-Users] Can't zoom to max extent correctly

2010-01-21 Thread spam1
Hi, I can't manage to zoom as I want. I have a map div of 500x500. I want to render un bbox that exactly match that div. But I can't manage to do this, here is the result : http://bit.ly/663cKR I want the red box (which just represent the requested bounding box) to be exactly on the edge of

[OpenLayers-Users] Slowness loading Vectors in IE8

2010-01-21 Thread Afroz Kannancheri
Hi all, I have two vector layers layer1 and layer2 over a google base map. The layers are created from 2 different geojson file, one with 350 polygons and other with 200 polygons. The page takes a long time to load in IE8 while it loads very fast in Firefox and chrome. Is there a way to

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-21 Thread Rauch, Barbara
Hi List, I now solved the database-problem that caused some popups not to be filled with information when you click on a symbol. I also checked the projection as Marc proposed, but that didn't help. I still have the problem in Firefox (and only in Firefox, it until now did never occur in IE!)

Re: [OpenLayers-Users] Can't zoom to max extent correctly

2010-01-21 Thread Marc Jansen
Hi darf, I would guess that the resolution (is that the right term) of the box isn't one of those provided by Google. In that case it would be hard to zoom to that box exactly. I am unsure if map.fractionalZoom works on prerendered services. Regards, Marc spam1 wrote: Hi, I can't manage

Re: [OpenLayers-Users] RE WMSGetFeatureInfo error (Style (undefined) not defined on layer) ...

2010-01-21 Thread David Fawcett
Stella, The below info indicates a problem in MapServer, not OpenLayers. I would set OpenLayers aside for a little bit and get your map working in basic MapServer CGI mode=map. This will confirm that MapServer can draw the data based on your query to MS SQL Server. Once you know that the data

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-21 Thread Sarah Schuessler
Hi Barbara, no, not only green symbols made problems. Other time the red one made problems. Popups opened sometimes near the symbols/marker but were sometimes about a few centimeters away. IE gave me a white map. And confirm the strange behaviour of map being there after going to another page.

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-21 Thread Rauch, Barbara
Hello again, we just found another hint concerning the error in IE: Meldung: Unbekannter Fehler. Zeile: 81 Zeichen: 9 Code: 0 URI: http://217.78.131.132/dev_ol/ol_print/mfbase/openlayers/lib/OpenLayers/Renderer/VML.js I will now in a first step compare the VML.js from OpenLayers

[OpenLayers-Users] Fwd: [OSM-talk] Fwd: [CrisisMappers] OSM / New Web Service Request

2010-01-21 Thread David Fawcett
Smart Security, version of virus signature database 4793 (20100121) __ The message was checked by ESET Smart Security. http://www.eset.com -- You received this message because you are subscribed to the Google Groups CrisisMappers group. To post to this group, send email to crisismapp

Re: [OpenLayers-Users] Fwd: [OSM-talk] Fwd: [CrisisMappers] OSM / New Web Service Request

2010-01-21 Thread Jeffrey Johnson
(20100121) __ The message was checked by ESET Smart Security. http://www.eset.com -- You received this message because you are subscribed to the Google Groups CrisisMappers group. To post to this group, send email to crisismapp...@googlegroups.com. To unsubscribe from this group

[OpenLayers-Users] Marker events register hover?

2010-01-21 Thread Robert Hicks
Is there anything in the OpenLayers API that allow a marker to have a mouse hover event? I want to change the cursor of the mouse and possibly some other JavaScript actions when a user hovers the mouse over a marker. Thanks! -- web http://www.hyxspace.com aim hyx1138

Re: [OpenLayers-Users] [MapFish-Users] wrong scale and offset

2010-01-21 Thread Eric Lemoine
On Wednesday, January 20, 2010, Sarah Schuessler sarah_f...@yahoo.de wrote: Hi list, I wanted to show that I solved one of my problems: offsets went away after I added 'projection: EPSG:4236' to my OpenLayers.Layer.WMS. I could not manage problem about scale. Any hints about that? Hi.