Opened 14 years ago

Closed 14 years ago

#1480 closed defect (fixed)

Failed to add multi CRSs for WFS Server

Reported by: liuar Owned by: liuar
Priority: low Milestone:
Component: WFS Interface Version: 2.2.0
Severity: minor Keywords:
Cc: External ID: 1355930

Description

Steps:

  1. Select one feature resource and publish as WFS with both primarySRS and otherSRS
  1. Send GetCapabilities request by mapagent.

Results: Only 1 CRSs listed for the feature resource and CRS is 4326.

Expected results: 2 CRSs listed

Change History (2)

comment:1 by liuar, 14 years ago

This defect is caused by the keyword updating from 1.0.0 to 1.1.0.

In 1.0.0, WFS uses keyword "PrimarySRS" to define the default SRS but it changed to "DefaultSRS" in 1.1.0.

For the backward compatibility, this submission keeps both "PrimarySRS" and "DefaultSRS" in the WfsFeatureDefinitions.

comment:2 by liuar, 14 years ago

Resolution: fixed
Status: newclosed

Changeset #5304

Note: See TracTickets for help on using tickets.