|
I have problem when i export data from Manifold to MS SQL Spatial database. I have using my coordinate system definition. Picture1: Coordinate system which i am using Picture2: Projection which i have when i try to export to MS SQL Spatial Picture 3: Version of Manifold i am using Right projection definition is: <!-- .ElementLayer { margin:0px; padding:0px 0px 0px 30px; text-indent:-30px } .CompoundElementTitle { font-style:italic; cursor:hand } .SimpleElementTitle { font-style:italic } a:visited { color:blue } a:hover { color:red } --><!-- function OnElementTitleClick() { var eventElement = window.event.srcElement; var contentChildNodes = eventElement.parentNode.childNodes; if (contentChildNodes.length == 2 && contentChildNodes[0].tagName == "EM" && contentChildNodes[1].tagName == "DIV") { var contentStyle = window.event.srcElement.parentNode.lastChild.style; if (contentStyle != null) { if (contentStyle.display == "") { eventElement.innerText = "+" + eventElement.innerText.substring(1); contentStyle.display = "none"; } else { eventElement.innerText = "-" + eventElement.innerText.substring(1); contentStyle.display = ""; } } } } --> - Spatial Reference Information: - Horizontal Coordinate System Definition: - Planar: - Map Projection: Map Projection Name: Transverse Mercator - Transverse Mercator: Scale Factor at Central Meridian: 0.9999 Longitude of Central Meridian: 18 Latitude of Projection Origin: 0 False Easting: 6500000 False Northing: 0 - Planar Coordinate Information: Planar Coordinate Encoding Method: coordinate pair Planar Distance Units: meters - Geodetic Model: Horizontal Datum Name: Militar-Geographische Institut modified Ellipsoid Name: Bessel, 1841 Semi-major Axis: 6377397.155 Denominator of Flattening Ratio: 299.152815 Go to Top - Metadata Reference Information: Metadata Date: 20090530 Metadata Standard Name: FGDC Content Standards for Digital Geospatial Metadata Metadata Standard Version: FGDC-STD-001-1998 Metadata Time Convention: local time How to have this definition in Manifold and for export to MS SQL Spatial? Attachments:
 AssignProjection.jpg
 ManifoldVersion.jpg
 WrongProjection.jpg
|