A map that with the right clues shows points on the map for some camps of the BWINF
How to add a new location:
- copy the pfalz function and rename it
- change the data json
- 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)
- add a Button
- Add
<a onclick="test()" class="button">Potenziell andere?</a>
in the index.html - change name and called function
- in app.js add your camp name and function to the switch statement like this:
case "stingbert":
stingbert()