= !MapGuide RFC 27 - New DWG Load Procedure Schema =
This page contains an change request (RFC) for the !MapGuide Open Source project. More !MapGuide RFCs can be found on the RFCs page.
== Status ==
||RFC Template Version||1.0||
||Submission Date||Aug 13, 2007||
||Last Modified||Bill Kellner [[Timestamp]]||
||Author||Bill Kellner||
||RFC Status||adopted||
||Implementation Status||under development||
||Proposed Milestone||2.0||
||Assigned PSC guide(s)||Tom||
||'''Voting History'''||Sept 4/2007||
||+1||Tom, Andy, Haris, Bob, Bruce||
||+0||Jason, Paul ||
||-0||||
||-1||||
== Overview ==
This change adds a new version of the DWG Load Procedure resource schema.
== Motivation ==
A new DWG load procedure XML document is required to support some third-party tools. Because the DWG load procedure document is stored in the repository the schema must be made available to the server.
== Proposed Solution ==
Add a new file, !LoadProcedure-1.1.0.xsd to the Common/Schema folder. The contents of this file will be the same as !LoadProcedure-1.0.0.xsd except that the version will be 1.1.0, and the DWG load procedure portion of the file will be modified. This is enough to get the server to store DWG load procedures in the new format in the repository. The new DWG related schema is shown below.
{{{
Extension of LoadProcedure for DWGs and DXFs
List of DWG files and their layers to be extracted, whether selected or not.
One DWG file and its layers
Indicate whether to combine components into one resource or create a separate resource for each component
Reduces the point (or vertex) count of each map feature to the specified percentage of the original count
Indicates whether to convert closed polyline features to polygons
Specifies a DWG file and its list of layers
The name of the DWG file
List of DWG layers
One DWG layer
Specifies a layer and a flag to indicate if it should be extracted
The name of the layer
Indicates whether this layer is to be extracted when executing the Load Procedure
}}}
== Implications ==
None.
== Test Plan ==
There were no unit tests to test the dwg load procedure. No new unit tests are planned.
== Funding/Resources ==
Supplied by Autodesk.