Skip to content

Support GEOMETRY types + Add spatial index #686

@morgo

Description

@morgo

We would like to be able to support geometry types with open street map data, for example:

ALTER TABLE osm_points_of_interest
    ADD COLUMN points_of_interest GEOMETRY GENERATED ALWAYS AS (ST_GeomFromText(geometry_wkt, 4326, 'axis-order=long-lat')) STORED NOT NULL SRID 4326,
    ADD SPATIAL INDEX idx_points_of_interest (points_of_interest);

Currently this fails in parsing:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions