Modify

Opened 3 years ago

Closed 3 years ago

#4794 closed defect (worksforme)

WMS parameter and capital letters

Reported by: falcius Owned by: team
Priority: normal 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 Changed 3 years ago by stoecker

  • Resolution set to worksforme
  • Status changed from new to closed

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

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.