Skip to content

Commit

Permalink
Initial Configuration of Platform for Iceland
Browse files Browse the repository at this point in the history
Including setting map coordinates and bounding box
  • Loading branch information
mdsimpson42 committed Oct 31, 2024
1 parent 98975fb commit 25e633d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/cc-config.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"cityName": "Cities",
"cityName": "Iceland",
"institution": "The Alan Turing Institute",
"projectBlurb": "Colouring {City Name} is part of Colouring Cities.",
"projectBlurb": "Colouring Iceland is part of Colouring Cities.",

"githubURL": "https://github.com/colouring-cities/colouring-core",
"manualURL": "https://github.com/colouring-cities/manual/wiki/COLOURING-BRITAIN",
"privacyStatement": "{Privacy statement goes here}",

"initialMapPosition": [ 51.5245255, -0.1338422 ],
"initialMapPosition": [ 64.152774, -21.939547 ],
"initialZoomLevel": 16,

"postcode": "Postcode",
"energy_rating": "Building Research Establishment Environmental Assessment Method (BREEAM) rating [<a href='https://bregroup.com/products/breeam/how-breeam-works'>More info</a>]",

"bbox": [-61149.622628, 6667754.851372, 37183, 6744803.375884],
"bbox": [-2460660.8146,9367663.5645,-2413422.7311,9399155.6201],

"basemapTileUrl": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
"baseAttribution": "Building attribute data is © Colouring Cities contributors. Basemap © <a href=https://www.openstreetmap.org/copyright>OpenStreetMap contributors</a>. Building © MODIFY TO PROVIDE RELEVANT INFO"
Expand Down

0 comments on commit 25e633d

Please sign in to comment.