Modify

Opened 15 years ago

Closed 15 years ago

#4794 closed defect (worksforme)

WMS parameter and capital letters

Reported by: falcius Owned by: team
Priority: normal Milestone:
Component: Core imagery Version: latest
Keywords: WMS, parameter Cc:

Description

Parameters &bbox=, &width=, &height= are set by the WMS-Plugin, but with lower case letters. So it's impossible to request WMS-services witch demand parameters in capital letters (&BBOX=).

Attachments (0)

Change History (1)

comment:1 by stoecker, 15 years ago

Resolution: worksforme
Status: newclosed

Copying the doc:

# URLS must be designed to append arguments directly behind. So the URLS should either end with '?' or '&'
# Following arguments are added: width, height, bbox, srs (projection method)
# srs is only added when no srs is given already (In this case the projection is checked
# and an error is issued when they mismatch).
#
# If more specific URL design is needed, then patterns are supported as well. If
# patterns are found no other arguments are added:
# {proj} is replaced by projection
# {bbox} is replaced by bounding box using projected coordinates
# {width} is requested display width
# {height} is requested display height
# {w},{s},{n},{e} are replaced by corresponding coordinates

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.