Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 PostGIS 中创建一个空间表。我的几何图形将是抽象的,与现实世界无关。所以我需要一些假的 SRID。正确的方法是什么?
如果您的坐标不属于任何空间参考系统,请使用SRID=0.
SRID=0
(或者,如果您有较旧的 PostGIS 版本,则为SRID=-1)
SRID=-1