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

@ -28,7 +28,7 @@
"lodash.throttle": "^4.1.1",
"lodash.topairs": "^4.3.0",
"mapbox-gl": "^0.29.0",
"mapbox-gl-inspect": "^1.0.2",
"mapbox-gl-inspect": "^1.0.3",
"mapbox-gl-style-spec": "^8.11.0",
"mousetrap": "^1.6.0",
"ol-mapbox-style": "0.0.11",

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) {