usage.html 1.1 KB

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Using the Click & Push Mobile App</title>
  8. </head>
  9. <body>
  10. <h1>Using the Click & Push Mobile App</h1>
  11. <h3>Adding a landmark</h3>
  12. <p>To add a landmark, press and hold the map until a panel slides up from the bottom. From here you can enter the desired properties of the landmark, then press add to save it to the database.</p>
  13. <p>Press cancel or touch outside of the panel to cancel the process.</p>
  14. <h3>Viewing, editing, and deleting landmarks</h3>
  15. <p>To view a landmark, press a landmark on the map to display the landmark details panel</p>
  16. <p>To edit a landmark, press the pencil icon on the top left corner of the landmark details panel. This allows the landmark details to be edited. Once they have been changed to the desires values, press the check icon to save them. Or press the 'x' icon to cancel.</p>
  17. <p>Press the trash icon to delete the landmark.</p>
  18. </body>
  19. </html>