Changes between Version 41 and Version 42 of HttpApi/RenderingService


Ignore:
Timestamp:
Apr 29, 2010, 1:24:54 PM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v41 v42  
    249249<Envelope>
    250250  <LowerLeftCoordinate>
    251     <X>10</X>
    252     <Y>10</Y>
     251    <X>-87.8</X>
     252    <Y>43.6</Y>
    253253  </LowerLeftCoordinate>
    254254  <UpperRightCoordinate>
    255     <X>20</X>
    256     <Y>20</Y>
     255    <X>-87.6</X>
     256    <Y>43.8</Y>
    257257  </UpperRightCoordinate>
    258258</Envelope>
     
    260260And the JSON output has the following form:
    261261{{{
     262{
     263"Envelope":
     264  {
     265  "LowerLeftCoordinate":[{"X":["-87.8"],"Y":["43.6"]}],
     266  "UpperRightCoordinate":[{"X":["-87.6"],"Y":["43.8"]}]
     267  }
     268}
    262269}}}
    263270=== Parameters ===