@@ -154,23 +155,23 @@ class ColouringMap extends Component
{ // TODO: add prop
attributionControl={false}
onClick={this.handleClick}
>
-
-
+ { baseLayer }
+ { buildingBaseLayer }
{ dataLayer }
{ highlightLayer }
-
+
{
- !isBuilding && this.props.match.url !== '/'? (
-
- {isEdit? 'Click a building to edit' : 'Click a building for details'}
-
- ) : null
- }
- {
- this.props.match.url !== '/'? (
+ this.props.mode !== 'basic'? (
+ {
+ this.props.building == undefined ?
+
+ {isEdit ? 'Click a building to edit' : 'Click a building for details'}
+
+ : null
+ }