Skip to content

Commit

Permalink
fix formating of Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Gärtner committed Mar 1, 2024
1 parent ebe436c commit 6ac7f9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ A map that with the right clues shows points on the map for some camps of the BW
How to add a new location:
1) copy the pfalz function and rename it
2) change the data json
2.1) change the position
2.2) remove all existing locations
2.3) add as many locations as wished by
copy and pasting the output of create_location(answer, lat, lon, message)
- change the position
- remove all existing locations
- add as many locations as wished by
copy and pasting the output of ```create_location(answer, lat, lon, message)```
where "answer" is the clue the people should enter in the search field
copy it into the array (and dont forget commas at the end)
3) add a Button
3.1) Add ```<a onclick="test()" class="button">Potenziell andere?</a>``` in the index.html
3.2) change name and called function
- Add ```<a onclick="test()" class="button">Potenziell andere?</a>``` in the index.html
- change name and called function
4) in app.js add your camp name and function to the switch statement like this:
```js
case "stingbert":
Expand Down

0 comments on commit 6ac7f9a

Please sign in to comment.