[OpenLayers-Users] GWT and Openlayers

2008-12-02 Thread David Potts
Can anybody suggest a decent Google Web Tookit/Openlayers library? There seems to be more than one attempt to implement this eg http://code.google.com/p/gollum/ http://sourceforge.net/projects/gwt-openlayers David. -- Any views expressed in this message are those of the individual sender,

Re: [OpenLayers-Users] Circles

2008-12-02 Thread Lehtonen, Mika
Hi, I've been using regular polygon for that (with like 40 sides). I don't know if there's another way. - mika - Heidt, Christopher M. kirjoitti: Probably a dumb question, but how can I create a circle feature using the api? I'm hoping you're not going to say I have to generate a bunch of

Re: [OpenLayers-Users] Circles

2008-12-02 Thread Kenny
Hi Mika, Christopher, I have been trying to do this for a while now and still haven’t figured it out, Mika, would it be possible for you to show us an example? Thanks Kenny -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lehtonen, Mika Sent:

Re: [OpenLayers-Users] [OpenLayers-Dev] New PSC Member: Eric Lemoine

2008-12-02 Thread Pierre GIRAUD
I see him almost everyday, and I'm really happy he joined the PSC. I can confirm he deserves it. Pierre On Tue, Dec 2, 2008 at 6:03 AM, Roald de Wit [EMAIL PROTECTED] wrote: Congratulations Eric! Nice to see you are a PSC member now! Cheers, Roald On Tue, 2008-12-02 at 10:47 +1030, Erik

Re: [OpenLayers-Users] Circles

2008-12-02 Thread Lehtonen, Mika
Hi Kenny, it depends on whether you want to draw a circle or construct it on other ways. If you want to draw a circle, you can do it by adding control for it. circle = new OpenLayers.Control.DrawFeature(vlayer, OpenLayers.Handler.RegularPolygon, {handlerOptions: {sides: 40} });

[OpenLayers-Users] Nested Overlays

2008-12-02 Thread Adam Sanchez
Hi to all! Someone do you a idea about to build nested overlays? By example, Base Layer = Google Maps Yahoo Overlays (Two Levels) === -Mountains --Himalayas --Andean -Rivers --Nilo --Amazonas --Misissipi -Oceans --Pacific --Atlantic Regards, Adam On Tue, Dec 2, 2008 at 9:08

[OpenLayers-Users] Circles

