Changes between Version 28 and Version 29 of NERCPortals
- Timestamp:
- 02/04/08 10:37:02 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NERCPortals
v28 v29 107 107 After being installed, the server can be run by the command: 108 108 {{{ 109 paste serve $PATH_TO_CSML2KMLPYLON/de velopment.ini109 paste serve $PATH_TO_CSML2KMLPYLON/deploy.ini 110 110 }}} 111 111 The controller {{{csmlGrapher.py}}} also has a config file which needs to be specified in {{{development.ini}}} in the {{{[app:main]}}} section e.g.: … … 117 117 ... 118 118 }}} 119 This also shows the preferred location of the config file.120 119 121 120 Format of the config file is as follows: … … 137 136 </GrapherWebService> 138 137 }}} 139 The fields which are not obvious have the following meanings: 138 The elements have the following meanings: 139 - {{{DisplayIntervalStart}}} and {{{DisplayIntervalEnd}}} determine the interval for which the data will be plotted, and only those station features will be listed which have been collected during the whole span of this interval. 140 - {{{ServedFromURL}}} is the network path to the csmlGrapher service (''not'' just the Pylon) 140 141 - Each {{{Dataset}}} element stands for one WFS acting as a source of data. 141 142 - {{{GeoServerURL}}} contains the URL of the WFS/GeoServer, used as a base of the GetFeatureInfo call.