Update load-map.js

edited getIlsColor function to match library_services_information.csv
This commit is contained in:
Alissa M 2021-01-25 22:06:51 +11:00
parent 8dea756913
commit afb73777d4

View file

@ -416,10 +416,9 @@ Promise.all([boundaries, branchesCsv, ikcCsv, mechanics, nslaBranches])
f == 'Libero' ? '#ffa500' :
f == 'Locally developed' ? '#bfdf17' :
f == 'OCLC Amlib' ? '#ddb372' :
f == 'OCLC WorldCat' ? '#3b2fbf' :
f == 'OCLC WorldShare' ? '#2fbf97' :
f == 'Sirsi Dynix Horizon' ? '#ffff00' :
f == 'Sirsi Dynix Symphony' ? '#115583' :
f == 'SirsiDynix Horizon' ? '#ffff00' :
f == 'SirsiDynix Symphony' ? '#115583' :
f == 'Softlink Liberty' ? '#00f9ff' :
f == 'SumWare Athenaeum' ? '#ff3232' : '#bbb';
}