Skip to content

cartobaldrica/locative-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locative Audio

This is a lightweight framework for creating locative audio tours, built on leaflet and bootstrap, and created for cartography education at UW-Madison.

How to Use

To get a tour started, download the whole folder and edit the stops.csv file in the assets folder.

There are a few required elements in the csv file, used to set the content at each stop.

id: The number of the stop on the tour.

name: Name of the stop. This will appear in the stop's popup.

hidden: Controls whether the stop will be visible as a point on the map, or invisible to a user. An invisible point will play audio when a user nears, but will not display a popup or text.

audio: Name of the audio file (located in the audio folder) that will play when the stop is entered. Requires a file extension!

lat: Latitude of the stop.

lon: Longitude of the stop.

text: The text that displays when a stop is either tapped or entered. Ideally, this match the audio that is played.

image: Image file that will display in the stop's pop-up (located in the assets folder). Requires a file extension!

Advanced Use

If you have some javascript or Leaflet know-how, you can adjust the style and cartographic design in the main.js file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published