Skip to content

Instantly share code, notes, and snippets.

Created December 7, 2010 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/732281 to your computer and use it in GitHub Desktop.
Save anonymous/732281 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ogr.maptools.org/ output.xsd"
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml">
<gml:boundedBy>
<gml:Box>
<gml:coord><gml:X>404742.9330738391</gml:X><gml:Y>4207405.124111554</gml:Y></gml:coord>
<gml:coord><gml:X>405770.8099261402</gml:X><gml:Y>4208119.26452145</gml:Y></gml:coord>
</gml:Box>
</gml:boundedBy>
<gml:featureMember>
<ogr:poly fid="F0">
<ogr:geometryProperty><gml:Polygon><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>404976.93539264338,4207405.1241115537 404742.93307383911,4207833.2616874408 404878.13441359269,4207947.6628210777 405162.40389717714,4207486.5915855085 405162.40389717714,4207486.5915855085 404976.93539264338,4207405.1241115537</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></ogr:geometryProperty>
<ogr:tipo>A</ogr:tipo>
<ogr:nom>Luis</ogr:nom>
<ogr:codice>3</ogr:codice>
</ogr:poly>
</gml:featureMember>
<gml:featureMember>
<ogr:poly fid="F1">
<ogr:geometryProperty><gml:Polygon><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>405075.73637169407,4208044.7304496188 405519.47410216735,4207635.6597293392 405228.27121654426,4207510.8584926436 404980.40209366271,4207987.5298827998 405075.73637169407,4208044.7304496188</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs><gml:innerBoundaryIs><gml:LinearRing><gml:coordinates>405465.74023646652,4207838.4617389096 405308.00534010114,4208016.9968413888 405431.07322627632,4208101.9310163548 405732.67621493095,4208119.2645214498 405770.80992614018,4207942.4627694795 405770.80992614018,4207940.7294189706 405465.74023646652,4207838.4617389096</gml:coordinates></gml:LinearRing></gml:innerBoundaryIs></gml:Polygon></ogr:geometryProperty>
<ogr:tipo>B</ogr:tipo>
<ogr:nom>Steve</ogr:nom>
<ogr:codice>4</ogr:codice>
</ogr:poly>
</gml:featureMember>
</ogr:FeatureCollection>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment