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

Postgres Data types to shapefile datatypes #15

Open
jachym opened this issue Jul 10, 2019 · 0 comments
Open

Postgres Data types to shapefile datatypes #15

jachym opened this issue Jul 10, 2019 · 0 comments

Comments

@jachym
Copy link
Contributor

jachym commented Jul 10, 2019

Current version of GISQuick plugin is taking data types from Postgres and stores them to meta file.

We need to remap the data types, so that GISQuick web understands them

INT4 -> INTEGER
NUMERIC -> DOUBLE
VARCHAR -> TEXT

and of course others (DATE e.g. is missing)

@landam landam transferred this issue from gisquick/gisquick Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant