Merge pull request #118 from sallybaker/main
Add website addresses to map
This commit is contained in:
commit
a13dcd69aa
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
website/data/boundaries.geojson
|
||||
website/secrets.js
|
||||
node_modules/*
|
||||
package-lock.json
|
||||
package-lock.json
|
||||
Dockerfile
|
||||
docker-commands.txt
|
||||
|
|
|
@ -8,3 +8,5 @@ Stephanie Schwarze
|
|||
Sally
|
||||
Molly
|
||||
Michaela Olde
|
||||
hughrun
|
||||
sallybaker
|
||||
|
|
|
@ -458,6 +458,8 @@ Promise.all([boundaries, branchesCsv, ikcCsv, mechanics, nslaBranches])
|
|||
(!props.standard_loan_weeks || props.standard_loan_weeks == "?" ? `Unknown` : `${props.standard_loan_weeks} weeks`) +
|
||||
`<br/>Software : ` +
|
||||
(!props.ILS || props.ILS == "?" ? `Unknown` : `${props.ILS}`) +
|
||||
`<br/>Website: ` +
|
||||
(!props.website || props.website == "?" ? `Unknown` : `<a target="_blank" href="`+ `${props.website}` + `" >` + `${props.website}` + `</a>`) +
|
||||
`</p>`
|
||||
).openPopup()
|
||||
}
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
<li>Sally</li>
|
||||
<li>Molly</li>
|
||||
<li>Michaela Olde</li>
|
||||
<li>hughrun</li>
|
||||
<li>sallybaker</li>
|
||||
</ul>
|
||||
<h3 id="visualisation">Visualisation</h3>
|
||||
<table>
|
||||
|
|
Loading…
Reference in a new issue