Show inspect tooltip only on click in map #90

This commit is contained in:
Lukas Martinelli
2017-01-22 21:16:11 +01:00
parent e4850805fb
commit 2458d4b637
2 changed files with 3 additions and 2 deletions

View File

@@ -112,10 +112,11 @@ export default class MapboxGlMap extends React.Component {
const inspect = new MapboxInspect({
popup: new MapboxGl.Popup({
closeButton: false,
closeOnClick: false
}),
showMapPopup: true,
showMapPopupOnHover: false,
showInspectMapPopupOnHover: true,
showInspectButton: false,
buildInspectStyle: (originalMapStyle, coloredLayers) => buildInspectStyle(originalMapStyle, coloredLayers, this.props.highlightedLayer),
renderPopup: features => {