Ticket #2777 (new feature)

Opened 3 years ago

Last modified 18 months ago

GML 3.2.1 support progress

Reported by: stvn Owned by:
Priority: minor Milestone: Future
Component: Format.GML Version: 2.9
Keywords: Cc:
State:

Description

There is a new version of  GML (3.2.1), this ticket is there to document the steps needed to add GML 3.2.1 support to OpenLayers. It is based on work to get a WFS 1.1.0 with GML 3.2.1 working in OpenLayers. As such it is most likely to not provide full GML 3.2.1 support.

Attachments

2777_GML_v3.js.patch Download (0.6 KB) - added by stvn 3 years ago.
Patch for /Format/GML/v3.js
2777_Format_WFST.patch Download (1.3 KB) - added by stvn 3 years ago.
Patch for GML 3.2.1 support in /Format/WFST/v1(_1_0).js

Change History

Changed 3 years ago by stvn

Patch for /Format/GML/v3.js

Changed 3 years ago by stvn

In GML 3.2.1/WFS 1.1.0 the FeatureCollection is not part of the WFS namespace anymore, but of the GML namespace, 2777_GML_v3.js.patch adds a FeatureCollection reader to /Format/GML/v3.js

Changed 3 years ago by stvn

Patch for GML 3.2.1 support in /Format/WFST/v1(_1_0).js

Changed 3 years ago by stvn

GML 3.2.1 has a new namespace url, you need to add that to the WFST format and assign a reader to it. You can use 2777_Format_WFST.patch to add this namespace. Alternatively you can extend OpenLayers using this method. Right now it just uses the GML v3 reader, maybe in the future it should point to a new reader specific for GML 3.2.1.

Changed 18 months ago by fredj

  • owner changed from crschmidt to tschaub
  • component changed from Layer.GML to Format.GML

Changed 18 months ago by fredj

  • owner tschaub deleted
Note: See TracTickets for help on using tickets.