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

2009-02-25 Thread Kristian Thy
On Wed, Feb 25, Mika Lehtonen wrote: > > > > http-equiv="Content-Type"> > > > > 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'

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

2009-02-24 Thread Kristian Thy
On Tue, Feb 24, smithfield wrote: > I would have to agree that the responses on this list are rude and > condescending at times. Great product though! Thank you for your contribution! \\kristian -- ... et nemo ex vobis interrogat me: »Quo vadis?« ___

Re: [OpenLayers-Users] New FAQ site; feedback?

2008-08-30 Thread Kristian Thy
On Sat, Aug 30, Christopher Schmidt wrote: > Looking forward to hearing from anyone interested, > -- > Christopher Schmidt I think it's great! :) One note: The counter doesn't reset when the FAQ is edited. If you get really negative feedback and improve the Q with a stellar A, it's still going t

Re: [OpenLayers-Users] specifying options for OL class properties--when to use quotes?

2008-07-24 Thread Kristian Thy
On Thu, Jul 24, Christopher Schmidt wrote: > On Thu, Jul 24, 2008 at 06:07:02PM -0500, Erik Uzureau wrote: > > it was explained to me at some point in life that the "proper" JSON > > notation was > > putting quotes (single?) around the key names, ie: > > "Double", but I never let that affect my Ja

Re: [OpenLayers-Users] Ajax and tiles

2008-07-24 Thread Kristian Thy
On Thu, Jul 24, lukast wrote: > Is there any possibility to force OpenLayers to load tiles asynchroniusly so > that state bar of the browser not showed any activity ? Presumably by using XMLHTTPRequests to fetch tiles. That would, however, mean that you could only show tiles served from the same h

Re: [OpenLayers-Users] mousewheel

2008-04-23 Thread Kristian Thy
On Wed, Apr 23, matthewsnape wrote: > I have a problem with the mousewheel. When I zoom in and out it zooms by 2 > steps instead of just one. If I zoom in or out using the pan zoom bar it > only uses a single increment. Any ideas why this may be happening? Could this be due to some "scroll three

Re: [OpenLayers-Users] right-click support ?

2008-03-19 Thread Kristian Thy
On Wed, Mar 19, "R. Müller" wrote: > i know that there is very different behaviour with different browsers, Indeed. > (additionally you have to disable the default behaviour first) You can't. Not in my browser, at least. > but i personally think it would be an important (almost basic) feature!