Open nibygro opened 7 years ago
Sorry, I enabled PostGIS extension for the database once again and now it works (no error message).
But, I can't use Dynamic Vector Tile Endpoint, and I don't know why. I tried to reaserch and found that some PGRestAPI doesn't return any row.
dbname=# select * from geometry_columns where f_table_catalog = 'dbname'; f_table_catalog | f_table_schema | f_table_name | f_geometry_column | coord_dimension | srid | type -----------------+----------------+--------------+-------------------+-----------------+------+------ (0 rows)
So what problem it could be?
Hi - This project is no longer being actively developed. The versions of Node and PostGIS/PostGreSQL that this was developed against are now 3 or 4 years out of date. However, one issue that comes to mind is that PGRestAPI only reads tables out of the public schema. If your data is in a 'tiger' schema, then it probably won't work.
Good luck!
Hi. I have a next error:
But PostGIS extension is sucessfully installed ond works.
What it can be?