Opened 13 years ago

Closed 13 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)

WmsMapUtil.patch (5.4 KB ) - added by liuar 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by liuar, 13 years ago

Resolution: fixed
Status: newclosed

Changeset [5515] by liuar

comment:2 by brucedechant, 13 years ago

Milestone: 2.3
Resolution: fixed
Status: closedreopened

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 brucedechant, 13 years ago

Cc: brucedechant added

by liuar, 13 years ago

Attachment: WmsMapUtil.patch added

comment:4 by liuar, 13 years ago

Thanks Bruce, I've updated the solution according to your suggestion, would you please review the patch?

Arthur

comment:5 by brucedechant, 13 years ago

Looks much better.

comment:6 by liuar, 13 years ago

Resolution: fixed
Status: reopenedclosed

Changeset [5546] for trunk Changeset [5547] for adsk branch.

Note: See TracTickets for help on using tickets.