Page not found
+Page not found
We can't find that one anywhere.
diff --git a/app/src/frontend/map.js b/app/src/frontend/map.js
index 8e3b6f7e..e00f7fbe 100644
--- a/app/src/frontend/map.js
+++ b/app/src/frontend/map.js
@@ -63,17 +63,12 @@ class ColouringMap extends Component {
const attribution = 'Building attribute data is © Colouring London contributors. Maps contain OS data © Crown copyright: OS Maps baselayers and building outlines.'
// colour-data tiles
- var data_tileset, is_building;
- if (this.props.match && this.props.match.params && this.props.match.params[1]) {
- data_tileset = this.props.match.params[1].replace("/", "")
- is_building = this.props.match.params[0] === 'building'
- } else {
- is_building = false;
- data_tileset = 'date_year';
- }
- const dataLayer = !is_building ? (
-