-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…Input component
- Loading branch information
Showing
31 changed files
with
1,905 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
561 changes: 561 additions & 0 deletions
561
examples/basics/11_formatconvert/input/building-dutch-bag.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.opengis.net/gml http://schemas.opengis.net/gml/2.1.2/feature.xsd"> | ||
<gml:featureMember xmlns:gml="http://www.opengis.net/gml"> | ||
<feature:heronfeat xmlns:feature="http://heron-mc.org" fid="cities.1358"> | ||
<feature:geometry> | ||
<gml:Point srsName="EPSG:4326"> | ||
<gml:coordinates decimal="." cs="," ts=" ">4.632,52.387</gml:coordinates> | ||
</gml:Point> | ||
</feature:geometry> | ||
<feature:ObjectID>12386304</feature:ObjectID> | ||
<feature:CITY_NAME>Haarlem</feature:CITY_NAME> | ||
<feature:GMI_ADMIN>NLD-NHL</feature:GMI_ADMIN> | ||
<feature:ADMIN_NAME>Noord-Holland</feature:ADMIN_NAME> | ||
<feature:FIPS_CNTRY>NL</feature:FIPS_CNTRY> | ||
<feature:CNTRY_NAME>Netherlands</feature:CNTRY_NAME> | ||
<feature:STATUS>Provincial capital</feature:STATUS> | ||
<feature:POP_RANK>5</feature:POP_RANK> | ||
<feature:POP_CLASS>100,000 to 250,000</feature:POP_CLASS> | ||
<feature:PORT_ID>0</feature:PORT_ID> | ||
<feature:LABEL_FLAG>0</feature:LABEL_FLAG> | ||
</feature:heronfeat> | ||
</gml:featureMember> | ||
<gml:featureMember xmlns:gml="http://www.opengis.net/gml"> | ||
<feature:heronfeat xmlns:feature="http://heron-mc.org" fid="cities.1359"> | ||
<feature:geometry> | ||
<gml:Point srsName="EPSG:4326"> | ||
<gml:coordinates decimal="." cs="," ts=" ">4.89483636,52.37304545</gml:coordinates> | ||
</gml:Point> | ||
</feature:geometry> | ||
<feature:ObjectID>12386305</feature:ObjectID> | ||
<feature:CITY_NAME>Amsterdam</feature:CITY_NAME> | ||
<feature:GMI_ADMIN>NLD-NHL</feature:GMI_ADMIN> | ||
<feature:ADMIN_NAME>Noord-Holland</feature:ADMIN_NAME> | ||
<feature:FIPS_CNTRY>NL</feature:FIPS_CNTRY> | ||
<feature:CNTRY_NAME>Netherlands</feature:CNTRY_NAME> | ||
<feature:STATUS>National capital</feature:STATUS> | ||
<feature:POP_RANK>3</feature:POP_RANK> | ||
<feature:POP_CLASS>500,000 to 1,000,000</feature:POP_CLASS> | ||
<feature:PORT_ID>31060</feature:PORT_ID> | ||
<feature:LABEL_FLAG>0</feature:LABEL_FLAG> | ||
</feature:heronfeat> | ||
</gml:featureMember> | ||
<gml:featureMember xmlns:gml="http://www.opengis.net/gml"> | ||
<feature:heronfeat xmlns:feature="http://heron-mc.org" fid="cities.1360"> | ||
<feature:geometry> | ||
<gml:Point srsName="EPSG:4326"> | ||
<gml:coordinates decimal="." cs="," ts=" ">5.112,52.1</gml:coordinates> | ||
</gml:Point> | ||
</feature:geometry> | ||
<feature:ObjectID>12386306</feature:ObjectID> | ||
<feature:CITY_NAME>Utrecht</feature:CITY_NAME> | ||
<feature:GMI_ADMIN>NLD-UTR</feature:GMI_ADMIN> | ||
<feature:ADMIN_NAME>Utrecht</feature:ADMIN_NAME> | ||
<feature:FIPS_CNTRY>NL</feature:FIPS_CNTRY> | ||
<feature:CNTRY_NAME>Netherlands</feature:CNTRY_NAME> | ||
<feature:STATUS>Provincial capital</feature:STATUS> | ||
<feature:POP_RANK>5</feature:POP_RANK> | ||
<feature:POP_CLASS>100,000 to 250,000</feature:POP_CLASS> | ||
<feature:PORT_ID>0</feature:PORT_ID> | ||
<feature:LABEL_FLAG>1</feature:LABEL_FLAG> | ||
</feature:heronfeat> | ||
</gml:featureMember> | ||
<gml:featureMember xmlns:gml="http://www.opengis.net/gml"> | ||
<feature:heronfeat xmlns:feature="http://heron-mc.org" fid="cities.1361"> | ||
<feature:geometry> | ||
<gml:Point srsName="EPSG:4326"> | ||
<gml:coordinates decimal="." cs="," ts=" ">4.281,52.076</gml:coordinates> | ||
</gml:Point> | ||
</feature:geometry> | ||
<feature:ObjectID>12386307</feature:ObjectID> | ||
<feature:CITY_NAME>The Hague</feature:CITY_NAME> | ||
<feature:GMI_ADMIN>NLD-ZHL</feature:GMI_ADMIN> | ||
<feature:ADMIN_NAME>Zuid-Holland</feature:ADMIN_NAME> | ||
<feature:FIPS_CNTRY>NL</feature:FIPS_CNTRY> | ||
<feature:CNTRY_NAME>Netherlands</feature:CNTRY_NAME> | ||
<feature:STATUS>Provincial capital</feature:STATUS> | ||
<feature:POP_RANK>4</feature:POP_RANK> | ||
<feature:POP_CLASS>250,000 to 500,000</feature:POP_CLASS> | ||
<feature:PORT_ID>0</feature:PORT_ID> | ||
<feature:LABEL_FLAG>0</feature:LABEL_FLAG> | ||
</feature:heronfeat> | ||
</gml:featureMember> | ||
<gml:featureMember xmlns:gml="http://www.opengis.net/gml"> | ||
<feature:heronfeat xmlns:feature="http://heron-mc.org" fid="cities.1362"> | ||
<feature:geometry> | ||
<gml:Point srsName="EPSG:4326"> | ||
<gml:coordinates decimal="." cs="," ts=" ">4.48515455,51.92559091</gml:coordinates> | ||
</gml:Point> | ||
</feature:geometry> | ||
<feature:ObjectID>12386308</feature:ObjectID> | ||
<feature:CITY_NAME>Rotterdam</feature:CITY_NAME> | ||
<feature:GMI_ADMIN>NLD-ZHL</feature:GMI_ADMIN> | ||
<feature:ADMIN_NAME>Zuid-Holland</feature:ADMIN_NAME> | ||
<feature:FIPS_CNTRY>NL</feature:FIPS_CNTRY> | ||
<feature:CNTRY_NAME>Netherlands</feature:CNTRY_NAME> | ||
<feature:STATUS>Other</feature:STATUS> | ||
<feature:POP_RANK>2</feature:POP_RANK> | ||
<feature:POP_CLASS>1,000,000 to 5,000,000</feature:POP_CLASS> | ||
<feature:PORT_ID>31140</feature:PORT_ID> | ||
<feature:LABEL_FLAG>0</feature:LABEL_FLAG> | ||
</feature:heronfeat> | ||
</gml:featureMember> | ||
</wfs:FeatureCollection> |
Oops, something went wrong.