Re: [OpenLayers-Users] Open Spaces

2009-06-11 Thread Tom (JDi Solutions)
s all. On Wed, Jun 10, 2009 at 10:10 PM, Peter Robins wrote: > On Wednesday 10 Jun 2009, Tom (JDi Solutions) wrote: > > Are there any plans to add Open Spaces services to the Open Layers API? > > why would you want that? The OS tiles are set up as a WMS which you can > read

[OpenLayers-Users] Open Spaces

2009-06-10 Thread Tom (JDi Solutions)
Hi, Open Layers currently supports a number of other mapping APIs in order to get their imagery and use their services e.g. Google, Yahoo, etc... Ordnance Survey's offering (http://openspace.ordnancesurvey.co.uk/openspace/) is based on OpenLayers 2.7 and includes the ability get OS maps as well a

Re: [OpenLayers-Users] Combining Polygons

2008-12-02 Thread Tom (JDi Solutions)
ble > to split a polygon by any linestring > > cheers carsten > > Tom (JDi Solutions) schrieb: > > Hi there, > > Using WFS it is possible to pick polygons from a base layer and then save > them to a new layer but is it possible using Open Layers to combine the 2 > polygons f

[OpenLayers-Users] Combining Polygons

2008-12-01 Thread Tom (JDi Solutions)
Hi there, Using WFS it is possible to pick polygons from a base layer and then save them to a new layer but is it possible using Open Layers to combine the 2 polygons first using a union operation (see Oracle docs for example: http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28400/sdo_objg

Re: [OpenLayers-Users] WFS points for markers and popups

2008-05-09 Thread Tom (JDi Solutions)
-- > From: [EMAIL PROTECTED] on behalf of Tom (JDi Solutions) > Sent: Fri 5/9/2008 10:20 AM > To: users@openlayers.org > Cc: > Subject:[OpenLayers-Users] WFS points for markers and popups > > Hi all, > > I've googled and searched the examples and ma

[OpenLayers-Users] WFS points for markers and popups

2008-05-09 Thread Tom (JDi Solutions)
Hi all, I've googled and searched the examples and mail archives for the solution for this but can't quite find precisely what I'm looking for so I wonder if someone could help out? I have so far managed to get a standard OpenLayers setup and added a WMS base layer and a WFS layer which returns 2

[OpenLayers-Users] Single File Build Failure on Trunk

2007-09-18 Thread Tom (JDi Solutions)
Hi, Having just downloaded fresh from trunk the single file build is not working. Complete output with full.cfg and library.cfg included below: Can someone confirm it's not just me. If it's not, shall I report in trac? With full.cfg I get: Merging libraries. Importing: OpenLayers.js Importing

Re: [OpenLayers-Users] Handler problems

2007-09-04 Thread Tom (JDi Solutions)
> > On Tue, Sep 04, 2007 at 09:39:08AM +0100, Tom (JDi Solutions) wrote: > > Looks like this is a bug in OpenLayers. > > > > It works fine in IE6 & IE7. Only FF shows this bug. > > > > 2 example pages show this working and not working: > > > >

Re: [OpenLayers-Users] Handler problems

2007-09-04 Thread Tom (JDi Solutions)
ease confirm this, is there a quick fix? Shall I add it to JIRA? On 9/1/07, Tom (JDi Solutions) <[EMAIL PROTECTED]> wrote: > > I still can't work this one out, any help would be appreciated. Here's a > live example: > > http://demo.jdi-consult.net/oltest/clickprob.ht

Re: [OpenLayers-Users] Handler problems

2007-09-01 Thread Tom (JDi Solutions)
on the map displays the co-ordinates below the map. Now try to click on "navigate" in FF it will show the co-ordinates of the point you clicked, then on the second click it is possible to select "navigate". It works fine in IE6. Can anyone help? cheers, Tom On 8/31/0

[OpenLayers-Users] Handler problems

2007-08-31 Thread Tom (JDi Solutions)
Hi all, I've been creating a handler based on the code here: http://trac.openlayers.org/wiki/Handlers What's supposed to happen is that the user clicks on the map and the co-ordinates are sent off to a web service which returns a polygon in WKT which is then plotted. That all works fine except t

Re: [OpenLayers-Users] Overlay dont "refresh" with setcenter forcezoom.

2007-08-26 Thread Tom (JDi Solutions)
Another idea, if it is indeed browser caching, you could try putting another arg on the end of the wms requests to make them different, say a counter for example. Geoserver will ignore it but it will ensure the URLs are always different and may stop the browser caching it. On 8/26/07, Tom (JDi

Re: [OpenLayers-Users] Overlay dont "refresh" with setcenter forcezoom.

2007-08-26 Thread Tom (JDi Solutions)
Not sure what to actually do about it but could it be that the tiles are being cached by the browser? In my experience browser caching can be unpredictable at best especially when you consider that corporate content filters / firewalls and proxies also often have caching features. There are ways

Re: [OpenLayers-Users] OpenLayers "wizard"

2007-08-24 Thread Tom (JDi Solutions)
All, I have been writing a PHP class to make OpenLayers setup much more straightforward and would be happy to make this available if anyone is interested. Don't know if it helps the specific cause of this thread but an example of a calling file is shown below. The example includes 2 WMS layers,

Re: [OpenLayers-Users] Another offset problem (follow-up on Bug? Zoom box offset when using large scales)

2007-08-24 Thread Tom (JDi Solutions)
I too have noticed this problem and would be very interested in the resolution. cheers, Tom On 8/24/07, Barend Köbben <[EMAIL PROTECTED]> wrote: > > Hi, > > As a follow-up to my earlier report (see below), I am getting some other > XY-coordinate problems that I suspect could be related: > > I am

Re: [OpenLayers-Users] Compressed Open Layers

2007-08-11 Thread Tom (JDi Solutions)
Thanks, and sorry, I should've known that as it came up in another thread very recently! cheers, Tom On 8/11/07, Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > On Fri, Aug 10, 2007 at 03:11:54PM +0100, Tom (JDi Solutions) wrote: > > It doesn't work! > > &g

Re: [OpenLayers-Users] Compressed Open Layers

2007-08-10 Thread Tom (JDi Solutions)
opher Schmidt <[EMAIL PROTECTED]> wrote: > > > > On Thu, Aug 09, 2007 at 10:30:23AM +0100, Tom (JDi Solutions) wrote: > > > Hi all, > > > > > > I'm currently experimenting with compressing OpenLayers and have been > > > running build.py to c

Re: [OpenLayers-Users] Compressed Open Layers

2007-08-10 Thread Tom (JDi Solutions)
Ah stunning, thanks very much, it's down to 89K so if I also get the webserver to compress it there'll hardly be anything left. Now I just have to see if it works! thanks. On 8/10/07, Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 09, 2007 at 10:30:23AM +01

Re: [OpenLayers-Users] Compressed Open Layers

2007-08-10 Thread Tom (JDi Solutions)
Andrea, no I hadn't but I will. We're using Apache but I'm sure that will have something. I'm still interested to know if the original file can be made smaller though as there's clearly loads in it that I don't need. cheers, Tom On 8/10/07, Andrea Aime <[EMAI

[OpenLayers-Users] Compressed Open Layers

2007-08-09 Thread Tom (JDi Solutions)
Hi all, I'm currently experimenting with compressing OpenLayers and have been running build.py to create a compressed version of the library, however the smallest version I seem to be able to make is 220K and from the output at the command line it seems to be including loads more stuff than I actu

Re: [OpenLayers-Users] Does OpenLayers support orientation of points?

2007-07-11 Thread Tom (JDi Solutions)
nLayers, but as you say in the end of your mail, it would be *very* simple to add that functionality by extending the Point class. Let us know if you need help doing that. Erik On 7/11/07, Tom (JDi Solutions) <[EMAIL PROTECTED]> wrote: > All, > > The docs appear to show that Geo

[OpenLayers-Users] Does OpenLayers support orientation of points?

2007-07-11 Thread Tom (JDi Solutions)
All, The docs appear to show that Geometry.Point ( http://dev.openlayers.org/docs/OpenLayers/Geometry/Point.html) only supports a basic x and y with no direction. I ask because we're going to be implementing an image library which could include the location from which the image was taken and als