mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 15:07:41 +00:00
Show popup also on normal map
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
"lodash.throttle": "^4.1.1",
|
"lodash.throttle": "^4.1.1",
|
||||||
"lodash.topairs": "^4.3.0",
|
"lodash.topairs": "^4.3.0",
|
||||||
"mapbox-gl": "^0.29.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",
|
"mapbox-gl-style-spec": "^8.11.0",
|
||||||
"mousetrap": "^1.6.0",
|
"mousetrap": "^1.6.0",
|
||||||
"ol-mapbox-style": "0.0.11",
|
"ol-mapbox-style": "0.0.11",
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ export default class MapboxGlMap extends React.Component {
|
|||||||
closeButton: false,
|
closeButton: false,
|
||||||
closeOnClick: false
|
closeOnClick: false
|
||||||
}),
|
}),
|
||||||
|
showMapPopup: true,
|
||||||
showInspectButton: false,
|
showInspectButton: false,
|
||||||
renderPopup: features => {
|
renderPopup: features => {
|
||||||
if(this.props.inspectModeEnabled) {
|
if(this.props.inspectModeEnabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user