mirror of
https://github.com/maputnik/editor.git
synced 2026-03-15 23:00:00 +00:00
Show popup also on normal map
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user