Skip to content

Commit

Permalink
Add geojson response option
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Mar 7, 2024
1 parent 4265656 commit eed8922
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/templates/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ <h4>Future data validation rules: (Coming Soon)</h4>
<label for="text">Plain Text</label>
<input type="radio" id="json" name="fmt" value="json">
<label for="json">JSON</label><br>
<input type="checkbox" id="return_geometry" name="return_geometry" value="true" checked>
<label for="bgs_validate">If HTML show LOCA features on a map / If JSON include GeoJSON</label><br>
</fieldset>
<br>
<fieldset>
Expand Down Expand Up @@ -165,13 +167,13 @@ <h2>AGS Converter</h2>
<br>
<form action="/convert/" enctype="multipart/form-data" method="post" id="convertForm">
<fieldset>
<legend>Sort worksheets in .xlsx file using sorting strategy<strong>(Warning: .ags to .xlsx only. The original group order will be lost)</strong></legend>
<legend>Sort worksheets in .xlsx file using a sorting strategy <strong>(Warning: .ags to .xlsx only. The original group order will be lost)</strong></legend>
<input type="radio" id="dictionary" name="sort_tables" value="dictionary">
<label for="dictionary">Dictionary</label>
<label for="dictionary">File Dictionary</label>
<input type="radio" id="alphabetical" name="sort_tables" value="alphabetical">
<label for="alphabetical">Alphabetical</label>
<input type="radio" id="hierarchical" name="sort_tables" value="hierarchical">
<label for="hierarchical">Hierarchical</label>
<label for="hierarchical">AGS Standard Hierarchy</label>
<input type="radio" id="default" name="sort_tables" value="default" checked>
<label for="default">None (Maintain Input File Order)</label><br>
</fieldset>
Expand Down

0 comments on commit eed8922

Please sign in to comment.