문제

I'm developing a gis solution which uses only geometry data.

I designed my spatial DB with PostGIS and now I'm performing some trials connecting the DB with GeoServer map server (using the administration page).

In the layer definition of the administration tool there is the mandatory field SRS(Spatial Reference System) to set with the appropriate SRID

I'd like to know which is the default SRID value to set in order to take into account the geometry type. I read that should be 0, but it doesn't work....

Thanks

nico

도움이 되었습니까?

해결책

I found the solution. GeoTools (and GeoServer) provide EPSG:404000 for generic 2D systems: "Wildcard 2D cartesian plane in metric unit"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top