Modify

Opened 14 years ago

Closed 14 years ago

#3988 closed defect (fixed)

[PATCH] more flexible parameters for bbox

Reported by: nazotoko Owned by: team
Priority: minor Milestone:
Component: Core imagery Version: latest
Keywords: WMS bbox Cc:

Description

Hi,

We, Japanese, confirmed that we can use orthophoto of National Land Information Office of Japan for mapping.
http://wiki.openstreetmap.org/wiki/Potential_Datasources#Orthophoto_.28MLIT_Japan.29

However, their WMS server has a different format for bbox parameter.
bbox={s},{w},{n},{e}

s,w,n,e are south, west, north and east, respectively.
Usuall bbox is
bbox={w},{s},{e},{n}

I had just thought that if we could use {s} {w} {n} {e} parameters, it would work.
So I made a quick patch.

Then, I have checked it works well.
The projection EPSG:4612 is a little different from EPSG:4326 but the difference is just about 10 centimeter. We don't mind such small difference.

Can I ask you to apply the patch for WMS plugin?
Additionally, can I ask you to add WMS servers list to source.cfg, too?

Thanks a lot.

Attachments (2)

WMSGrabber.diff (1.1 KB ) - added by nazotoko 14 years ago.
Patch for WMSGrabber.java
sources.cfg.jp (1005 bytes ) - added by nazotoko 14 years ago.
Japanese WMS servers list

Download all attachments as: .zip

Change History (3)

by nazotoko, 14 years ago

Attachment: WMSGrabber.diff added

Patch for WMSGrabber.java

by nazotoko, 14 years ago

Attachment: sources.cfg.jp added

Japanese WMS servers list

comment:1 by stoecker, 14 years ago

Resolution: fixed
Status: newclosed

In [o18712].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.