Opened 15 years ago

Closed 15 years ago

#485 closed defect (fixed)

WFS should use "Title" as class description prior to "Abstract"

Reported by: christinebao Owned by: Romica Dascalescu
Priority: major Milestone: 3.5.0
Component: WFS Provider Version: 3.4.0
Severity: 3 Keywords:
Cc: External ID: 1200565.01

Description

According to WFS's schema: <FeatureType>

<Name>massgis:GISDATA.AIRPORTS_PT</Name> <Title>Airports</Title> <Abstract>Generated from massgis_sde</Abstract> <Keywords>...</Keywords> <SRS>EPSG:26986</SRS> <LatLongBoundingBox minx="-73.42046397500587" miny="41.246805128995895" maxx="-69.96047294320478" maxy="42.797790499009835" />

</FeatureType>

The "Title" field should be used as readable class name later. To keep it in class definition, the Description property should be set "Title" instead of "Abstract".

Attachments (2)

1200565.01 (963 bytes ) - added by christinebao 15 years ago.
This patch fixes the defect.
1200565.2.01 (963 bytes ) - added by christinebao 15 years ago.
This patch fixes the defect. Please review it and I'll submit later.

Download all attachments as: .zip

Change History (4)

by christinebao, 15 years ago

Attachment: 1200565.01 added

This patch fixes the defect.

by christinebao, 15 years ago

Attachment: 1200565.2.01 added

This patch fixes the defect. Please review it and I'll submit later.

comment:1 by christinebao, 15 years ago

External ID: 1200565.01
Owner: changed from gregboone to Romica Dascalescu

comment:2 by christinebao, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in Revision 4504.

Note: See TracTickets for help on using tickets.