double-quoted.
</p>
+<p>
+ The <em>latitude</em> and <em>longitude</em> fields are technically
+ optional—in their absence, the name of the producer/consumer
+ will be used as the source or destination location.
+</p>
+
<table class="csv" summary="Example CSV file">
<caption>producers-example.csv</caption>
<tr>
</tr>
</table>
+
+
+<h1>Generate KML Distances</h1>
+
+<form method="post" action="location/distance" enctype="multipart/form-data">
+ <fieldset>
+ <legend>Producer/Consumer Upload</legend>
+
+ <label for="producers">Producers File</label>
+ <input type="file" id="producers" name="producers" />
+
+ <label for="consumers">Consumers File</label>
+ <input type="file" id="consumers" name="consumers" />
+
+ <input class="submit" type="submit" value="Get Distances" />
+ </fieldset>
+</form>
+
+
+<h2>File Format</h2>
+
+<p>
+ Same as above.
+</p>