Changes between Version 10 and Version 11 of MapGuideRfc67
- Timestamp:
- 06/19/09 11:20:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc67
v10 v11 83 83 [[BR]] 84 84 85 A 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" 91 xsi:noNamespaceSchemaLocation="Schema\PrintLayoutSchema-1.1.0.xsd"> 92 <MapViewport> 93 <Extents> 94 … 95 </Extents> 96 … 97 </MapViewport> 98 </LayoutElement> 99 }}} 100 101 A 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. 85 102 86 103 == Implications ==