2008-12-02 Thread Heidt, Christopher M.
Probably a dumb question, but how can I create a circle feature using the api? I'm hoping you're not going to say I have to generate a bunch of points an make a polygon :( ___ Users mailing list Users@openlayers.org

[OpenLayers-Users] Prototype using TinyOWS for WFS-T - in OL Gallery ?

2008-12-02 Thread Alexandre Dube
Hi list, I just finished an OpenLayers application that uses TinyOWS to do some WFS-T. It's more a prototype than a real-life tool, so I was wondering if it would have its place among the OpenLayers Gallery examples. What do think ? My prototype :

Re: [OpenLayers-Users] Prototype using TinyOWS for WFS-T - in OL Gallery ?

2008-12-02 Thread Alexandre Dube
Sorry, The main page for the example is : http://dev4.mapgears.com/bdga/ Alexandre Dube wrote: Hi list, I just finished an OpenLayers application that uses TinyOWS to do some WFS-T. It's more a prototype than a real-life tool, so I was wondering if it would have its place among the

Re: [OpenLayers-Users] dynamic url

2008-12-02 Thread Julien-Samuel Lacroix
Hi, What is not working? Everything or just a small part of your code. When things work in Firefox and not in IE, it usually mean there's a small JavaScript error. Try putting JavaScript alert() every 5 lines or so. At some point an alert won't pop up. This is where your bug is. Other may

Re: [OpenLayers-Users] dynamic url

2008-12-02 Thread Eric Lemoine
On Tue, Dec 2, 2008 at 3:56 PM, Julien-Samuel Lacroix [EMAIL PROTECTED] wrote: I don't know if IE support empty hash like {}, but I would think so. Sure. -- Eric ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Prototype using TinyOWS for WFS-T - in OL Gallery ?

2008-12-02 Thread Christopher Schmidt
On Tue, Dec 02, 2008 at 09:38:03AM -0500, Alexandre Dube wrote: Hi list, I just finished an OpenLayers application that uses TinyOWS to do some WFS-T. It's more a prototype than a real-life tool, so I was wondering if it would have its place among the OpenLayers Gallery examples. What

Re: [OpenLayers-Users] Prototype using TinyOWS for WFS-T - in OL Gallery ?

2008-12-02 Thread David Fawcett
Alexandre, You example looks interesting. In FF3, your base layer is drawing on top of your draw control. David. On Tue, Dec 2, 2008 at 8:39 AM, Alexandre Dube [EMAIL PROTECTED] wrote: Sorry, The main page for the example is : http://dev4.mapgears.com/bdga/ Alexandre Dube wrote: Hi

[OpenLayers-Users] (no subject)

2008-12-02 Thread 莹莹 李
hi,list   i have some trouble to add attribute in WFS layers.As you know,only class OpenLayers.Feature.Vector have Properties attribute.but I get map layers is WFS layers from geoserver.i do not know how to add attribute for added point in layers.

Re: [OpenLayers-Users] Prototype using TinyOWS for WFS-T - in OL Gallery ?

2008-12-02 Thread Alexandre Dube
I just realized that too. I'll work on it right now. David Fawcett wrote: Alexandre, You example looks interesting. In FF3, your base layer is drawing on top of your draw control. David. On Tue, Dec 2, 2008 at 8:39 AM, Alexandre Dube [EMAIL PROTECTED] wrote: Sorry, The main page

Re: [OpenLayers-Users] Prototype using TinyOWS for WFS-T - in OL Gallery ?

2008-12-02 Thread Alexandre Dube
Christopher Schmidt wrote: In general, I don't see prototypes as fitting best within the OpenLayers gallery. The gallery is more designed for completed applicatinos which have been 'released' to users, rather than demos. The key questions about any page that gets associated with an OpenLayers

Re: [OpenLayers-Users] dynamic url

2008-12-02 Thread Lehtonen, Mika
Sorry, I draw this back. Eventually I discovered that my variables got lost because of a page reload and these line worked same way both in IE and FF. So actually IE was acting properly because it lost its state but FF somehow preserved variables (caching settings?). Never mind, I got it

Re: [OpenLayers-Users] WMS request too long

2008-12-02 Thread Lasse Larsson
Is there a way to set a layer use the POST method instead? something like Layer.useRequestMethod(POST), If URI gets to long? (If I don´t want to create SLD separate via url)? /Anders Bas Couwenberg wrote: Hello, when retrieving my layer with WMS I want to send a SLD document in the

Re: [OpenLayers-Users] WMS request too long

2008-12-02 Thread Christopher Schmidt
On Tue, Dec 02, 2008 at 07:24:53AM -0800, Lasse Larsson wrote: Is there a way to set a layer use the POST method instead? something like Layer.useRequestMethod(POST), If URI gets to long? (If I don´t want to create SLD separate via url)? No. Specifically, this would mean a significant

[OpenLayers-Users] dynamic url

2008-12-02 Thread Lehtonen, Mika
Hi, this may be a more of a JavaScript question, but I'll give it a try on this list anyway. I have an OpenLayers application where user can upload his/her own shp-file onto server (FeatureServer). Also user can download them back as an Openlayers wfs-layer. So the url in that wfs layer

Re: [OpenLayers-Users] Prototype using TinyOWS for WFS-T - in OL Gallery ?

2008-12-02 Thread Alexandre Dube
David Fawcett wrote: Alexandre, You example looks interesting. In FF3, your base layer is drawing on top of your draw control. David. Corrected. I added a z-index value for each element. Please, carry on with more comments. -- Alexandre Dubé Mapgears www.mapgears.com

[OpenLayers-Users] kml file not showing markers

2008-12-02 Thread M.E.Dodd
I am new to openlayers, trying to display a .kml file that works fine in google earth on an openlayers web page. The code is shown below. The map itself comes up fine but not showing any of the markers, there is no error message. The code is a copy of one of the example web pages but with my

Re: [OpenLayers-Users] kml file not showing markers

2008-12-02 Thread Christopher Schmidt
On Tue, Dec 02, 2008 at 04:13:54PM -, M.E.Dodd wrote: I am new to openlayers, trying to display a .kml file that works fine in google earth on an openlayers web page. The code is shown below. The map itself comes up fine but not showing any of the markers, there is no error message.

[OpenLayers-Users] Slow marker rendering in IE

2008-12-02 Thread Jani Patokallio
Greetings, I have an OpenLayers-based site (http://openflights.org) that renders airport markers and flight vectors on a world map, and while it's reasonably snappy on Firefox, it's very slow on IE. I've turned off the alpha hack, but this did not seem to make any difference at all. Searching

Re: [OpenLayers-Users] Combining Polygons

2008-12-02 Thread Tom (JDi Solutions)
Thanks Carsten, Oracle has these functions built in so I guess I'll do a server side script to do it using that. cheers, Tom On Mon, Dec 1, 2008 at 2:01 PM, Dipl. Inf. Carsten Eider [EMAIL PROTECTED] wrote: Hi Tom, upto now there is no solution within either OpenLayers oder GeoServer.

[OpenLayers-Users] Strange buttons in Internet Explorer

2008-12-02 Thread Sture Dingsøyr
Hi all Have a simple OL page where i have added some buttons to a panel. The panel and map is placed in a simple HTML table. The strange thing is when i add some more buttons to my panel...the whole layout of my page gets distorted. Have a look at:

Re: [OpenLayers-Users] Circles

2008-12-02 Thread Didrik Pinte
On Tue, 2008-12-02 at 08:27 -0500, Heidt, Christopher M. wrote: Probably a dumb question, but how can I create a circle feature using the api? I'm hoping you're not going to say I have to generate a bunch of points an make a polygon :( Using a point with a style using a radius will do it

Re: [OpenLayers-Users] Circles

2008-12-02 Thread Arnd Wippermann
This is some code to create a regular polygon: //Openlayers.Geometry.Point var origin = {}; origin.x = map.getCenter().lon; origin.y = map.getCenter().lat; //create Regular Polygon Geometry //OpenLayers.Geometry.Polygon.createRegularPolygon = function(origin, radius, sides, rotation) var objF =

Re: [OpenLayers-Users] Circles

2008-12-02 Thread Lehtonen, Mika
Hi Didrik, I guess the points are still points regardless of their style? So you can't use their geometry as a replacement of a circle? - mika - Didrik Pinte kirjoitti: On Tue, 2008-12-02 at 08:27 -0500, Heidt, Christopher M. wrote: Probably a dumb question, but how can I create a circle

[OpenLayers-Users] Support for KML ExtendedData

2008-12-02 Thread akrherz
Howdy! OpenLayers is super fancy, but it would be ultra fancy if I could load up the KML ExtendedData into the feature.attributes :) Poking around, I see this: http://trac.openlayers.org/browser/sandbox/context/lib/OpenLayers/Format/KML3.js Are there plans to pull this into a stable release

Re: [OpenLayers-Users] Circles

2008-12-02 Thread Heidt, Christopher M.
right, changing a points radius in the style makes the marker that represents a point larger, but it isnt a Circle Feature because it remains the same size when u zoom in and out. oracle has a WKT outputer that makes a CURVEPOLYGON(# #,# #,# #,# #) or some such nonsence to represent circles.

Re: [OpenLayers-Users] Support for KML ExtendedData

2008-12-02 Thread Christopher Schmidt
On Tue, Dec 02, 2008 at 02:26:37PM -0600, [EMAIL PROTECTED] wrote: Howdy! OpenLayers is super fancy, but it would be ultra fancy if I could load up the KML ExtendedData into the feature.attributes :) No work has been done on this in trunk. I would gladly support (via advice/review) work

[OpenLayers-Users] blank, not missing tiles

2008-12-02 Thread Dejung Gewissler
Hi Everyone, First I'd like to say thanks to all that have made OpenLayers so great! Our sites would not be very exciting without it. We are about to role out to production our data download site [1] that is experiencing peculiar behavior when zooming to an extent. We have experienced it on

[OpenLayers-Users] Change mouse pointer for Zoombox control

2008-12-02 Thread Subha Ramakrishnan
Hi, I have a question regarding mouse pointer for a zoom box control. Is it possible for me to change the mouse pointer to indicate that zoom box control is currently active. I did try setting the cursor using map.style.cursor and it does change when the zoom box control is selected, but when i

Re: [OpenLayers-Users] Change mouse pointer for Zoombox control

2008-12-02 Thread bartvde
Hi, see the patch at: http://trac.openlayers.org/ticket/1484 Best regards, Bart Hi, I have a question regarding mouse pointer for a zoom box control. Is it possible for me to change the mouse pointer to indicate that zoom box control is currently active. I did try setting the cursor