mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 07:47:46 +01:00
Show popup also on normal map
This commit is contained in:
parent
91604afccb
commit
580068bf63
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue