Changes between Version 12 and Version 13 of AdvancedStylization


Ignore:
Timestamp:
Oct 6, 2010, 7:53:30 PM (14 years ago)
Author:
jbirch
Comment:

Fixed broken links

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedStylization

    v12 v13  
    1313 * [wiki:MapGuideRfc29 RFC 29] which introduced some changes and has more useful information and examples of stylization.
    1414
    15  * The IMAGINiT [http://www.rand.com/imaginit/1/pdfs/technology/software/building_symbol_libraries_with_autodesk_mapguide_enterprise_2009.pdf Building Symbol Libraries] PDF is helpful
     15 * Autodesk's [attachment:building_symbol_libraries.pdf Building Symbol Libraries] PDF is helpful
    1616
    17  * You need to be able to read and understand the [/mapguide/browser/branches/2.1/MgDev/Common/Schema/LayerDefinition-1.3.0.xsd LayerDefinition] and [/mapguide/browser/branches/2.1/MgDev/Common/Schema/SymbolDefinition-1.1.0.xsd SymbolDefinition] schemas
     17 * You need to be able to read and understand the [source:/branches/2.1/MgDev/Common/Schema/LayerDefinition-1.3.0.xsd LayerDefinition] and [source:/branches/2.1/MgDev/Common/Schema/SymbolDefinition-1.1.0.xsd SymbolDefinition] schemas
    1818
    1919 * XPS ([http://www.microsoft.com/whdc/xps/xpsspecdwn.mspx XML Paper Specification]) - has information about the specific geometry syntax (e.g., how to draw a line or arc); see section 4.2.3 Abbreviated Geometry Syntax to see the geometry syntax that we use.  The IMAGINiT document describes the subset that we support.