Changes between Version 24 and Version 25 of NERCPortals
- Timestamp:
- 31/03/08 16:24:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NERCPortals
v24 v25 99 99 [app:main] 100 100 ... 101 csmlGrapher.configfile = %(here)s/csml2kmlpylon/config/ midas.csml2kmlpylon.conf.xml101 csmlGrapher.configfile = %(here)s/csml2kmlpylon/config/csml2kmlpylon.conf.xml 102 102 ... 103 103 }}} 104 104 This also shows the preferred location of the config file. 105 105 106 Example format of the config file is as follows:106 Format of the config file is as follows: 107 107 {{{ 108 108 <GrapherWebService> 109 <DisplayIntervalStart>1-1-2003</DisplayIntervalStart> 110 <DisplayIntervalEnd>31-1-2003</DisplayIntervalEnd> 111 <GeoServerURL>http://130.246.76.98:8084/geoserver/wfs</GeoServerURL> 109 <DisplayIntervalStart>2006-6-1</DisplayIntervalStart> 110 <DisplayIntervalEnd>2006-7-1</DisplayIntervalEnd> 111 <ServedFromURL>http://superglue.badc.rl.ac.uk:8084/csmlGrapher</ServedFromURL> 112 <Dataset id="midas" name="MIDAS"> 113 <GeoServerURL>http://bond.badc.rl.ac.uk:8084/geoserver/wfs</GeoServerURL> 114 <DatetimeQueryFormat>1-JAN-1970</DatetimeQueryFormat> 115 </Dataset> 116 <Dataset id="ecn" name="ECN"> 117 <GeoServerURL>http://dppp.nerc-lancaster.ac.uk:8080/geoserver/wfs</GeoServerURL> 118 <DatetimeQueryFormat>UTC_TIMESTAMP</DatetimeQueryFormat> 119 </Dataset> 112 120 </GrapherWebService> 113 121 }}} 122 The fiels have the following meanings: 114 123 The interval of dates determines which range of dates to request from the GeoServer and to plot. The {{{GeoServerURL}}} is the URL to be used as a base of the GetFeatureInfo call. 115 124