Currently the Jungles and Forests in Europe are beeing harmed, just to use the wood for economics.
As a user of the app I want to:
- view tracks on a map
- view the controlpoints of a track
- take and save photos, if I am at a specific Controlpoint
- export the images as a photobook
- get achievements if I cleared a track
- search for specific tracks
The aim of this project is to motivate people to go out and explore those jungles to save them at the same time.
Currently you need to setup a "fake" HTTP Response for the App, to display controlpoints:
- Open Mocky. Then copy & paste the content of the data.json file, which is found in the root directory of the repo, into the body part of the form.
- Then click onto the Generate HTTP Response button
- Copy the url and paste it into the MapViewController.swift file instead of the old mocky link
- If the link is not https by default, just add a "s" after "http" in the MapViewController.swift