Looking for some insight to further troubleshoot my problem;

pulling my parcels shapefile locally does not render my shapefile:

Mapfile
DATA 'parcels' 
Projection
init=epsg:2240
END

However, pulling the data directly from postgresql does render; with the
same projection used
NAME 'Parcels'
    TYPE POLYGON
    CONNECTIONTYPE postgis
    CONNECTION "dbname='********' host=***** port=5432 user='***'
password='***' sslmode=prefer"
    DATA 'the_geom FROM "parcels" using unique gid using srid=2240'

Can anyone suggest any ideas?
Thanks

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/local-shapefile-not-rendering-tp5364536p5364536.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to