Show popup also on normal map

This commit is contained in:
Lukas Martinelli
2017-01-08 22:44:25 +01:00
parent 91604afccb
commit 580068bf63
2 changed files with 2 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ export default class MapboxGlMap extends React.Component {
closeButton: false,
closeOnClick: false
}),
showMapPopup: true,
showInspectButton: false,
renderPopup: features => {
if(this.props.inspectModeEnabled) {