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

[Feature] Create table with geometry field #1457

Closed
yukkit opened this issue Aug 28, 2023 · 0 comments
Closed

[Feature] Create table with geometry field #1457

yukkit opened this issue Aug 28, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation gis Geographic Information Systems
Milestone

Comments

@yukkit
Copy link
Contributor

yukkit commented Aug 28, 2023

Is your feature request related to a problem? Please describe.
Create a table to store geometry data using the CREATE TABLE SQL statement with a column of type geometry.

Describe the solution you'd like

The following example creates a table with a geography column storing 2D POINT in the WGS84 geodetic coordinate system (SRID 4326):

CREATE TABLE car_positioning (
    location geometry(POINT,0),
    TAGS(license_plate_number)
  );

Describe alternatives you've considered

Additional context

@yukkit yukkit added documentation Improvements or additions to documentation gis Geographic Information Systems labels Aug 28, 2023
@yukkit yukkit added this to the V2.4.0 milestone Aug 28, 2023
@yukkit yukkit self-assigned this Aug 28, 2023
@yukkit yukkit changed the title [Feature] Create table with geography field [Feature] Create table with geometry field Aug 28, 2023
@yukkit yukkit assigned Benxiaohai001 and unassigned yukkit Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation gis Geographic Information Systems
Projects
None yet
Development

No branches or pull requests

2 participants