using oraclespatial data in map
Jukka Sirviö
Jukka.Sirvio at ARBONAUT.COM
Tue Oct 18 22:50:25 PDT 2005
Hello!
Try this in your DATA -clause
DATA "SHAPE FROM ESRI.COUNTRY_TSQA USING SRID 8307"
-Jukka
Hello All,
I'm trying to use oracle spatial table (geographic WGS84 coords) as a
layer in a map and seem to be having trouble w/ the projection. The
layer is defined as:
LAYER
NAME admin2
CONNECTIONTYPE oraclespatial
CONNECTION "dbuser/dbpass at oraclehost"
DATA "SHAPE FROM ESRI.COUNTRY_TSQA"
STATUS off
TYPE polygon
CLASS
OUTLINECOLOR 0 0 255
END
PROJECTION
"init=epsg:4326"
END
END
More information about the MapServer-users
mailing list