digitransit-ui/test/e2e/mock-data/weatherMock.xml
2021-06-30 09:53:41 +03:00

54 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection
timeStamp="2021-06-29T11:05:53Z"
numberReturned="3"
numberMatched="3"
xmlns:wfs="http://www.opengis.net/wfs/2.0"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:BsWfs="http://xml.fmi.fi/schema/wfs/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd
http://xml.fmi.fi/schema/wfs/2.0 https://xml.fmi.fi/schema/wfs/2.0/fmi_wfs_simplefeature.xsd"
>
<wfs:member>
<BsWfs:BsWfsElement gml:id="BsWfsElement.1.1.1">
<BsWfs:Location>
<gml:Point gml:id="BsWfsElementP.1.1.1" srsDimension="2" srsName="http://www.opengis.net/def/crs/EPSG/0/4258">
<gml:pos>60.17128 24.94257 </gml:pos>
</gml:Point>
</BsWfs:Location>
<BsWfs:Time>2021-06-29T08:35:00Z</BsWfs:Time>
<BsWfs:ParameterName>temperature</BsWfs:ParameterName>
<BsWfs:ParameterValue>23.53</BsWfs:ParameterValue>
</BsWfs:BsWfsElement>
</wfs:member>
<wfs:member>
<BsWfs:BsWfsElement gml:id="BsWfsElement.1.1.2">
<BsWfs:Location>
<gml:Point gml:id="BsWfsElementP.1.1.2" srsDimension="2" srsName="http://www.opengis.net/def/crs/EPSG/0/4258">
<gml:pos>60.17128 24.94257 </gml:pos>
</gml:Point>
</BsWfs:Location>
<BsWfs:Time>2021-06-29T08:35:00Z</BsWfs:Time>
<BsWfs:ParameterName>WindSpeedMS</BsWfs:ParameterName>
<BsWfs:ParameterValue>5.05</BsWfs:ParameterValue>
</BsWfs:BsWfsElement>
</wfs:member>
<wfs:member>
<BsWfs:BsWfsElement gml:id="BsWfsElement.1.1.3">
<BsWfs:Location>
<gml:Point gml:id="BsWfsElementP.1.1.3" srsDimension="2" srsName="http://www.opengis.net/def/crs/EPSG/0/4258">
<gml:pos>60.17128 24.94257 </gml:pos>
</gml:Point>
</BsWfs:Location>
<BsWfs:Time>2021-06-29T08:35:00Z</BsWfs:Time>
<BsWfs:ParameterName>WeatherSymbol3</BsWfs:ParameterName>
<BsWfs:ParameterValue>2.0</BsWfs:ParameterValue>
</BsWfs:BsWfsElement>
</wfs:member>
</wfs:FeatureCollection>