Opened 13 years ago
Closed 7 years ago
#818 closed defect (fixed)
WMS provider: Prevent empty CRS or SRS names added to layer's CRS name collection
Reported by: | samwang | Owned by: | Sam Wang |
---|---|---|---|
Priority: | major | Milestone: | 3.7.0 |
Component: | FDO API | Version: | 3.7.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
This happens when the layer CRS name specified in the response of WMS serivce returned by "Get Capabilities" request is empty. For example, http://wms.alaskamapped.org/bdl?version=1.3.0.
So this may cause problem, when user try to serialize the spatial context to an XML file. What we do is simply filter out empty CRS name and not add it to collection
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | Ticket818.patch added |
---|
comment:1 by , 13 years ago
Summary: | Prevent empty CRS or SRS names added to layer's CRS name collection → WMS provider: Prevent empty CRS or SRS names added to layer's CRS name collection |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for the fix