Changes between Version 1 and Version 2 of Cookbook/General/LaunchOptions
- Timestamp:
- 03/10/08 12:35:10 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cookbook/General/LaunchOptions
v1 v2 40 40 * {{{http://my.server.com/myapp/?ApplicationDefinition=Session:12345678//MyApp.ApplicationDefinition&Session=12345678}}} 41 41 42 == extent == 43 44 The 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 51 Example: 52 53 * {{{http://my.server.com/myapp/?extent=-76,45,-75,46}}}