Changes between Version 7 and Version 8 of MapGuideRfc88
- Timestamp:
- 03/22/10 22:50:31 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc88
v7 v8 49 49 * BBOX is mutually exclusive to the other parameters. The BBOX parameter has precedence over the other parameters. If for some reason BBOX is specified along with X, Y and SCALE, the BBOX parameter will be accepted and the others rejected. 50 50 51 If invalid parameter values are encountered (eg. A non-numeric X, Y, SCALE or a BBOX without 4 point values), an exception is thrown and initialization is aborted. 51 If invalid parameter values are encountered (eg. A non-numeric X, Y, SCALE or a BBOX without 4 point values), an exception is thrown and initialization is aborted. The exception thrown will be: 52 53 * .net: System.ArgumentException 54 * java: java.lang.IllegalArgumentException 55 * PHP: Custom InvalidArgumentException class 52 56 53 57 == Implications ==