Ticket #485 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

1200565.01 Download (0.9 KB) - added by christinebao 4 years ago.
This patch fixes the defect.
1200565.2.01 Download (0.9 KB) - added by christinebao 4 years ago.
This patch fixes the defect. Please review it and I'll submit later.

Change History

Changed 4 years ago by christinebao

This patch fixes the defect.

Changed 4 years ago by christinebao

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

Changed 4 years ago by christinebao

  • owner changed from gregboone to Romica Dascalescu
  • external_id set to 1200565.01

Changed 4 years ago by christinebao

  • status changed from new to closed
  • resolution set to fixed

Fixed in Revision 4504.

Note: See TracTickets for help on using tickets.