Changes between Version 27 and Version 28 of NERCPortals
- Timestamp:
- 01/04/08 14:00:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NERCPortals
v27 v28 66 66 {{{ 67 67 <Stations2KML> 68 <DocumentName>MIDAS stations (first 100 of them)</DocumentName>68 <DocumentName>MIDAS stations</DocumentName> 69 69 <UseRegions>yes</UseRegions> 70 <GetAllStationsRequestURL><![CDATA[http://130.246.76.98:8084/geoserver/wfs?request=getFeature&service=wfs&version=1.1.0&typ 71 ename=np:Station&maxFeatures=100]]></GetAllStationsRequestURL> 72 <BalloonTemplate><h2>Station $[station_name]</h2>Click here to see the list of <a href="http://bond.badc.rl.ac.uk:8089/csmlGrapher/list?station_name=$[station_name]">CSML features associated with this station</a> (this will open a window of your default web browser).</BalloonTemplate> 70 <GetAllStationsRequestURL><![CDATA[http://bond.badc.rl.ac.uk:8084/geoserver/wfs?request=getFeature&service=wfs&version=1.1.0&typename=np:Station&maxFeatures=100000]]></GetAllStationsRequestURL> 71 <BalloonTemplate><h2>Station $[station_name]</h2>Click here to see the list of <a href="http://superglue.badc.rl.ac.uk:8084/csmlGrapher/list?dataset_id=midas&station_name=$[station_name]">CSML features associated with this station</a> (this will open a window of your default web browser).</BalloonTemplate> 73 72 <StationData> 74 73 <Datum name="station_id">#ID#</Datum> 75 74 <Datum name="station_name">#NAME#</Datum> 76 75 </StationData> 77 <OutputKmzFilename>/home/users/mkochan/svn-root/kml/csml2kml/output/exampleps_stations.4.kmz</OutputKmzFilename> 76 <DisplayIntervalStart>2006-6-1</DisplayIntervalStart> 77 <DisplayIntervalEnd>2006-8-1</DisplayIntervalEnd> 78 <OutputKmzFilename>/home/users/mkochan/svn-root/kml/csml2kml/output/midas_stations.kmz</OutputKmzFilename> 78 79 </Stations2KML> 79 80 }}} … … 85 86 - {{{BalloonTemplate}}} - is a template that is used for the balloon of every station/placemark. It should contain an URL (as part of an HTML anchor) linking to the {{{csml2kmlpylon}}} Web service. 86 87 - {{{StationData}}} - contains station-specific data that are substituted in the balloon template. The {{{#ID#}}} and {{{#NAME#}}} fields get replaced by the script with station identifier (such as "{{{midas.station.2500}}}") and name (such as "{{{FAIR ISLE}}}"), respectively. Note that a station's latitude and longitute need not be shown in the balloon, as they can be found by right-clicking on the station placemark. 87 88 - {{{DisplayIntervalStart}}} and {{{DisplayIntervalEnd}}} specify the time internal, which is used in marking some stations red: the stations that contain ''at least one'' CSML feature which has been measured ''during this time interval'', will be painted red; the rest will be white. 88 89 === Usage of the {{{csml2kmlpylon}}} web service === 89 90