Re: [OpenLayers-Users] Intuitive and good looking icons

2009-02-25 Thread Guillaume Sueur
Hi Magifying ugly glass is here : http://www.openlayers.org/dev/examples/navtoolbar.html and the three + can be seen here (Map Controls Example): http://www.openlayers.org/dev/examples/controls.html Guillaume Christopher Schmidt a écrit : On Wed, Feb 25, 2009 at 02:26:02AM +0800, Jani

Re: [OpenLayers-Users] Intuitive and good looking icons

2009-02-25 Thread Mika Lehtonen
If you are adding your own buttons, you can also add 'title' into them, like: button2 = new OpenLayers.Control.Button({displayClass: "addPoint", trigger: activateAddPoint, id: "b2", title: 'Add point'}); The cursor is missing, but it should be there pointing the lower button. I'm to aware

[OpenLayers-Users] Change Style Line

2009-02-25 Thread NN SS
Dear OpenLayers Users. I have a problem. I need to draw an arrow instead line ( For exmaple : -- ) to join two or more points, How I can do this ? Thanks for your help Regards, Nelson. ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] Change Style Line

2009-02-25 Thread Tim Schaub
Hey- NN SS wrote: Dear OpenLayers Users. I have a problem. I need to draw an arrow instead line ( For exmaple : -- ) to join two or more points, How I can do this ? We don't currently provide an option for rendering a line as you suggest above. You can render

Re: [OpenLayers-Users] Change Style Line

2009-02-25 Thread Andreas Hocevar
Hi, On Wed, Feb 25, 2009 at 8:19 AM, NN SS nsanchez...@gmail.com wrote: I have a problem. I need to draw an arrow instead line ( For exmaple : ye-- )  to join two or more points, How I can do this ? Doing this with a line style is not possible in OpenLayers. What you could

Re: [OpenLayers-Users] Intuitive and good looking icons

2009-02-25 Thread Eric Lemoine
On Wed, Feb 25, 2009 at 8:16 AM, bart...@osgis.nl wrote: I second this, Chris's answers are 100% useful, and IMHO he cannot be missed on this list. I also want to say a word here. The mailing lists represent an invaluable value to the OpenLayers users, one of the reasons for that is Chris

[OpenLayers-Users] measure control

2009-02-25 Thread James Leveille
Hi, I'm using the OpenLayers.Control.Measure control. From the many examples found, the handler declaration can either be : 1) function handleMeasr(geometry, length, area, units) {} 2) function handleMeasr(event) {} Since I need the area the perimeter, the first one should be the

[OpenLayers-Users] Building static tilecache with ESRI software

2009-02-25 Thread Eric Wolf
I'm trying to figure out the easiest/best way to create a static tile cache (prerendered) of a map layout created in ArcGIS to be accessed using OpenLayers. Here's the background: The current USGS real time earthquake website uses pre-rendered maps using circa 1995 technology. These maps get

Re: [OpenLayers-Users] Building static tilecache with ESRI software

2009-02-25 Thread Ian Turton
On Wed, Feb 25, 2009 at 12:40 PM, Eric Wolf ebw...@gmail.com wrote: I'm trying to figure out the easiest/best way to create a static tile cache (prerendered) of a map layout created in ArcGIS to be accessed using OpenLayers. Have you considered using arcmap2sld

Re: [OpenLayers-Users] measure control

2009-02-25 Thread Bart van den Eijnden (OSGIS)
Hi James, the first syntax is OL 2.6, the second is OL 2.7. I assume you are using a Polygon handler and want to retrieve both the area and the length? The event thrown by the Measure control only contains the area in the evt.measure property in this case, so you have to calculate the length

Re: [OpenLayers-Users] Select Feature on Multiple Layers

2009-02-25 Thread Andreas Hocevar
bianchi...@gmail.com wrote: I am trying to use your patch: http://trac.openlayers.org/attachment/ticket/1666/singleroot.6.patch to allow selecting features from multiple features. I wanted to ask some help: 1) how to apply the patch? Currently I am using OL 2.7 stable. Should i apply

Re: [OpenLayers-Users] [Tilecache] Building static tilecache with ESRI software

2009-02-25 Thread Matt Bartolome
On Wed, Feb 25, 2009 at 9:40 AM, Eric Wolf ebw...@gmail.com wrote: I'm trying to figure out the easiest/best way to create a static tile cache (prerendered) of a map layout created in ArcGIS to be accessed using OpenLayers. I don't know if this the best way but at first glance I would probably

Re: [OpenLayers-Users] Intuitive and good looking icons

2009-02-25 Thread Kristian Thy
On Wed, Feb 25, Mika Lehtonen wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head meta content=text/html;charset=ISO-8859-15 http-equiv=Content-Type title/title /head body bgcolor=#ff text=#00 If you are adding your own buttons, you can also add

Re: [OpenLayers-Users] [Tilecache] Building static tilecache with ESRI software

2009-02-25 Thread Eric Wolf
On Wed, Feb 25, 2009 at 11:49 AM, John Cole jc...@carinatek.com wrote: The easiest way IMO would be to configure ArcGIS server as a WMS source and seed your cache using the TileCache tools. Yeah. We tried that - but ArcGIS Server wants to serve out the layers individually without symbology.

[OpenLayers-Users] drawing style

2009-02-25 Thread Tim Schaub
Hey- So, we've long defined a temporary style for vector features. This is a symbolizer that is used to create an OpenLayers.Style object keyed by the temporary rendering intent in the default StyleMap given to all vector layers.

Re: [OpenLayers-Users] drawing style

2009-02-25 Thread Lehtonen, Mika
I prefer number two. That way the vector you are drawing would differ from the old sketches. The idea of having users to choose from some assortment seems reasonable (and fair). Also users could suggest some own option. The worst case is to leave yellow thick line. - mika - Tim Schaub

Re: [OpenLayers-Users] IE Problem!!

2009-02-25 Thread Rodrigo
Ok... I could see what was the problem... I'm using a div for the map inside a table, and looking for a solution, I just put a valign=top at TD element of the table and the coordinates got right... why they were getting wrong before... I really don't know... but I believe that there's something