Re: [OSM-talk] NPE maps broken?

2009-01-14 Thread Gervase Markham
Thomas Wood wrote:
 I believe the old WMSplugin used to send coordinates in OSGB36 rather
 than WGS84?
 This seems to be what the server side code expects, at least.

Who is responsible for the WMSplugin? Is this a permanent change, i.e.
do all WMS servers need updating?

Who runs the NPE maps server? Nick Black? Another Nick?

I can't understand the WMS spec. Who is right?

Gerv


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] NPE maps broken?

2009-01-14 Thread Ævar Arnfjörð Bjarmason
On Wed, Jan 14, 2009 at 9:56 AM, Gervase Markham gerv-gm...@gerv.net wrote:
 Thomas Wood wrote:
 I believe the old WMSplugin used to send coordinates in OSGB36 rather
 than WGS84?
 This seems to be what the server side code expects, at least.

 Who is responsible for the WMSplugin? Is this a permanent change, i.e.
 do all WMS servers need updating?

 Who runs the NPE maps server? Nick Black? Another Nick?

 I can't understand the WMS spec. Who is right?

WMS servers commonly only accept input in a given projection, and
likewise for clients. Both probably conform to the spec, they're just
not interoperable at the moment.

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] NPE maps broken?

2009-01-14 Thread Richard Fairhurst

Gervase Markham wrote:
 Who runs the NPE maps server? Nick Black? Another Nick?

nick.dev.openstreetmap.org is Nick Whitelegg, I think.

For NPE, however, JOSM should ideally use the 900913 tiles at
npe.openstreetmap.org, which are better rectified. Thomas, you were working
on a way for JOSM to access these, right?

cheers
Richard
-- 
View this message in context: 
http://www.nabble.com/NPE-maps-broken--tp21443315p21453327.html
Sent from the OpenStreetMap - General mailing list archive at Nabble.com.


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] NPE maps broken?

2009-01-14 Thread Andy Robinson (blackadder-lists)
There is an existing ticket for this
http://josm.openstreetmap.de/ticket/1918

Cheers

Andy

-Original Message-
From: talk-boun...@openstreetmap.org [mailto:talk-
boun...@openstreetmap.org] On Behalf Of Richard Fairhurst
Sent: 14 January 2009 10:27 AM
To: talk@openstreetmap.org
Subject: Re: [OSM-talk] NPE maps broken?


Gervase Markham wrote:
 Who runs the NPE maps server? Nick Black? Another Nick?

nick.dev.openstreetmap.org is Nick Whitelegg, I think.

For NPE, however, JOSM should ideally use the 900913 tiles at
npe.openstreetmap.org, which are better rectified. Thomas, you were working
on a way for JOSM to access these, right?

cheers
Richard
--
View this message in context: http://www.nabble.com/NPE-maps-broken--
tp21443315p21453327.html
Sent from the OpenStreetMap - General mailing list archive at Nabble.com.


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.10.7/1892 - Release Date: 13/01/2009
8:04 PM


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] NPE maps broken?

2009-01-14 Thread Thomas Wood
2009/1/14 Richard Fairhurst rich...@systemed.net:

 Gervase Markham wrote:
 Who runs the NPE maps server? Nick Black? Another Nick?

 nick.dev.openstreetmap.org is Nick Whitelegg, I think.

 For NPE, however, JOSM should ideally use the 900913 tiles at
 npe.openstreetmap.org, which are better rectified. Thomas, you were working
 on a way for JOSM to access these, right?

 cheers
 Richard

Yes, but since I'm completely new to Java, work was slow. I had tried
both a special NPE version of the Yahoo part of the wmsplugin (as I'm
more familiar with webmapping apis), but when that failed, I moved to
trying to make the slippymap plugin show zoom levels other than 12. My
efforts on this (and all other bits of my OSM work) are postponed for
a while for exams.

-- 
Regards,
Thomas Wood
(Edgemaster)

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] NPE maps broken?

2009-01-14 Thread Andy Robinson (blackadder-lists)
Tim Sheerman-Chase wrote:
Sent: 14 January 2009 5:02 PM
To: talk@openstreetmap.org
Subject: [OSM-talk] NPE maps broken?

Hi all,

I think I have a fix for the NPE map using Richard's tiles. I previous
wrote a WMS server to handle it and the latest JOSM seems to be ok with
it too. Details here:

http://josm.openstreetmap.de/ticket/1918

TimSC



Awesome, thanks :-)

Cheers
Andy


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] NPE maps broken?

2009-01-14 Thread Grant Slater
Thomas Wood wrote:
 I believe the old WMSplugin used to send coordinates in OSGB36 rather
 than WGS84?
 This seems to be what the server side code expects, at least.
   

I've hacked at Nick's code and added a dirty workaround which tries to 
work out if input is WGS84 and automatically convert it to OSGB36.

Works for me. But best to still move to TimSC's WMS.

/ Grant

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] NPE maps broken?

2009-01-13 Thread Thomas Wood
I believe the old WMSplugin used to send coordinates in OSGB36 rather
than WGS84?
This seems to be what the server side code expects, at least.

2009/1/13 Gervase Markham gerv-gm...@gerv.net:
 http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npebbox=-2.5703500,54.4446860,-2.5119329,54.5031031width=500height=500

 (This URL was copied and pasted out of an error message spat out by the
 latest JOSM.)

 Warning: Division by zero in /var/www/nick/freemap/Map.php on line 15


 It then produces a couple of other errors and spits out the PNG data,
 but Firefox says it's been sent as text/html - and, of course, the extra
 text will confuse the image decoder.

 Even if JOSM is requesting the wrong thing, a division by zero is bad.

 Gerv


 ___
 talk mailing list
 talk@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk




-- 
Regards,
Thomas Wood
(Edgemaster)

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk