Skip to content

Instantly share code, notes, and snippets.

@hampelm
Created March 6, 2013 14:59
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 hampelm/5099858 to your computer and use it in GitHub Desktop.
Save hampelm/5099858 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document><Folder><name>FireStations_pts</name>
<Schema name="FireStations_pts" id="FireStations_pts">
<SimpleField name="Name" type="string"></SimpleField>
<SimpleField name="Description" type="string"></SimpleField>
<SimpleField name="ID" type="float"></SimpleField>
<SimpleField name="BATTALION" type="float"></SimpleField>
<SimpleField name="CHIEF" type="string"></SimpleField>
<SimpleField name="ENGINE" type="string"></SimpleField>
<SimpleField name="LADDER" type="string"></SimpleField>
<SimpleField name="SQUAD" type="string"></SimpleField>
<SimpleField name="EMSCONAME" type="string"></SimpleField>
<SimpleField name="OTHERUNIT" type="string"></SimpleField>
<SimpleField name="TOTALATLOC" type="float"></SimpleField>
<SimpleField name="ADDRESS" type="string"></SimpleField>
<SimpleField name="GEOADDR" type="string"></SimpleField>
<SimpleField name="ZIP" type="string"></SimpleField>
<SimpleField name="PHONE" type="string"></SimpleField>
</Schema>
<Placemark>
<ExtendedData><SchemaData schemaUrl="#FireStations_pts">
<SimpleData name="ID">1</SimpleData>
<SimpleData name="BATTALION">1</SimpleData>
<SimpleData name="ENGINE">ENGINE 01</SimpleData>
<SimpleData name="OTHERUNIT">TAC 02</SimpleData>
<SimpleData name="TOTALATLOC">2</SimpleData>
<SimpleData name="ADDRESS">111 W. Montcalm</SimpleData>
<SimpleData name="GEOADDR">111 Montcalm W</SimpleData>
<SimpleData name="ZIP">48201</SimpleData>
<SimpleData name="PHONE">3139649577</SimpleData>
</SchemaData></ExtendedData>
<MultiGeometry><Point><coordinates>-83.054085702155675,42.33788469380633</coordinates></Point></MultiGeometry>
</Placemark>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment