ILS updates
- change SLV to Alma - change Newcastle regional to iii Polaris - add Polaris as a colour option on the map
This commit is contained in:
parent
b8a62e1d4f
commit
5892607d83
|
@ -54,7 +54,7 @@ Mid Western Regional Council Library Service,Mid-Western Regional,nsw,yes,3,Civi
|
||||||
MidCoast Libraries,Mid-Coast,nsw,no,3,Libero,https://library.midcoast.nsw.gov.au/Home,
|
MidCoast Libraries,Mid-Coast,nsw,no,3,Libero,https://library.midcoast.nsw.gov.au/Home,
|
||||||
Mosman Library,Mosman,nsw,yes,3,AIT Aurora,https://www.mosman.nsw.gov.au/library,
|
Mosman Library,Mosman,nsw,yes,3,AIT Aurora,https://www.mosman.nsw.gov.au/library,
|
||||||
Nambucca Shire Council Libraries,Nambucca,nsw,yes,3,Civica Spydus,https://www.nambucca.nsw.gov.au/cp_themes/library/home.asp,
|
Nambucca Shire Council Libraries,Nambucca,nsw,yes,3,Civica Spydus,https://www.nambucca.nsw.gov.au/cp_themes/library/home.asp,
|
||||||
Newcastle Region Library,Newcastle,nsw,adults,4,SirsiDynix Horizon,https://www.newcastle.nsw.gov.au/library/home,
|
Newcastle Region Library,Newcastle,nsw,adults,4,Innovative Polaris,https://www.newcastle.nsw.gov.au/library/home,
|
||||||
North Western Library,North Western,nsw,?,3,Civica Spydus,https://www.northwesternlibrary.com.au,
|
North Western Library,North Western,nsw,?,3,Civica Spydus,https://www.northwesternlibrary.com.au,
|
||||||
Northern Beaches Library,Northern Beaches,nsw,yes,3,Civica Spydus,https://www.northernbeaches.nsw.gov.au/library,
|
Northern Beaches Library,Northern Beaches,nsw,yes,3,Civica Spydus,https://www.northernbeaches.nsw.gov.au/library,
|
||||||
Oberon Council Library,Oberon,nsw,?,?,Civica Spydus,https://www.oberon.nsw.gov.au/council/venues/council-venues/oberon-council-library,
|
Oberon Council Library,Oberon,nsw,?,?,Civica Spydus,https://www.oberon.nsw.gov.au/council/venues/council-venues/oberon-council-library,
|
||||||
|
|
|
|
@ -1,5 +1,5 @@
|
||||||
lat,lng,town,address,phone,ils
|
lat,lng,town,address,phone,ils
|
||||||
-37.809815,144.96513,State Library of Victoria,"328 Swanston Street, Melbourne",03 8664 7000,Ex Libris Voyager
|
-37.809815,144.96513,State Library of Victoria,"328 Swanston Street, Melbourne",03 8664 7000,Ex Libris Alma
|
||||||
-35.2964664654173,149.129530279015,National Library of Australia,"Parkes Place, Canberra",02 6262 1111,Ex Libris Voyager
|
-35.2964664654173,149.129530279015,National Library of Australia,"Parkes Place, Canberra",02 6262 1111,Ex Libris Voyager
|
||||||
-33.8658844393665,151.213300984753,State Library of New South Wales,"Macquarie Street, Sydney",02 9273 1414,Ex Libris Alma
|
-33.8658844393665,151.213300984753,State Library of New South Wales,"Macquarie Street, Sydney",02 9273 1414,Ex Libris Alma
|
||||||
-27.4709532627151,153.018134355766,State Library of Queensland,"Stanley Place, South Brisbane",07 3840 7666,Ex Libris Alma
|
-27.4709532627151,153.018134355766,State Library of Queensland,"Stanley Place, South Brisbane",07 3840 7666,Ex Libris Alma
|
||||||
|
|
|
|
@ -36,6 +36,7 @@ function getIlsColor(f) {
|
||||||
f == 'Ex Libris Voyager' ? 'yellow' :
|
f == 'Ex Libris Voyager' ? 'yellow' :
|
||||||
f == 'Follett Destiny' ? '#df4917' :
|
f == 'Follett Destiny' ? '#df4917' :
|
||||||
f == 'Infor V-smart' ? '#e174c1' :
|
f == 'Infor V-smart' ? '#e174c1' :
|
||||||
|
f == 'Innovative Polaris' ? '#8e7cc3' :
|
||||||
f == 'Innovative Sierra' ? '#ff0000' :
|
f == 'Innovative Sierra' ? '#ff0000' :
|
||||||
f == 'Koha ILS' ? '#2fbf2f' :
|
f == 'Koha ILS' ? '#2fbf2f' :
|
||||||
f == 'Libero' ? '#ffa500' :
|
f == 'Libero' ? '#ffa500' :
|
||||||
|
|
Loading…
Reference in a new issue