[mapguide-users] Re: New QuickPlot Parameters

Jackie Ng jumpinjackie at gmail.com
Tue May 8 22:50:59 EDT 2012


You can see some examples in the comments of QuickPlot.js (sorry, there
wasn't an intuitive way to document this in the widgetinfo.xml that I could
think of)

For custom sizes, put a series of PaperListEntry elements like so.

        <PaperListEntry>
          <Name>Letter</Name>
          <Value>279.4,215.9</Value>
        </PaperListEntry>
        <PaperListEntry>
          <Name>A4</Name>
          <Value>297.0,210.0</Value>
        </PaperListEntry>

For custom scales, put a series of ScaleListEntry elements like so.

        <ScaleListEntry>
          <Name>1:2500</Name>
          <Value>2500</Value>
        </ScaleListEntry>
        <ScaleListEntry>
          <Name>1:5000</Name>
          <Value>5000</Value>
        </ScaleListEntry>

The elements must be defined consecutively

- Jackie

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/New-QuickPlot-Parameters-tp4961153p4961999.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list