1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ogr.maptools.org/ cities.xsd"
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml">
<gml:boundedBy>
<gml:Box>
<gml:coord><gml:X>4.894836363636363</gml:X><gml:Y>41.88</gml:Y></gml:coord>
<gml:coord><gml:X>12.52</gml:X><gml:Y>52.37304545454545</gml:Y></gml:coord>
</gml:Box>
</gml:boundedBy>
<gml:featureMember>
<ogr:cities fid="cities.0">
<ogr:geometryProperty><gml:Point><gml:coordinates>4.894836363636363,52.373045454545455</gml:coordinates></gml:Point></ogr:geometryProperty>
<ogr:id>1359</ogr:id>
<ogr:STATUS>National capital</ogr:STATUS>
<ogr:ObjectID>12386305</ogr:ObjectID>
<ogr:POP_RANK>3</ogr:POP_RANK>
<ogr:GMI_ADMIN>NLD-NHL</ogr:GMI_ADMIN>
<ogr:CNTRY_NAME>Netherlands</ogr:CNTRY_NAME>
<ogr:ADMIN_NAME>Noord-Holland</ogr:ADMIN_NAME>
<ogr:LABEL_FLAG>0</ogr:LABEL_FLAG>
<ogr:CITY_NAME>Amsterdam</ogr:CITY_NAME>
<ogr:POP_CLASS>500,000 to 1,000,000</ogr:POP_CLASS>
<ogr:PORT_ID>31060</ogr:PORT_ID>
<ogr:FIPS_CNTRY>NL</ogr:FIPS_CNTRY>
<ogr:bbox>[4.894836363636363, 52.373045454545455, 4.894836363636363, 52.373045454545455]</ogr:bbox>
</ogr:cities>
</gml:featureMember>
<gml:featureMember>
<ogr:cities fid="cities.1">
<ogr:geometryProperty><gml:Point><gml:coordinates>7.099818181818182,50.734554545454543</gml:coordinates></gml:Point></ogr:geometryProperty>
<ogr:id>1374</ogr:id>
<ogr:STATUS>Other</ogr:STATUS>
<ogr:ObjectID>12517379</ogr:ObjectID>
<ogr:POP_RANK>4</ogr:POP_RANK>
<ogr:GMI_ADMIN>DEU-NWS</ogr:GMI_ADMIN>
<ogr:CNTRY_NAME>Germany</ogr:CNTRY_NAME>
<ogr:ADMIN_NAME>Nordrhein-Westfalen</ogr:ADMIN_NAME>
<ogr:LABEL_FLAG>0</ogr:LABEL_FLAG>
<ogr:CITY_NAME>Bonn</ogr:CITY_NAME>
<ogr:POP_CLASS>250,000 to 500,000</ogr:POP_CLASS>
<ogr:PORT_ID>0</ogr:PORT_ID>
<ogr:FIPS_CNTRY>GM</ogr:FIPS_CNTRY>
<ogr:bbox>[7.099818181818182, 50.73455454545454, 7.099818181818182, 50.73455454545454]</ogr:bbox>
</ogr:cities>
</gml:featureMember>
<gml:featureMember>
<ogr:cities fid="cities.2">
<ogr:geometryProperty><gml:Point><gml:coordinates>12.52,41.88</gml:coordinates></gml:Point></ogr:geometryProperty>
<ogr:id>1027</ogr:id>
<ogr:STATUS>National and provincial capital</ogr:STATUS>
<ogr:ObjectID>9306117</ogr:ObjectID>
<ogr:POP_RANK>2</ogr:POP_RANK>
<ogr:GMI_ADMIN>ITA-LAZ</ogr:GMI_ADMIN>
<ogr:CNTRY_NAME>Italy</ogr:CNTRY_NAME>
<ogr:ADMIN_NAME>Lazio</ogr:ADMIN_NAME>
<ogr:LABEL_FLAG>0</ogr:LABEL_FLAG>
<ogr:CITY_NAME>Rome</ogr:CITY_NAME>
<ogr:POP_CLASS>1,000,000 to 5,000,000</ogr:POP_CLASS>
<ogr:PORT_ID>39820</ogr:PORT_ID>
<ogr:FIPS_CNTRY>IT</ogr:FIPS_CNTRY>
<ogr:bbox>[12.52, 41.88, 12.52, 41.88]</ogr:bbox>
</ogr:cities>
</gml:featureMember>
</ogr:FeatureCollection>
|