Interactive geodata about public libraries in Australia
https://librarymap.hugh.run
Hugh Rundle
fafbf5e6b3
mapControl was declared as a const instead of a var, which prevented switchMode() from working properly. This fixes that by using var rather than const, and also moves the Controls and initial layer declarations above switchMode() so we don't have to rely on hoisting to use variables declared later. Fixes #16 |
||
---|---|---|
website | ||
.gitignore | ||
about.md | ||
contributing.md | ||
merge_service_data.py | ||
README.md | ||
sources.md |
Public library data map
This project collects and maps data from public libraries across the Australia and the external Territories of Christmas Island and the Cocos (Keeling) Islands.
You should be able to find the location of every public library in Australia territory, plus the standard loan period for each libary service, and whether they charge overdue fines (if known, in both cases).
Check out the map at librarymap.hugh.run.
Find more on this project at about.
Attributions
See sources.
Want to help?
See contributing.
Licenses
/website/data: CC-BY-SA
everything else: GPL-3.0-or-later