Modify ↓
Opened 16 years ago
Closed 16 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)
Note:
See TracTickets
for help on using tickets.



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