-
Notifications
You must be signed in to change notification settings - Fork 23
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
Not able to access my postgres data after running project #80
Comments
@krishnaglodha can you enable also the content of |
Hi , response of and response for
|
Interesting, it might be a |
Yup,
But I’m more interesting in knowing how can I connect my PG to it
Thank you,
Krishna G. Lodha
Personal email : ***@***.***
Office email : ***@***.***
…On 19 Jun 2023 at 11:52 AM +0530, Vincent Sarago ***@***.***>, wrote:
Interesting, it might be a lower/upper case issue 👀
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
sure, I'll try to see if I can find if there is a bug somewhere ;-) @krishnaglodha do you have other table in your database? does tipg has the same issue with the other tables? |
Thanks :)
Once sorted, I can start contributing to few leaflet.js related issues :D
Thank you,
Krishna G. Lodha
Personal email : ***@***.***
Office email : ***@***.***
…On 19 Jun 2023 at 11:54 AM +0530, Vincent Sarago ***@***.***>, wrote:
> But I’m more interesting in knowing how can I connect my PG to it
sure, I'll try to see if I can find if there is a bug somewhere ;-)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@krishnaglodha https://stackoverflow.com/questions/20878932/are-postgresql-column-names-case-sensitive is interesting Looking at https://github.com/developmentseed/tipg/blob/main/data/countries.sql, the columns are set to be in lower case, so I'm not sure why yours are in uppercase type 🤷 do you get the same error for also what is your system info? |
Hi @vincentsarago , I'm not able to fetch Also as of now I'm not able to connect to database, thus not sure how case sensitivity is handled. System : Macbook pro M1 max |
@krishnaglodha it's pretty hard for me to debug 🤷 I assumed you were using docker but looking at the postgres url you shared in #80 (comment) it seems you're trying to connect to your local postgres. Looking at your rawcatalog, you don't have As for the |
I think the |
Hi @vincentsarago any updates on this ? |
@krishnaglodha I have no idea what's going on I'm sorry can you try with other tool like pg_tileserv or pg_featureserv to see if they work |
yeah |
Can you confirm If I'm taking correct steps https://we.tl/t-wruLsjZ8p0 |
thanks for the video, can you tell which version of postgres you are using? |
I'm on postgreSQL 14 |
Issue is with |
I've created .env file
The text was updated successfully, but these errors were encountered: