Always show highlight layer on top of map

This commit is contained in:
Maciej Ziarkowski 2019-09-09 18:14:51 +01:00
parent 556269661a
commit f5e21e5c1f

View File

@ -137,7 +137,8 @@ class ColouringMap extends Component<ColouringMapProps, ColouringMapState> { //
<TileLayer
key={this.props.building.building_id}
url={`/tiles/highlight/{z}/{x}/{y}.png?highlight=${this.props.building.geometry_id}`}
minZoom={14}
minZoom={14}
zIndex={100}
/>
: null;