I have my custom CRS in table "spatial_ref_sys" in database. When I load layer from schema "public", QGIS create this CRS. But if layer from other schema, it's not. What I need to solve this problem?
Asked
Active
Viewed 179 times
\d yourTableand also this oneSELECT * from spatial_ref_sys WHERE spatial_ref_sys.srid = Find_SRID('OtherShema', 'yourTable', 'GeometryColum');? – Hugo Roussaffa Oct 31 '17 at 12:58- What informantion do you need from this query? It's just a structure of table, isn't it?
- This command execution is succefull. I got a string with CRS, which I add in "spatial_ref_sys" table and assignied this table
– Svetlana Oct 31 '17 at 17:32