Skip to content

Commit

Permalink
Revert "Initial configuration"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsimpson42 authored Oct 31, 2024
1 parent 3750f1e commit fd519a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "Iceland",
"cityName": "Cities",
"institution": "The Alan Turing Institute",
"projectBlurb": "Colouring Iceland is part of Colouring Cities.",
"projectBlurb": "Colouring {City Name} 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": [ 64.152774, -21.939547 ],
"initialMapPosition": [ 51.5245255, -0.1338422 ],
"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": [-2460660.8146,9367663.5645,-2413422.7311,9399155.6201],
"bbox": [-61149.622628, 6667754.851372, 37183, 6744803.375884],

"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
2 changes: 1 addition & 1 deletion app/src/frontend/displayPreferences-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const DisplayPreferencesProvider: React.FC<{}> = ({children}) => {
const defaultFlood = 'disabled'
const defaultCreative = 'disabled'
const defaultHousing = 'disabled'
const defaultBorough = 'disabled'
const defaultBorough = 'enabled'
const defaultParcel = 'disabled'
const defaultConservation = 'disabled'
const defaultHistoricData = 'disabled'
Expand Down

1 comment on commit fd519a8

@mdsimpson42
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies, for some reason, the latest changes to Colouring Iceland merged onto the Core Platform. Have reverted.

Please sign in to comment.