Hi,
can you please explain how does re-projection of PostGIS layers work?
If there is a POSTGIS layer with DATA without "using srid=" but
PostGIS column has SRID defined, there is constraint for that SRID on
the column and geometries have SRID set, is it necessary to define
PROJECTION for that layer if SRID of the column is different from that
of mapfile?

For example, geometry column has SRID=4326, geometries have SRID set, mapfile:

NAME test
     PROJECTION
         "init=epsg:3857"
     END
     LAYER test
          CONNECTIONTYPE postgis
          DATA "geo FROM test"
     END
END

if a request comes to render a map in 3857, will be geometries
re-projected correctly from 4326 to 3857?

Radim
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to