Changes between Version 1 and Version 2 of Cookbook/General/LaunchOptions


Ignore:
Timestamp:
Mar 10, 2008, 12:35:10 PM (16 years ago)
Author:
pagameba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook/General/LaunchOptions

    v1 v2  
    4040 * {{{http://my.server.com/myapp/?ApplicationDefinition=Session:12345678//MyApp.ApplicationDefinition&Session=12345678}}}
    4141
     42== extent ==
     43
     44The extent option allows you to pass in a different default extent for the initial map view.  The value of the extent option is four floating point numbers separated by commas specifying, in order:
     45
     46 *  minimum x value
     47 *  minimum y value
     48 *  maximum x value
     49 *  maximum y value
     50
     51Example:
     52
     53 * {{{http://my.server.com/myapp/?extent=-76,45,-75,46}}}