[doc] replace image of text with text, update it
This commit is contained in:
parent
16f95ec6ec
commit
98ae8aa2f0
@ -33,7 +33,20 @@ There are also some other values to customise the behaviour of the application:
|
|||||||
|
|
||||||
For example, the [JSON file for Colouring London](https://github.com/colouring-cities/colouring-london/blob/master/app/src/cc-config.json) looks like this:
|
For example, the [JSON file for Colouring London](https://github.com/colouring-cities/colouring-london/blob/master/app/src/cc-config.json) looks like this:
|
||||||
|
|
||||||
![alt text](images/cc-config-json.jpg "Title")
|
```json
|
||||||
|
{
|
||||||
|
"cityName": "London",
|
||||||
|
"projectBlurb": "Colouring London is also the prototype for the Colouring Cities Research Programme (CCRP)",
|
||||||
|
"githubURL": "https://github.com/colouring-cities/colouring-london",
|
||||||
|
"privacyStatement": "Colouring London stores your data at The Alan Turing Institute in London behind the organisation’s firewall in a secure database using industry standard practices",
|
||||||
|
|
||||||
|
"initialMapPosition": [ 51.5245255, -0.1338422 ],
|
||||||
|
"initialZoomLevel": 16,
|
||||||
|
|
||||||
|
"postcode": "Postcode",
|
||||||
|
"energy_rating": "Building Research Establishment Environmental Assessment Method (BREEAM) rating"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### > cc-config.ts
|
### > cc-config.ts
|
||||||
This file contains the declaration of the variables that can be configured.
|
This file contains the declaration of the variables that can be configured.
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue
Block a user