Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gml2 serializers to support WFS-T 1.0.0 #6523

Merged
merged 8 commits into from Mar 20, 2017
Merged

Add Gml2 serializers to support WFS-T 1.0.0 #6523

merged 8 commits into from Mar 20, 2017

Commits on Feb 17, 2017

  1. Boostrap GML2 serializers

    - Add writeFeatureElement (copied and adapted from ol.format.GML3)
    - Add writeGeometryElement (copied and adapted from ol.format.GML3)
    - Add related constants (GEOMETRY_SERIALIZERS_, GEOMETRY_NODE_FACTORY_)
    - Add empty serialization methods
    Julien Enselme committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    7f0ed44 View commit details
    Browse the repository at this point in the history
  2. Add GML2 serializer for Curve and LineString

    Adapt the code from ol.format.GML3.
    Julien Enselme committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    2139482 View commit details
    Browse the repository at this point in the history
  3. Add GML2 serializer for Surface and Polygon

    - Adapt the code from ol.format.GML3.
    - Create utility function to create coordinates nodes with proper
    attributes
    Julien Enselme committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    dd90c90 View commit details
    Browse the repository at this point in the history
  4. Add GML2 serializer for Point

    Julien Enselme committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    f8c6863 View commit details
    Browse the repository at this point in the history
  5. Add GML2 serializer for MultiPoint

    Julien Enselme committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    650837b View commit details
    Browse the repository at this point in the history
  6. Add GML2 MultiLineString serialiazer

    Julien Enselme committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    579ec39 View commit details
    Browse the repository at this point in the history
  7. Add GML2 serializer for MultiSurface and MultiPolygon

    Julien Enselme committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    fec279c View commit details
    Browse the repository at this point in the history
  8. Add GML2 serializer for Envelope

    Julien Enselme committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    5f5c906 View commit details
    Browse the repository at this point in the history