using oraclespatial data in map

Jukka Sirviö Jukka.Sirvio at ARBONAUT.COM
Wed Oct 19 01:50:25 EDT 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