Changes between Version 10 and Version 11 of MapGuideRfc67


Ignore:
Timestamp:
Jun 19, 2009, 11:20:29 AM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v10 v11  
    8383[[BR]]
    8484
     85A sample print layout element for map viewport is:
     86
     87
     88{{{
     89<?xml version="1.0" encoding="UTF-8"?>
     90<LayoutElement xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     91xsi:noNamespaceSchemaLocation="Schema\PrintLayoutSchema-1.1.0.xsd">
     92        <MapViewport>
     93                <Extents>
     94                …
     95                </Extents>
     96                …
     97        </MapViewport>
     98</LayoutElement>
     99}}}
     100
     101A print layout element gets the data it needs to elaborate its stylized geometry from both Stylization property and Data property.  The Data property provides enough information to access all the data necessary to describe the geometry and attributes of the FDO features that are used to represent print layout data.
    85102
    86103== Implications ==