OpenLayers OpenLayers

root/trunk/openlayers/examples/tasmania/TasmaniaCities.xml

Revision 7634, 2.1 kB (checked in by ahocevar, 4 months ago)

added new graphicName symbolizer property, which allows to render well-known graphic symbols named "square", "cross", "x" and "triangle", in addition to the existing "circle". Thanks Tim for the tweaks and the example. r=tschaub,elemoine (closes #1398)

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs" xmlns:topp="http://www.openplans.org/topp" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openplans.org/topp http://192.168.0.100:8080/geoserver-1.4.0-RC3/wfs/DescribeFeatureType?typeName=topp:tasmania_cities http://www.opengis.net/wfs http://192.168.0.100:8080/geoserver-1.4.0-RC3/schemas/wfs/1.0.0/WFS-basic.xsd">
3   <gml:boundedBy>
4     <gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
5       <gml:coordinates xmlns:gml="http://www.opengis.net/gml" decimal="." cs="," ts=" ">147.29100045,-42.85100182 147.29100045,-42.85100182</gml:coordinates>
6     </gml:Box>
7   </gml:boundedBy>
8   <gml:featureMember>
9     <topp:tasmania_cities fid="tasmania_cities.1">
10       <topp:the_geom>
11         <gml:MultiPoint srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
12           <gml:pointMember>
13             <gml:Point>
14               <gml:coordinates xmlns:gml="http://www.opengis.net/gml" decimal="." cs="," ts=" ">147.29100045,-42.85100182</gml:coordinates>
15             </gml:Point>
16           </gml:pointMember>
17         </gml:MultiPoint>
18       </topp:the_geom>
19       <topp:CITY_NAME>Hobart</topp:CITY_NAME>
20       <topp:ADMIN_NAME>Tasmania</topp:ADMIN_NAME>
21       <topp:CNTRY_NAME>Australia</topp:CNTRY_NAME>
22       <topp:STATUS>Provincial capital</topp:STATUS>
23       <topp:POP_CLASS>100,000 to 250,000</topp:POP_CLASS>
24     </topp:tasmania_cities>
25   </gml:featureMember>
26   <gml:featureMember>
27     <topp:tasmania_cities fid="tasmania_cities.2">
28       <topp:the_geom>
29         <gml:MultiPoint srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
30           <gml:pointMember>
31             <gml:Point>
32               <gml:coordinates xmlns:gml="http://www.opengis.net/gml" decimal="." cs="," ts=" ">147,-41.1</gml:coordinates>
33             </gml:Point>
34           </gml:pointMember>
35         </gml:MultiPoint>
36       </topp:the_geom>
37       <topp:CNTRY_NAME>Australia</topp:CNTRY_NAME>
38     </topp:tasmania_cities>
39   </gml:featureMember>
40 </wfs:FeatureCollection>
Note: See TracBrowser for help on using the browser.