generate.html 615 B

1234567891011121314151617181920
  1. <!doctype html>
  2. <title>AP Terrain Generator</title>
  3. <h1>AP Terrain Generator</h1>
  4. {% if error %}
  5. <p>Error: {{ error }}!</p>
  6. {% else %}
  7. <p>Terrain Generation complete. You can download from: <a href="{{ urlkey }}" download="terrain.zip">here</a>.</p>
  8. <p>This should be unzipped to the autopilot's SD card, within in the "terrain" folder.</p>
  9. {% endif %}
  10. {% if outsideLat %}
  11. <p>Tiles outside of +60 to -60 latitude were requested, which are not covered by the terrain database. These tiles are not included in the generated zip file.</p>
  12. {% else %}
  13. <p></p>
  14. {% endif %}
  15. <br />
  16. <footer>{{uuidkey}}</footer>