Opened 14 years ago
Closed 14 years ago
#1594 closed defect (fixed)
Layer with EPSG:3398 CS not visible after publishing as WMS
Reported by: | liuar | Owned by: | liuar |
---|---|---|---|
Priority: | medium | Milestone: | 2.3 |
Component: | WMS Interface | Version: | 2.2.0 |
Severity: | minor | Keywords: | |
Cc: | brucedechant | External ID: | 1383844 |
Description
A spatial query should be applied on layer while the required boundingbox is larger than pre-defined publishing area.
The required boundingbox is defined under MapCS which should be transformed to LayerCS before appling the spatial query.
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Milestone: | → 2.3 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
The attached fix needs to take into account that the underlying feature source may have more than one spatial context and the 1st one may not be the one you want. You need to use the SpatialContextAssociation related to the geometry property for the feature class you want in order to determine the specific spatial context of your data.
comment:3 by , 14 years ago
Cc: | added |
---|
by , 14 years ago
Attachment: | WmsMapUtil.patch added |
---|
comment:4 by , 14 years ago
Thanks Bruce, I've updated the solution according to your suggestion, would you please review the patch?
Arthur
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Changeset [5515] by liuar