1) No, the coordinate system you need to use, depends on your data.
I can't tell you what coordinate system your data is in, you have to ask the
data supplier.

2) I have no idea. My guess is that MapGuide won't render anything and log an error in the error log file.
I would not count on this working.

3) Likely because you have not entered a coordinate system in the MapDefinition.

4) Perhaps your data is outside of the display range.
Eg. you are displaying an area out in the ocean.
Again, ask the data supplier what the coordinate system is, and what bounds it has.

You may need to explicitly set up your Oracle database with the correct
coordinate system:
http://www.sl-king.com/fdooracle/KingOracleSetup.html
http://www.sl-king.com/fdooracle/KingFdoClass.htm

Regards, Kenneth Skovhede, GEOGRAF A/S



sathishpsk9 skrev:
Hi Kenneth,
Thanks for your reply.
Think is that i don which coordinate system is being used in the GIS tables am using.But from the option provided by the maestro - " fetch the
coordinate system found in feature " --  i got the coordinate sytem being
used in tables provided to me.. The xml file follows...

<?xml version="1.0"?>
<FdoSpatialContextList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xsi:noNamespaceSchemaLocation="FdoSpatialContextList-1.0.0.xsd">
  <ProviderName>King.Oracle.0.1.1</ProviderName>
  <SpatialContext IsActive="true">
    <Name>OracleSrid32643</Name>
    <Description>This coordinate system has been overridden.</Description>
    <CoordinateSystemName>PROJCS["WGS 84 / UTM zone 43N", GEOGCS [ "WGS 84",
DATUM ["World Geodetic System 1984 (EPSG ID 6326)", SPHEROID ["WGS 84 (EPSG
ID 7030)", 6378137, 298.257223563]], PRIMEM [ "Greenwich", 0.000000 ], UNIT
["Decimal Degree", 0.01745329251994328]], PROJECTION ["UTM zone 43N (EPSG OP
16043)"], PARAMETER ["Latitude_Of_Origin", 0], PARAMETER
["Central_Meridian", 75.00000000000000000000000000000000000029], PARAMETER
["Scale_Factor", .9996], PARAMETER ["False_Easting", 500000], PARAMETER
["False_Northing", 0], UNIT ["Meter", 1]]</CoordinateSystemName>
    <CoordinateSystemWkt>PROJCS["WGS 84 / UTM zone 43N", GEOGCS [ "WGS 84",
DATUM ["World Geodetic System 1984 (EPSG ID 6326)", SPHEROID ["WGS 84 (EPSG
ID 7030)", 6378137, 298.257223563]], PRIMEM [ "Greenwich", 0.000000 ], UNIT
["Decimal Degree", 0.01745329251994328]], PROJECTION ["UTM zone 43N (EPSG OP
16043)"], PARAMETER ["Latitude_Of_Origin", 0], PARAMETER
["Central_Meridian", 75.00000000000000000000000000000000000029], PARAMETER
["Scale_Factor", .9996], PARAMETER ["False_Easting", 500000], PARAMETER
["False_Northing", 0], UNIT ["Meter", 1]]</CoordinateSystemWkt>
    <ExtentType>Static</ExtentType>
    <Extent>
      <LowerLeftCoordinate>
        <X>588581.65012300003</X>
        <Y>2509820.7303690002</Y>
      </LowerLeftCoordinate>
      <UpperRightCoordinate>
        <X>590280.91601199994</X>
        <Y>2511800.7260199999</Y>
      </UpperRightCoordinate>
    </Extent>
    <XYTolerance>0.001</XYTolerance>
    <ZTolerance>0.001</ZTolerance>
  </SpatialContext>
</FdoSpatialContextList>

This is what i got .... 1.can you please now which coordinate system ?

http://n2.nabble.com/file/n4016757/coordinatesystem.bmp
2. What if i ignore entering coordinate system while creating mapdefinition
?
3.I found that when try to get map.MapSRS value ,it returns empty string ,
what is the reason ?
4.If i tried to copy content of <CoordinateSystemName> to <CoordinateSystem>
tag of mapdefiniton ,  map does not  appear ?

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to