Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-alpha
    • API
    • None

    Description

      Support geometry data type:

      format :
      The format is the SRID code + WKB.
      http://edndoc.esri.com/arcsde/9.1/general_topics/wkb_representation.htm
      server code : Field_geom::store(const char *from, size_t length, CHARSET_INFO *cs)

      Attachments

        Activity

          diego dupin Diego Dupin added a comment -

          reopening to implement GeoJSON structure format (RFC 7946)
          see https://tools.ietf.org/html/rfc7946

          Current implementation parse Geometric as JSON, but not in a normalized way.
          Using GeoJSON will permit automatic Object insertion

          diego dupin Diego Dupin added a comment - reopening to implement GeoJSON structure format (RFC 7946) see https://tools.ietf.org/html/rfc7946 Current implementation parse Geometric as JSON, but not in a normalized way. Using GeoJSON will permit automatic Object insertion
          diego dupin Diego Dupin added a comment -

          Note : null data doesn't return geometry type ( i.e:

          { type: "Point", coordinates: [] }

          ), but null
          https://jira.mariadb.org/browse/MDEV-15558

          diego dupin Diego Dupin added a comment - Note : null data doesn't return geometry type ( i.e: { type: "Point", coordinates: [] } ), but null https://jira.mariadb.org/browse/MDEV-15558

          People

            diego dupin Diego Dupin
            diego dupin Diego Dupin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.